summaryrefslogtreecommitdiff
path: root/lib/command_parse.y
AgeCommit message (Expand)Author
2017-02-10lib: parser: remove previous deduplication codeDavid Lamparter
2017-01-31lib: parser: fix allocation countingDavid Lamparter
2017-01-25Merge pull request #105 from opensourcerouting/cli_merge_step_prepDonald Sharp
2017-01-25lib: parser: fix memory managementDavid Lamparter
2017-01-23build: support bison < 3.0 for parse.error=verboseDavid Lamparter
2017-01-23lib: parser: add error location reportingDavid Lamparter
2017-01-23lib: parser: unify subgraphs & simplify even moreDavid Lamparter
2017-01-23lib: parser: keep subgraph pointers on stackDavid Lamparter
2017-01-23lib: parser: track matching FORK_TKN & JOIN_TKNDavid Lamparter
2017-01-23lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter
2016-12-16lib: parser: remove startnode & sentence_rootDavid Lamparter
2016-12-16lib: parser: move allowrepeat to cmd_tokenDavid Lamparter
2016-12-16lib: parser: reorder bison incarnationsDavid Lamparter
2016-12-16build: fix bison < 3.0 compatibilityDavid Lamparter
2016-12-15lib: parser: support keyword argumentsDavid Lamparter
2016-12-02lib: Add back prototypes for lexer helper funcsQuentin Young
2016-12-01lib: remove misleading copy/del_cmd_elementDavid Lamparter
2016-12-01lib: parser: use reentrant mode on flex & bisonDavid Lamparter
2016-12-01lib: parser: wrap state in struct parser_ctxDavid Lamparter
2016-12-01lib: move command_parse_format prototypeDavid Lamparter
2016-11-29lib: use traditional yacc empty statementDavid Lamparter
2016-11-12lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young
2016-11-10lib: Implement hidden and deprecated commandsQuentin Young
2016-11-04ospfd, lib: Fix `no pce address` syntaxQuentin Young
2016-10-27lib: Log warning when commands have underfull doc stringQuentin Young
2016-10-02lib: allow nesting selectorsQuentin Young
2016-09-30lib: fix double free in parserQuentin Young
2016-09-30lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young
2016-09-22lib: Remove NUMBER_TKN leftoversQuentin Young
2016-09-21lib: Update copyright headersQuentin Young
2016-09-20Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp
2016-09-19lib: Initial refactor pass on CLI backendQuentin Young
2016-09-18lib: Allow nesting options in selectorsQuentin Young
2016-09-14lib: Add support for selectors inside optionsQuentin Young
2016-09-13lib: Fix various matching bugsQuentin Young
2016-09-08lib: Fix uninitialized pointer segfaultQuentin Young
2016-09-08lib: Add <cr> text for end nodesQuentin Young
2016-09-07lib: Fix deduplication bug, reinstate graph printQuentin Young
2016-09-07lib: Continue matching system refactorQuentin Young
2016-09-02lib: Refactor command_parse.y for graph dsQuentin Young
2016-08-11lib: Refactor CLI interface function namesQuentin Young
2016-08-10lib: Add completion string convenience functionsQuentin Young
2016-08-09lib: Remove unnecessary node pointerQuentin Young
2016-08-09lib: Revert breaking change to cmp_nodeQuentin Young
2016-08-09lib: Fix use after free in lexerQuentin 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-05lib: Add docstring supportQuentin Young
2016-08-04lib: Unrefactor to signed long long for rangesQuentin Young