lcc/Compiler/Parser/Exceptions
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
..
InvalidIdentifierException.cs Added Parser 2020-08-17 01:07:59 +02:00
MissingSemicolonException.cs Added Parser 2020-08-17 01:07:59 +02:00
MissingTokenException.cs Error Fixes 2020-08-17 23:26:53 +02:00
UnexpectedTokenException.cs Error Fixes 2020-08-17 23:26:53 +02:00
WrongTypeException.cs Added Parser 2020-08-17 01:07:59 +02:00