We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone help me figure out how to use vim9jit?
I've downloaded the executable file, but it's not running on my Fedora system.
The text was updated successfully, but these errors were encountered:
For this command ./vim9jit -o test --file init.vim, I'm getting this error message.
./vim9jit -o test --file init.vim
thread 'main' panicked at 'not yet implemented: [Colon] I don't think we ever get this in reality? Parser { lexer: Lexer { position: 100, read_position: 101, ch: Some(' ') }, token_buffer: RefCell { value: [ Token(Colon, ":", (2,13)->(2,14)), Token(Identifier, "os", (2,14)->(2,16)), Token(Equal, "=", (2,17)->(2,18)), Token(DoubleQuoteString, "Windows", (2,20)->(2,26)), Token(EndOfLine, "\n", (2,28)->(2,28)), ], }, }', crates/vim9-parser/src/lib.rs:1720:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sorry, something went wrong.
Sounds like there was some broken code -- can you send me the file you're trying to parse?
This one
https://github.com/tjdevries/vim9jit/releases/download/latest/vim9jit
No branches or pull requests
Can someone help me figure out how to use vim9jit?
I've downloaded the executable file, but it's not running on my Fedora system.
The text was updated successfully, but these errors were encountered: