Releases: ShySpaceSheep/CODE-interpreter
Releases · ShySpaceSheep/CODE-interpreter
CODE 0.2.0-alpha
First early pre-release with presentable features! Here's what we currently have right now:
- Functional interpreter supporting reading from file or reading from input (REPL)
- Source code structure denoted by
BEGIN CODEandEND CODEtags - Supports declaration of variables (only supports
INTfor now) - Supports control structures such as conditionals (
IF/ELSE) and iteratives (WHILE)
NOTE: Since this pre-release is still in its alpha phase, it may be unstable and may yield undesired output, in which case you can contribute by opening an issue on the Issues page of this project.