summaryrefslogtreecommitdiff
path: root/igen/lexer.c
AgeCommit message (Collapse)Author
2022-02-18igen: Fixed some compilation errors, and warnings.mrb0nk500
2022-02-18igen: Did some more work on it.mrb0nk500
2022-02-18igen: Start work on writing a preprocessor.mrb0nk500
2022-02-18igen: Start work on a better lexer.mrb0nk500
The other one I was about to do would've been harder to read, and understand. So, I've decided to write a more readable version.
2022-02-13igen: Start work on writing an instruction handlermrb0nk500
generator. This will make it easier in the long run to modify instructions, add new instructions, and move the opcode tables around.