Skip to content

Commit 3602744

Browse files
authored
Move the lexer to rust. (#32)
* Move the lexer to rust. Fixes #31 * cargo fmt
1 parent 33d244b commit 3602744

File tree

8 files changed

+855
-589
lines changed

8 files changed

+855
-589
lines changed

build/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ fn main() {
66
// Lua core
77
.file("build/lcode.c")
88
.file("build/lgc.c")
9-
.file("build/llex.c")
109
.file("build/lparser.c")
1110
// Non core libs
1211
.file("build/lbaselib.c")

0 commit comments

Comments
 (0)