mascarenhas/luaclr
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
README for LuaCLR 0.1 Alpha 1. What is LuaCLR LuaCLR is a compiler for the Lua 5.1 language that targets the Microsoft Common Language Runtime (CLR). Right now it also works on Mono, but this is not guaranteed in the future. Also, the compiler is not self-hosting, which means it depends on the Lua interpreter, but as it's implemented in a mix of Lua and C# it will be completely self-hosted when complete. The compiler aims for completeness (implementing as much of Lua 5.1, including the standard library, as possible) and speed (being faster than the Lua VM, and approaching LuaJIT). Also it should provide transparent interfacing between Lua and the rest of the CLR (at least as good as what LuaInterface provides). The current version is incomplete, and lacks most of the Lua standard library, as well as integration with the rest of the CLR. The design is also not fixed, and will probably change in the near future. LuaCLR is free software. The contents of this distribution are Copyright 2007-2008 Fabio Mascarenhas, and released through the MIT license. 2. Installation Just do "make all" in Linux, or "nmake -f Makefile.win all" in Windows. 3. Running Run the compile shell script/bat file to compile a Lua file. You should run it from the root path of LuaCLR: compile myscript.lua This will generate a myscript.dll file. You can run it with run.exe: run.exe myscript You will probably see an error message, as there is a lot of functionality is still missing. :-) 4. Credits LuaCLR is designed by Fabio Mascarenhas. You can contact the author at mascarenhas@acm.org.
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published