summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2024-06-19Add more line number tests HEAD defaultSoniEx2
2024-06-19Tokenize numbers as stringsSoniEx2
"Fixes" Lua 5.2 support, but makes certain number formats non-portable, for example hex floats will not work before Lua 5.3.
2024-06-10Fix parsing of certain constructs v2.1.0-p1SoniEx2
2024-06-10Make bucket tests print somethingSoniEx2
2024-06-09Add hashmap implementationSoniEx2
2024-06-07Fix strange misplaced semicolon issueSoniEx2
FIXME: rewrite the compiler, properly
2024-06-06Fix long string parsingSoniEx2
2024-06-05Update README, misc cleanupsSoniEx2
2024-06-04Implement cratera REPLSoniEx2
2024-05-29Implement cratera bootstrapSoniEx2
2024-05-27More POSIX-related clean upsSoniEx2
2024-05-27Fix issues in build.shSoniEx2
2024-05-27Set up a "build system"SoniEx2
2024-05-26Fix Lua 5.1 support and add testsSoniEx2
2019-08-01Details v2.0.0SoniEx2
This was never supposed to be committed.
2019-08-01Fix args not being passed onto load in some casesSoniEx2
2019-08-01Add API docsSoniEx2
2019-07-31Cleaning upSoniEx2
2019-07-31Remove debug prints v1.0.1SoniEx2
2019-07-31Fix handling of empty files v1.0.0SoniEx2
2019-07-30Full cratera supportSoniEx2
2019-07-30It... kinda works?SoniEx2
2019-04-15Add stuff that doesn't workSoniEx2
2019-04-11Add anti-LPeg rationaleSoniEx2
2019-04-10Fix --SoniEx2
2019-04-10Allow parser.lua to be used as an argument parserSoniEx2
2019-04-09Add README.mdSoniEx2
2019-04-09Tests pass in Lua 5.1/5.2 now tooSoniEx2
2019-04-09Fix number parsing (not compatible with 5.1)SoniEx2
2019-04-09It parses itself!SoniEx2
2019-04-08Fix issues with newline handling in long stringsSoniEx2
2019-04-08long comments work nowSoniEx2
2019-04-08Add copyright notices, everything almost worksSoniEx2
Numbers and long comments aren't working
2019-04-07Fix Lua 5.1/Lua 5.2/LuaJIT compatSoniEx2
2019-04-07Keywords and long stringsSoniEx2
2019-04-06Lots of todos stillSoniEx2
2019-04-06Fix \uSoniEx2
2019-04-06it works?SoniEx2
2019-04-06It's working better now...SoniEx2
2019-04-03Attempted lua tokenizer didn't workSoniEx2
Publishing anyway because someone might be able to learn from my failure
2019-03-31Parser seems to work?SoniEx2