Stack oriented programming language inspired by forth
written in nim
+-------+
( src ) ---> | Lexer | ---> ( Token )
+-------+
|
v
+--------+
( Ast ) <--- | Parser |
+--------+
|
v
+----------+
( Input ) ----> | Evaluate | ---> ( Output )
+----------+
- Add way to auto push to alt stack