This website requires JavaScript.
Explore
Help
Sign in
cry
/
hammer
Watch
1
Star
0
Fork
You've already forked hammer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
34c6d868b9
hammer
/
src
/
backends
History
Download ZIP
Download TAR.GZ
Sven M. Hallberg
34c6d868b9
commentation
2013-06-21 23:47:22 +02:00
..
contextfree.h
commentation
2013-06-14 12:50:39 +02:00
glr.c
commentation
2013-06-21 23:47:22 +02:00
lalr.c
split LR table representation by key type (terminals/nonterminals)
2013-06-21 22:55:04 +02:00
llk.c
use lookahead stream directly for LR (terminal) lookup
2013-06-21 23:22:07 +02:00
lr.c
use lookahead stream directly for LR (terminal) lookup
2013-06-21 23:22:07 +02:00
lr.h
split LR table representation by key type (terminals/nonterminals)
2013-06-21 22:55:04 +02:00
lr0.c
split LR table representation by key type (terminals/nonterminals)
2013-06-21 22:55:04 +02:00
packrat.c
move djbhash into general availability as h_djbhash
2013-06-06 13:02:29 +02:00
regex.c
Refactored all of the desugaring code to no longer depend on memory being initialized to 0. Everything is about 12% faster now.
2013-05-25 03:35:42 +02:00
regex.h
Finshed up the regex backend
2013-04-26 20:36:54 -07:00
regex_debug.c
More testcases work
2013-05-24 12:22:15 +02:00
regexvm_asm.pl
Regex VM finished but untested.
2013-03-09 21:42:49 -08:00