Coding Matrix in Rust | 2024-01-08
Continuing writing our Matrix bot, Arnie, in Rust. This time:
- Start refactoring the code that parses human commands to allow adding clever functionality e.g. recognising quoted strings.
Next time:
- Finish changing the parser so it can recognise non-keywords and stop looking for keywords after that