v1.0.0-beta
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
- Supported types:
- Variable modification
- Supported operations:
+=
,-=
,/=
,*=
- Also supported:
- Adding one variable's value to another
- Assigning one variable's value to another
- Supported operations:
- Conditional logic
- Supported types:
if
,while
- Supported comparisons:
==
,>
,<
, and divisibility (% N == 0
)
- Supported types:
- Print statements
- Supported types:
var
,string
- Supported types:
- Debug mode
- Outputs where/how each timestamp digit is being parsed
See the README for more info.