summaryrefslogtreecommitdiffstats
path: root/lib/command_lex.l (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-0/+2
|\
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-0/+2
* | *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-17/+1
|/
* lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-261-0/+1
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* lib: make some variables staticDavid Lamparter2019-12-131-1/+1
* lib: change M:A:C to X:X:X:X:X:XQuentin Young2018-10-241-2/+2
* lib: early-include "config.h" in flex lexersDavid Lamparter2018-09-091-0/+5
* lib: ignore cli lexer in clang-analyzeQuentin Young2018-04-131-0/+5
* lib: fix more warnings on *BSDRenato Westphal2018-02-021-1/+2
* *: support keywords that begin with uppercase letterDaniel Walton2017-09-141-3/+3
* lib: add CLI token for 48-bit mac addressesQuentin Young2017-08-111-0/+4
* 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