Skip to content

Commit 6388e3a

Browse files
authored
Ltablib (#5)
* Single function compiling and passing tests * Migrated ltablib.c to ltablib.rs * Cargo fmt * Refactoring ltablib.rs * Cargo fmt * Use Rust lapi and lauxlib functions
1 parent b79da6d commit 6388e3a

File tree

4 files changed

+500
-451
lines changed

4 files changed

+500
-451
lines changed

build/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fn main() {
1919
.file("build/lmathlib.c")
2020
.file("build/loslib.c")
2121
.file("build/lstrlib.c")
22-
.file("build/ltablib.c")
2322
.file("build/lua.c")
2423
.compile("lua");
2524
}

0 commit comments

Comments
 (0)