summaryrefslogtreecommitdiff
path: root/lib/command_lex.l
AgeCommit message (Expand)Author
2021-08-26lib: add `![...]` syntax for easy "no" formsDavid Lamparter
2021-04-21build: make builddir include path consistentDavid Lamparter
2019-12-13lib: make some variables staticDavid Lamparter
2018-10-24lib: change M:A:C to X:X:X:X:X:XQuentin Young
2018-09-09lib: early-include "config.h" in flex lexersDavid Lamparter
2018-04-13lib: ignore cli lexer in clang-analyzeQuentin Young
2018-02-02lib: fix more warnings on *BSDRenato Westphal
2017-09-14*: support keywords that begin with uppercase letterDaniel Walton
2017-08-11lib: add CLI token for 48-bit mac addressesQuentin Young
2017-07-31build: convert lib/ to non-recursive buildDavid Lamparter
2017-04-07lib: add #pragma's to ignore flex sign cmp errorQuentin Young
2017-01-31lib: parser: fix allocation countingDavid Lamparter
2017-01-24lib: parser: guard yyllocDavid Lamparter
2017-01-23lib: parser: add error location reportingDavid Lamparter
2017-01-23lib: parser: free Mr. TDavid Lamparter
2016-12-16lib: parser: accept number-only word tokensDavid Lamparter
2016-12-16lib: parser: reorder bison incarnationsDavid Lamparter
2016-12-01lib: parser: use reentrant mode on flex & bisonDavid Lamparter
2016-10-20Revert "lib: Allow '_' in arguments to VARIABLE_TKN"Quentin Young
2016-10-20lib: Allow '_' in arguments to VARIABLE_TKNQuentin Young
2016-09-18lib: Allow nesting options in selectorsQuentin Young
2016-08-09lib: Remove unnecessary XSTRDUPQuentin Young
2016-08-09lib: Fix various minor bugsQuentin Young
2016-08-08lib: Code cleanup, formatting, & headersQuentin Young
2016-08-05lib: Major parser refactorQuentin Young
2016-08-04lib: Unrefactor to signed long long for rangesQuentin Young
2016-08-04lib: Allow optional whitespace in rangesQuentin Young
2016-08-04lib: Add support for negative rangesQuentin Young
2016-08-01lib: Fix OOB range parses, variable matchesQuentin Young
2016-08-01lib: Fixed bad node copy, modified token regexQuentin Young
2016-08-01lib: Add partial matching supportQuentin Young
2016-07-29lib: Cleanup some memory issues in CLIQuentin Young
2016-07-12lib: Change some includesQuentin Young