summaryrefslogtreecommitdiffstats
path: root/lib/grammar_sandbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Add testing shim for graph deletionQuentin Young2016-09-091-7/+27
* lib: Fix uninitialized pointer segfaultQuentin Young2016-09-081-3/+9
* lib: Update grammar sandbox driverQuentin Young2016-09-081-41/+39
* lib: Fix deduplication bug, reinstate graph printQuentin Young2016-09-081-33/+29
* lib: Continue matching system refactorQuentin Young2016-09-071-20/+64
* lib: Refactor CLI interface function namesQuentin Young2016-08-111-5/+5
* lib: Add completion string convenience functionsQuentin Young2016-08-101-17/+8
* lib: Handle vararg in graph pretty-printQuentin Young2016-08-101-2/+11
* lib: Fix various minor bugsQuentin Young2016-08-091-2/+5
* lib: Code cleanup, formatting, & headersQuentin Young2016-08-081-76/+193
* lib: Add docstring supportQuentin Young2016-08-051-2/+30
* lib: Unrefactor to signed long long for rangesQuentin Young2016-08-041-3/+2
* lib: Implement status variableQuentin Young2016-08-031-4/+18
* lib: Add partial completion supportQuentin Young2016-08-011-4/+2
* lib: Fix OOB range parses, variable matchesQuentin Young2016-08-011-0/+5
* lib: Add partial matching supportQuentin Young2016-08-011-1/+1
* lib: Cleanup some memory issues in CLIQuentin Young2016-07-291-13/+14
* lib: Improve argv constructionQuentin Young2016-07-281-11/+6
* lib: Cleanup parser memory managementQuentin Young2016-07-271-1/+1
* lib: Add matching and argv supportQuentin Young2016-07-271-11/+45
* lib: Reorganize some matching stuffQuentin Young2016-07-221-10/+11
* lib: Mostly complete matcherQuentin Young2016-07-211-19/+21
* lib: Break up functions, begin matcherQuentin Young2016-07-191-11/+32
* lib: Implement node comparison functionQuentin Young2016-07-191-7/+20
* lib: Fix some DFA construction bugsQuentin Young2016-07-181-2/+7
* lib: Finish implementing grammar, DFA constructionQuentin Young2016-07-171-38/+18
* Add grammar sandbox frameworkQuentin Young2016-07-121-0/+53