This website requires JavaScript.
Explore
Help
Sign in
clara
/
lcc
Watch
1
Star
0
Fork
You've already forked lcc
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
72023962f5
lcc
/
Compiler
History
Download ZIP
Download TAR.GZ
Clemens-Dautermann
72023962f5
The current error to fix: division returns the last number, and doesn't divide by it (e.g. 6/3/2 returns 2 instead of 1)
2020-12-18 12:15:15 +01:00
..
Generator
Lots of comments and cleanup
2020-12-17 21:36:39 +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
The current error to fix: division returns the last number, and doesn't divide by it (e.g. 6/3/2 returns 2 instead of 1)
2020-12-18 12:15:15 +01:00