vim9jit
Script transpiler
Converts vim9script to lua code for use in Neovim's scripting environment.
a vim9script -> lua transpiler (written in Rust)
529 stars
13 watching
22 forks
Language: Rust
last commit: 8 months ago hacktoberfesthacktoberfest2022
Related projects:
Repository | Description | Stars |
---|---|---|
artart222/codeart | A NeoVim-based IDE with Lua scripting and various plugins for coding, debugging, and file management | 889 |
stealjs/transpile | Transpiles JavaScript modules from one format to another | 26 |
typescripttolua/typescripttolua | Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,143 |
clojure-vim/jazz.nvim | An extension that creates interactive Clojure development tools using Acid and Impromptu plugins. | 38 |
tpope/vim-fireplace | Provides a Clojure REPL and code evaluation functionality within Vim | 1,747 |
mrcjkb/rustaceanvim | A plugin that enhances Neovim's functionality for Rust development | 1,761 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
termi/es6-transpiler | Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
ifrostizz/murph | Transpiles EVM bytecode into huff bytecode | 117 |
vxpm/ferris.nvim | A Neovim plugin for interacting with Rust Analyzer's LSP extensions | 98 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
tpope/vim-salve | Provides static support for Leiningen and Boot, allowing developers to use Vim as an IDE for Clojure development. | 195 |
karshprime/tmux-compile.nvim | Tool to compile and run programs in multiple programming languages from within Neovim's tmux panes or windows | 13 |
is0n/jaq-nvim | Enables quick execution of code snippets within Neovim using Lua commands | 177 |
3v0k4/exit.nvim | A tool that uses large language models to generate Vim commands | 7 |