- 18 Feb, 2012 4 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Making a 'read-entire-file-into-a-string' function. Reads the whole thing in one chunk (uses fseek/ftell to compute the length), and seems to handle unicode just fine.
Aaron Leung authored
-
- 17 Feb, 2012 9 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Matcher for optionally-signed ints. I think this wraps up the primitive stuff that's common to most/all languages.
Aaron Leung authored
-
- 16 Feb, 2012 4 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
More prefix matcher combinators (well, to the extent that's possible without closures), and less ad-hoc testing.
Aaron Leung authored -
Aaron Leung authored
-
- 15 Feb, 2012 3 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 14 Feb, 2012 5 commits
-
-
It turns out I can pass function pointers as va_args -- just need to typedef their signatures to make them star-able.
Aaron Leung authored -
Basic combinators for tokenizing. Unfortunately, I can't use va_args because it can't handle the signatures of function pointers.
Aaron Leung authored -
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 13 Feb, 2012 10 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Basic string prefix matching functions for tokenization. Based on previous parser-writing experience, I don't think I'll need a general-purpose regexp library.
Aaron Leung authored -
Aaron Leung authored
-
- 01 Feb, 2012 5 commits
-
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Hampton Catlin authored
-