added functions to parser

This commit is contained in:
Lauchmelder 2021-11-28 02:20:12 +01:00
parent 79c54f3c0d
commit 01165d43fb
5 changed files with 91 additions and 11 deletions

9
src/doc/todo.md Normal file
View file

@ -0,0 +1,9 @@
# TODO (Parser)
* Type checking
* Ignore case in instruction names
* Implement remaining functions
* Abort parsing on error
# TODO (Renderer)
* Implement shape classes
* Render shape classes