Skip to content

v1.0.0-beta

Compare
Choose a tag to compare
@benbusby benbusby released this 30 Dec 22:22
· 17 commits to main since this release
26169f4

V1.0.0 initial release of the Y2K language.

Features currently include:

  • Variable creation
    • Supported types: int, string
    • Initializing a new variable from an existing one
  • Variable modification
    • Supported operations: +=, -=, /=, *=
    • Also supported:
      • Adding one variable's value to another
      • Assigning one variable's value to another
  • Conditional logic
    • Supported types: if, while
    • Supported comparisons: ==, >, <, and divisibility (% N == 0)
  • Print statements
    • Supported types: var, string
  • Debug mode
    • Outputs where/how each timestamp digit is being parsed

See the README for more info.