luac-parser-rs
luarocks
luac-parser-rs | luarocks | |
---|---|---|
2 | 14 | |
206 | 3,371 | |
- | 1.2% | |
6.8 | 9.3 | |
about 1 year ago | 23 days ago | |
Rust | Lua | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
luac-parser-rs
-
lua bytecode parser written in rust
Very nice! Can you open source the source of http://luadec.metaworm.site/ too? It looks nice
luarocks
-
PowerShell Development in Neovim
LuaRocks
-
what does the luarocks variable LUA_INCDIR get used for?
LUA_INCDIR is not listed on either https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix or https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix but luarocks complains that it's not set. What does it do?
- Luarocks doesn't work with LuaJIT
-
Introducing Luarocks-Tag-Release - Publish your Neovim plugins to LuaRocks
Luarocks packages (or "rocks") provide a rockspec, which luarocks uses to build the package and resolve dependencies.
- I am trying to develop a website using Lua.
-
This is how I use luarocks in my awesomewm
The luarocks.loader module is provided by Luarocks and basically replace the standard require function by a version that handles Rocks installed with Luarocks (https://github.com/luarocks/luarocks/wiki/Using-LuaRocks#multiple-versions-using-the-luarocks-package-loader and https://github.com/luarocks/luarocks/blob/master/src/luarocks/loader.lua). Note that this is safer than your implementation since it "knows" the running Lua version and the corresponding Luarocks installed files. So it will automatically load modules at the correct version / path (without additional set_path and hard coded string).
-
Seeking feedback on command line syntax highlighter
I would reccomend you use luarocks for the project. It’s the “standard” package manager for lua, and supports building the C parts (using autotools). It also manages the dependencies for you!
- How do I install from GitHub on Mac?
-
How to make Lua more of a mainstream language?
What kinds of trouble? It looks like it's under active development https://github.com/luarocks/luarocks/commits/master ...have your troubles with it been specific enough things that you could post them in the issue queue?
-
I'm trying to run `luarocks install lpeglabel` and I keep getting "fatal error C1083: Cannot open include file: 'stdarg.h': No such file or directory"
what luarocks version are you running? If it is the one from luaForWindows, then I recommend upgrading it (https://github.com/luarocks/luarocks/wiki/Download). Solved my include problems but requires a bit of configration
What are some alternatives?
lumino - Lumino is a library for building interactive web applications
lazy.nvim - 💤 A modern plugin manager for Neovim
lua-resty-ffi-grpc - openresty grpc client library based on rust tonic
hererocks - Python script for installing Lua/LuaJIT and LuaRocks into a local directory
luafun - Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind.
lit - Toolkit for developing, sharing, and running luvit/lua programs and libraries.
monaco-editor-vue3 - Monaco Editor for Vue3
godot-lua-pluginscript - Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
mlua - High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
paq-nvim - 🌚 Neovim package manager
nom - Rust parser combinator framework
raylua - Cross-Platform, Modern, And updated LuaJIT bindings for raylib library.