[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: update: I wrote my own pure-Lua Lua parser thingy (sort of)
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: Tue, 9 Apr 2019 17:00:12 -0300
So I decided to try and write my own pure-Lua Lua parser thingy and I
think I have a working lexer/tokenizer.
https://cybre.tech/SoniEx2/lua.cratera
It's a long way from doing what I want it to do, but at least it seems
to split the tokens correctly.
(wonder how I found that lua 5.2+ number parsing maybe-bug :p)