Commit Graph

20 Commits

Author SHA1 Message Date
Raphael Jacobs 61a3a305b6
print help with no arguments 2024-02-12 21:31:47 +01:00
Raphael Jacobs 579b5ed75b
readme correction 2024-02-12 21:13:39 +01:00
Raphael Jacobs b95c01116a
added readme, made program installable 2024-02-12 21:10:36 +01:00
Raphael Jacobs 522043e376
removed cackle
Not really used, not that many dependencies either
2024-02-12 21:10:05 +01:00
Raphael Jacobs 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
Raphael Jacobs 9358bfa77f updated deps 2023-11-12 08:34:35 +01:00
Raphael Jacobs 724cc66faa fixed typos 2023-11-12 07:00:44 +01:00
Raphael Jacobs f64747dc93 added cackle???
Cackle is a acl for rust crates, to prevent dependency injection attacks. Maybe??
2023-10-20 00:25:59 +02:00
Raphael Jacobs 40daf685ff updated documentation, a bit 2023-06-12 16:23:30 +02:00
Raphael Jacobs e2b7ec3e43 added rudimentary pretty printer. Right now utterly useless. 2023-05-08 12:37:27 +02:00
Raphael Jacobs 03668a71e8 worked on CLI, fixed find_and_read_string bug 2023-05-05 21:04:13 +02:00
Raphael Jacobs 82f7e19690 added description to test file 2023-05-03 23:47:26 +02:00
Raphael Jacobs f66bdb9b75 refactored logging / added clap for cli 2023-05-03 08:40:47 +02:00
Raphael Jacobs d17d946fec cargo fix + cargo fmt 2023-05-02 16:26:54 +02:00
Raphael Jacobs 3023e578b4 fixed BEQ, BGT, JAL, loops works. Fixed the encoder adress calculation for JAL's. 2023-05-02 16:26:04 +02:00
Raphael Jacobs 8513b62222 hello world works! 2023-05-02 14:13:49 +02:00
Raphael Jacobs fb749bdbaa added cargo lock to gitignore 2023-04-28 12:24:58 +02:00
Raphael Jacobs 0186f99678 cargo fmt 2023-04-28 12:24:28 +02:00
Raphael Jacobs 18a5f17b80 second commit - still messy 2023-04-28 12:18:07 +02:00
Raphael Jacobs 427e139161 initial commit 2022-12-29 01:15:59 +01:00