Clemens-Dautermann
|
07079366b8
|
corrected implementation of unary operators
|
2020-08-20 22:37:30 +02:00 |
|
Clemens-Dautermann
|
202c1d2ca2
|
lexing and parsing unary operators
|
2020-08-20 17:11:43 +02:00 |
|
Clemens-Dautermann
|
26d10cfef0
|
Code generation and output file gen
|
2020-08-19 22:55:28 +02:00 |
|
Clemens-Dautermann
|
d0c844972d
|
Error Fixes
- Lexer discarding all newlines (now replaces it with spaces)
- Cleanup of Type check and remove function in parser
- Cleanup in Compiler.cs
|
2020-08-17 23:26:53 +02:00 |
|
Clemens-Dautermann
|
1099f260d7
|
added check before removing trailing { or ;
|
2020-08-17 01:33:38 +02:00 |
|
Clemens-Dautermann
|
b3fe78fffb
|
Added Parser
- can parse a basic token list to an AST
|
2020-08-17 01:07:59 +02:00 |
|