JVM inspired compiler and runtime to calculate simple arithmetic expressions with a stackmachine
Find a file
Laborratte5 896d2c6f7b
feat(runtime): Implement add sub mult and div opcodes
Implement calculation of add sub mult and div operations
2024-07-21 11:25:07 +02:00
app fix: Encode constants using little endian 2024-07-20 22:47:36 +02:00
runtime feat(runtime): Implement add sub mult and div opcodes 2024-07-21 11:25:07 +02:00
.gitignore Create cabal project 2024-07-15 22:17:08 +02:00
arithmetic.txt Read input for Lexer from file 2024-07-16 00:05:15 +02:00
CHANGELOG.md Create cabal project 2024-07-15 22:17:08 +02:00
LICENSE Create cabal project 2024-07-15 22:17:08 +02:00
simple-arithmetic-compiler.cabal feat: Implement Assembler 2024-07-20 18:15:58 +02:00