v0.1.0
The language features that are implemented as of v0.1.0
:
- Interpreter
- Compiler
- Comments
- Primitive Data Types (
bool
,num
,str
,any
) - Lists
- Dictionaries
- Operators
- Loops
- Functions
- Decision Making
- Modules
- Library import (importing from
spells/
directory) - Chaos C extensions
- I/O:
print
,echo
,pretty print
andpretty echo
keywords - Extras:
del
,exit
,quit
,symbol_table
andfunction_table
keywords