lang: start implementing parser combinators (i have no idea what i'm doing)

also, the current test.owo crashes for some reason. this is a headache.
manual/imperative parsers are a nightmare.
This commit is contained in:
Schrottkatze 2024-04-12 01:02:07 +02:00
commit 2d59a7f560
No known key found for this signature in database
2 changed files with 18 additions and 2 deletions

View file

@ -46,7 +46,7 @@
};
pre-commit.hooks = {
clippy.enable = true;
clippy.enable = false;
rustfmt.enable = true;
};