- May 23, 2013
-
-
Dan Hirsch authored
-
- May 10, 2013
-
-
aegis authored
-
- Apr 27, 2013
-
-
Dan Hirsch authored
-
- Nov 14, 2012
-
-
Meredith L. Patterson authored
-
- Oct 10, 2012
-
-
Dan Hirsch authored
-
- May 26, 2012
-
-
Dan Hirsch authored
-
- May 17, 2012
-
-
Dan Hirsch authored
Cleaned up some memory leaks, got rid of gsequence, improved test macro to free memory that it allocated
-
- May 12, 2012
-
-
Dan Hirsch authored
-
- May 01, 2012
-
-
Dan Hirsch authored
-
- Apr 30, 2012
-
-
Meredith L. Patterson authored
* token: matches a sequence of bytes (with length) * ch: matches a single byte * range: matches any byte within the range [lower, upper] (inclusive) * join_action: joins the results of another parser with a separator * negate: matches the opposite of any single-character parser * end_p: succeeds if there's no input left to parse * nothing_p: always fails One other big change: the AST is now a GSequence of parsed_token_t's. WARNING: This is not actually enforced, because C. Also tweaked the makefile a little (which will get clobbered in TQ's next commit) and added some documentary comments to hammer.h.
-
Meredith L. Patterson authored
Settled on cache layout, wrote djbhash variant for indexing byte/bit positions into inner hash table
-
Meredith L. Patterson authored
-
Dan Hirsch authored
-
- Apr 29, 2012
-
-
Dan Hirsch authored
-