lcc/Compiler
2021-01-12 22:20:37 +01:00
..
Generator changed divl to idvl to fix aritmethic exception 2021-01-12 22:20:37 +01:00
Lexer broken shitty code 2020-08-23 00:54:58 +02:00
Parser Most likely fixed the precedence issue 2020-12-18 00:07:23 +01:00
Compiler.cs implemented assembly for addition, substraction and multiplication. Division is not working yet 2020-08-24 12:33:45 +02:00
Compiler.csproj Implemented lexer 2020-08-15 23:36:29 +02:00
Compiler.sln Implemented lexer 2020-08-15 23:36:29 +02:00
DevFunctions.cs Fixed the division error. Kinda 2020-12-23 11:51:58 +01:00