index
:
cratera.git
this commit
default
Unnamed repository; edit this file 'description' to name the repository.
blog
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-06-06
Fix long string parsing
SoniEx2
2024-06-05
Update README, misc cleanups
SoniEx2
2024-06-04
Implement cratera REPL
SoniEx2
2024-05-29
Implement cratera bootstrap
SoniEx2
2024-05-27
More POSIX-related clean ups
SoniEx2
2024-05-27
Fix issues in build.sh
SoniEx2
2024-05-27
Set up a "build system"
SoniEx2
2024-05-26
Fix Lua 5.1 support and add tests
SoniEx2
2019-08-01
Details
v2.0.0
SoniEx2
This was never supposed to be committed.
2019-08-01
Fix args not being passed onto load in some cases
SoniEx2
2019-08-01
Add API docs
SoniEx2
2019-07-31
Cleaning up
SoniEx2
2019-07-31
Remove debug prints
v1.0.1
SoniEx2
2019-07-31
Fix handling of empty files
v1.0.0
SoniEx2
2019-07-30
Full cratera support
SoniEx2
2019-07-30
It... kinda works?
SoniEx2
2019-04-15
Add stuff that doesn't work
SoniEx2
2019-04-11
Add anti-LPeg rationale
SoniEx2
2019-04-10
Fix --
SoniEx2
2019-04-10
Allow parser.lua to be used as an argument parser
SoniEx2
2019-04-09
Add README.md
SoniEx2
2019-04-09
Tests pass in Lua 5.1/5.2 now too
SoniEx2
2019-04-09
Fix number parsing (not compatible with 5.1)
SoniEx2
2019-04-09
It parses itself!
SoniEx2
2019-04-08
Fix issues with newline handling in long strings
SoniEx2
2019-04-08
long comments work now
SoniEx2
2019-04-08
Add copyright notices, everything almost works
SoniEx2
Numbers and long comments aren't working
2019-04-07
Fix Lua 5.1/Lua 5.2/LuaJIT compat
SoniEx2
2019-04-07
Keywords and long strings
SoniEx2
2019-04-06
Lots of todos still
SoniEx2
2019-04-06
Fix \u
SoniEx2
2019-04-06
it works?
SoniEx2
2019-04-06
It's working better now...
SoniEx2
2019-04-03
Attempted lua tokenizer didn't work
SoniEx2
Publishing anyway because someone might be able to learn from my failure
2019-03-31
Parser seems to work?
SoniEx2