summaryrefslogtreecommitdiffstats
path: root/lib/command_lex.l (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: convert lib/ to non-recursive buildDavid Lamparter2017-07-311-2/+2
* lib: add #pragma's to ignore flex sign cmp errorQuentin Young2017-04-071-0/+3
* lib: parser: fix allocation countingDavid Lamparter2017-01-311-7/+7
* lib: parser: guard yyllocDavid Lamparter2017-01-241-2/+3
* lib: parser: add error location reportingDavid Lamparter2017-01-231-1/+11
* lib: parser: free Mr. TDavid Lamparter2017-01-231-1/+1
* lib: parser: accept number-only word tokensDavid Lamparter2016-12-161-1/+1
* lib: parser: reorder bison incarnationsDavid Lamparter2016-12-161-1/+0
* lib: parser: use reentrant mode on flex & bisonDavid Lamparter2016-12-011-17/+21
* Revert "lib: Allow '_' in arguments to VARIABLE_TKN"Quentin Young2016-10-201-1/+1
* lib: Allow '_' in arguments to VARIABLE_TKNQuentin Young2016-10-201-1/+1
* lib: Allow nesting options in selectorsQuentin Young2016-09-181-5/+0
* lib: Remove unnecessary XSTRDUPQuentin Young2016-08-091-1/+1
* lib: Fix various minor bugsQuentin Young2016-08-091-3/+11
* lib: Code cleanup, formatting, & headersQuentin Young2016-08-081-0/+24
* lib: Major parser refactorQuentin Young2016-08-051-1/+1
* lib: Unrefactor to signed long long for rangesQuentin Young2016-08-041-2/+2
* lib: Allow optional whitespace in rangesQuentin Young2016-08-041-1/+1
* lib: Add support for negative rangesQuentin Young2016-08-041-3/+3
* lib: Fix OOB range parses, variable matchesQuentin Young2016-08-011-1/+5
* lib: Fixed bad node copy, modified token regexQuentin Young2016-08-011-2/+2
* lib: Add partial matching supportQuentin Young2016-08-011-1/+1
* lib: Cleanup some memory issues in CLIQuentin Young2016-07-291-7/+7
* lib: Change some includesQuentin Young2016-07-121-0/+40