tjdevries / vim9jit

a vim9script -> lua transpiler (written in Rust)
MIT License
510 stars 21 forks source link

completely parse `:command` and sub-options #8

Open tjdevries opened 1 year ago

tjdevries commented 1 year ago

Need to parse :command -> UserCommand and handle all of the sub options that are possible ther.e

Then, once we have that parsing correctly, we need to figure out how to handle generating that (but that could be phase 2)