osdb/src
2025-05-03 22:01:29 +02:00
..
snapshots tests(cmd): ensure wrong meta commands are recognized 2025-05-03 21:22:37 +02:00
branding.rs test: ensure startup message is correct 2025-05-03 19:05:16 +02:00
build.rs feat(osdb): basic read loop 2025-05-01 22:02:36 +02:00
cli.rs refactor: pull things into own files, have a library 2025-05-02 20:43:55 +02:00
command.rs tests(cmd): ensure wrong meta commands are recognized 2025-05-03 21:22:37 +02:00
error_display.rs refactor(error): deduplicate error display code 2025-05-03 22:01:29 +02:00
lib.rs refactor(error_display): generic display method for error types 2025-05-03 18:47:43 +02:00
main.rs refactor(errors): error display function takes an input string to be able to resolve spans in the future 2025-05-03 21:30:36 +02:00
meta_commands.rs tests(cmd): ensure wrong statements are recognized 2025-05-03 21:21:26 +02:00
statements.rs tests(cmd): ensure wrong statements are recognized 2025-05-03 21:21:26 +02:00
tokens.rs feat(parser): add tokenizer (not actually called) 2025-05-03 18:17:32 +02:00