diff options
| author | Patrick Schönberger | 2021-07-28 09:07:53 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-07-28 09:07:53 +0200 |
| commit | 45409c781a9e35df68c43b1e2f028d30bf90c0a0 (patch) | |
| tree | 0085614e19fdc136f664568e89f1686332ba8850 /todo.txt | |
| download | toc-45409c781a9e35df68c43b1e2f028d30bf90c0a0.tar.gz toc-45409c781a9e35df68c43b1e2f028d30bf90c0a0.zip | |
Initial commit
Diffstat (limited to 'todo.txt')
| -rw-r--r-- | todo.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..3b5d313 --- /dev/null +++ b/todo.txt @@ -0,0 +1,26 @@ +define grammar:
+- declarations
+ - var decl
+ - ptr/array
+ - fn decl
+ - struct/enum/union
+- statements
+ - if/while/for/switch
+ - expr
+ - assignment
+ - return
+- expressions
+ - fn call
+ - unary/binary/(ternary) operator
+ - variable "call"
+ - literal
+ - parenthesis
+ - array access
+ - .
+ - cast
+
+- complete grammar
+- semantic checks when visiting
+- type modifier
+- operator precedence
+- ...
|
