lua interpreter
Go to file
0x4261756D 5dc1b9d50b Make tables work and add rawEquals methods
Since hashtables are a hassle with strings and complex datastructures
like the table they are an arraylist for now.

Also implement rawEquals for numerals and values to make table.get work
2023-11-24 03:22:15 +01:00
src Make tables work and add rawEquals methods 2023-11-24 03:22:15 +01:00
test Implement parsing and token locations 2023-09-21 18:30:50 +02:00
.gitignore Add tokenizer 2023-09-15 11:07:50 +02:00
build.zig Implement ast dumping and start treewalker 2023-10-08 21:40:44 +02:00