Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operates On:  Lexical Items with TOKEN

Saga_is_recognizer

Info

Currently handles the following situations:

  • Integers:  0, 1, 100
  • Floats:  0.5, 12.2, 3.14159 (.)
  • Negative:  -1003, -12.2
  • Thousands with/without separator: 1000000, 1,000,000 (,)
  • Numbers with scientific notation: 1,1x10^-8, 1.1x10??, 1,1x10^8, -1.1x10??
  • Romans numbers: MMC, XII, IV
  • English ordinals numbers: 1st, 12th, 23rd
  • Exponents: 4?, 4^9, 4^-9, 4??

...