feat(parser): parse tokens into commands

This commit is contained in:
Khaïs COLIN 2025-05-04 14:09:33 +02:00
parent f634da3318
commit d568653a17
17 changed files with 381 additions and 0 deletions

View file

@ -3,5 +3,6 @@ pub mod cli;
pub mod command;
pub mod error_display;
pub mod meta_commands;
pub mod parser;
pub mod statements;
pub mod tokens;