Commit graph

4 commits

Author SHA1 Message Date
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
315703d46b
feat(meta): version command 2025-05-31 16:04:56 +02:00
2dead7de0a
feat(meta): add about meta-command 2025-05-30 15:58:07 +02:00
c863d71409
feat(grammar): add grammar file 2025-05-30 15:47:37 +02:00