No description
Find a file
Khaïs COLIN 567aa31c07
feat(errors): improve error messages with example values
Add token type examples to make error messages more helpful. Created an
ExpectedToken enum to replace string literals for better type safety,
added example values for each token type, and enhanced error display to
show concrete examples of valid syntax.
2025-06-03 22:00:03 +02:00
src feat(errors): improve error messages with example values 2025-06-03 22:00:03 +02:00
.envrc feat(nix): devenv with flake 2025-05-01 19:34:07 +02:00
.gitignore feat(nix): add package for the project 2025-05-01 20:51:33 +02:00
Cargo.lock feat(cli): use rustyline for cmd entry, which allows for richer editing 2025-05-04 18:48:47 +02:00
Cargo.toml feat(cli): use rustyline for cmd entry, which allows for richer editing 2025-05-04 18:48:47 +02:00
flake.lock feat(nix): devenv with flake 2025-05-01 19:34:07 +02:00
flake.nix feat(devtool): install lldb debugger 2025-05-25 17:19:24 +02:00
grammar.ebnf feat(parser): implement semicolon-separated statements 2025-06-03 19:06:54 +02:00
notes.org feat(errors): improve error messages with example values 2025-06-03 22:00:03 +02:00