Initial commit

This commit is contained in:
Daniel M 2022-01-02 18:43:30 +01:00
commit 41348cf4c2

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# NEK-Lang
## High level Components
- [ ] Lexer: Transforms text into Tokens
- [ ] Parser: Transforms Tokens into Abstract Syntax Tree
- [ ] Interpreter (tree-walk-interpreter): Walks the tree and evaluates the expressions / statements