No description
Find a file
Khaïs COLIN 28cb288eaf
feat(parser): implement insert command parsing
Implements the parse_insert_command function to handle the insert
statement according to the grammar definition. The function now
correctly parses the command format insert int string string and creates
a structured Statement::Insert with the id, username, and email fields.
2025-06-03 17:48:36 +02:00
src feat(parser): implement insert command parsing 2025-06-03 17:48:36 +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 insert command parsing 2025-06-03 17:48:36 +02:00
notes.org feat(parser): implement insert command parsing 2025-06-03 17:48:36 +02:00