- Only basic operations like add, subract , multiply , divide and storing variables
- Very fast garbage collection (Garbage collection done buy OS when process ends)
- Way slower than python (evaluation done in the ast itself)
- Testing only one on the lexical analyzer so bugs may be present in the parser
- Only global variables (they are overhated)
- Everything is an expression (So it is a functional language without functions)
- Not turing complete (atleast for now)
- No AI used (AI code would prolly be better quality)
https://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/ (in java though 😩)