AntonioAEMartins/LuaDart-Compiler
The project implements a complete compilation pipeline including tokenization, syntax analysis based on formal grammar, and assembly code generation. Perfect for those interested in compiler design and implementation or looking to understand the transformation from high-level Lua code to low-level assembly language.
No commits in the last 6 months.
Stars
3
Forks
1
Language
Dart
License
MIT
Category
Last pushed
Mar 31, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/AntonioAEMartins/LuaDart-Compiler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever