Commit graph

10 commits

Author SHA1 Message Date
8f894174d9 preparing to refactor
renamed AST to ast, following rust naming convention, removed some useless test files and moved the tests to the appropriate files.
2023-11-13 00:06:16 +01:00
e2b7ec3e43 added rudimentary pretty printer. Right now utterly useless. 2023-05-08 12:37:27 +02:00
03668a71e8 worked on CLI, fixed find_and_read_string bug 2023-05-05 21:04:13 +02:00
f66bdb9b75 refactored logging / added clap for cli 2023-05-03 08:40:47 +02:00
d17d946fec cargo fix + cargo fmt 2023-05-02 16:26:54 +02:00
3023e578b4 fixed BEQ, BGT, JAL, loops works. Fixed the encoder adress calculation for JAL's. 2023-05-02 16:26:04 +02:00
8513b62222 hello world works! 2023-05-02 14:13:49 +02:00
0186f99678 cargo fmt 2023-04-28 12:24:28 +02:00
18a5f17b80 second commit - still messy 2023-04-28 12:18:07 +02:00
427e139161 initial commit 2022-12-29 01:15:59 +01:00