Go to file
MCorange99 ff62e99302
Update rust.yml
Signed-off-by: MCorange99 <79301995+MCorange99@users.noreply.github.com>
2023-03-21 20:26:11 +02:00
.github/workflows Update rust.yml 2023-03-21 20:26:11 +02:00
docs some docs for devs, added a few examples, implemented syscalls 2023-03-14 21:50:14 +02:00
editor/vscode some docs for devs, added a few examples, implemented syscalls 2023-03-14 21:50:14 +02:00
examples added chars 2023-03-20 16:33:08 +02:00
include add != >= <= ops and change / to divmod and add int.mcl stdlib entry 2023-03-20 16:53:30 +02:00
src fix 2023-03-20 19:26:11 +02:00
tests implemented string literals 2023-03-18 22:46:11 +02:00
.gitignore finaly implemented macros properly 2023-03-20 13:39:04 +02:00
Cargo.lock implement /example/rule110.mcl and fix interpreting syscalls 2023-03-18 18:41:57 +02:00
Cargo.toml introduced notion of a token 2023-03-18 20:21:45 +02:00
test.mcl added chars 2023-03-20 16:33:08 +02:00