Ants input manual

From Kraken Wiki
Revision as of 14:10, 12 February 2019 by Antti Rintala (talk | contribs) (Input syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The input syntax of Ants is currently token and card based, without special limit symbols.

Input syntax

The following general syntax guide lines hold for Ants specific input. For example the HEXBU-3D/MOD5 group constant files follow their respective syntax.

  • Ants input supports rest of line comment symbols ! and //, and block comments beginning with /* and ending with */.
  • Blocks beginning and ending with " are held together in for example input file paths.
  • All tokens are separated with either space , comma , or tabular characters.
  • Consecutive input may be repeated using *. The token before * must be a positive integer (the number of repeats).