work-in-progress C# Lua interpreter
- Nix 80.6%
- C# 19.4%
| .vscode | ||
| src | ||
| .editorconfig | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
UmbraSharp
a work-in-progress Lua interpreter written in C#
intented as an alternative to MoonSharp, focusing on performance
state of the project
TODO: fill all sections
interpreter
- instruction set
- data types
compiler
- parsing
stdlib
command-line interface
debugger
- debugger protocol
- implementation within the interpreter
- client
testing
- interpreter tests
- stdlib tests
documentation
- bytecode format
misc
- AOT support