You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A minimal, educational Lua 5.1 compiler written in pure Lua**
6
6
@@ -17,7 +17,7 @@ _Inspired by [Jamie Kyle's The Super Tiny Compiler](https://github.com/jamiebuil
17
17
-**Speed**: While education is the priority, the tokenizer uses optimized lookups and the compiler is designed efficiently, making it quite fast for a compiler written in a high-level language.
18
18
-**Tests**: Includes a comprehensive test suite with nearly 100% coverage, ensuring the compiler is as reliable as it is educational.
19
19
20
-
### [Want to jump into the code? Click here](https://github.com/bytexenon/The-Tiny-Lua-Compiler/blob/main/tlc.lua)
20
+
### [Want to jump into the code? Click here](https://github.com/bytexenon/Tiny-Lua-Compiler/blob/main/tlc.lua)
0 commit comments