I’ve started two new tasks. (1) I’m adding a Rust parser to AntlrVSIX. The grammar I’m using is an old grammar from Jason Orendorff. Unfortunately, it hasn’t been updated for several years. Also, it looks like it isn’t correct because there are cases where tokens are not correctly defined, e.g., ‘>’ ‘=’ instead of ‘>=’. …
Continue reading “Extending AntlrVSIX with Rust; Adding a general wrapper for CLI tools to Msbuild”