osdb/src
2025-06-04 21:05:58 +02:00
..
snapshots docs: add code comments and test cases for tokenization 2025-06-04 21:05:58 +02:00
branding.rs feat(meta): version command 2025-05-31 16:04:56 +02:00
build.rs feat(osdb): basic read loop 2025-05-01 22:02:36 +02:00
cli.rs feat(tokenizer): string tokenizing 2025-05-24 14:38:13 +02:00
command.rs refactor(location): deduplicated usage of Location::new with same value into default 2025-06-03 22:00:18 +02:00
error_display.rs refactor(location): deduplicated usage of Location::new with same value into default 2025-06-03 22:00:18 +02:00
lib.rs feat(parser): parse tokens into commands 2025-05-04 14:14:16 +02:00
main.rs feat(cli): readline history 2025-05-10 10:28:58 +02:00
meta_commands.rs feat(parser): implement semicolon-separated statements 2025-06-03 19:06:54 +02:00
parser.rs feat(grammar): meta-commands must be followed by end-of-file 2025-06-04 14:06:57 +02:00
statements.rs feat(parser): implement semicolon-separated statements 2025-06-03 19:06:54 +02:00
tokens.rs docs: add code comments and test cases for tokenization 2025-06-04 21:05:58 +02:00