Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjdevries/vim9jit
a vim9script -> lua transpiler (written in Rust)
https://github.com/tjdevries/vim9jit
hacktoberfest hacktoberfest2022
Last synced: 10 days ago
JSON representation
a vim9script -> lua transpiler (written in Rust)
- Host: GitHub
- URL: https://github.com/tjdevries/vim9jit
- Owner: tjdevries
- License: mit
- Created: 2020-06-16T03:24:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T19:37:04.000Z (8 months ago)
- Last Synced: 2024-10-12T22:52:01.011Z (30 days ago)
- Topics: hacktoberfest, hacktoberfest2022
- Language: Rust
- Homepage:
- Size: 1.06 MB
- Stars: 523
- Watchers: 13
- Forks: 22
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vim9jit
vim9jit is an experimental project to take `vim9script` and convert it to `lua` that can run within Neovim.
It will not be a full vimscript parser, but instead will only parse the necessary amount of vim9script to send
the rest of the vimscript to Neovim's vimscript interpreter. In general, this revolves around converting new `def`
style syntax, as well as doing things with `import` and a few more items.For examples of some of the "transpiled" code, you can check: ./crates/vim9-gen/testdata/output/