simple-arithmetic-compiler/app
2024-07-20 22:47:36 +02:00
..
AbstractSyntaxTree.hs Represent negative constants as negative values instead of -1 * positiveValue 2024-07-20 08:41:38 +02:00
Assembler.hs fix: Encode constants using little endian 2024-07-20 22:47:36 +02:00
Compiler.hs Implement Compiler 2024-07-20 09:23:21 +02:00
Lexer.hs Implement Parsing for Tokens of AST 2024-07-17 21:21:28 +02:00
Main.hs feat: Implement Assembler 2024-07-20 18:15:58 +02:00
Parser.hs chore(Parser): Ignore HLINT warnings 2024-07-18 16:32:58 +02:00