summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* regenAkim Demaille2013-04-042-286/+316
* grammar: record the kind of %define variable valuesAkim Demaille2013-04-044-17/+88
* style: fix commentsAkim Demaille2013-04-041-7/+3
* regenAkim Demaille2013-04-042-462/+470
* grammar: style changesAkim Demaille2013-04-041-8/+2
* grammar: split %union to group together related aspectsAkim Demaille2013-04-041-15/+15
* muscle: refactorAkim Demaille2013-04-041-48/+45
* style: comment changesAkim Demaille2013-04-032-34/+18
* muscle: minor refactoringAkim Demaille2013-04-031-5/+3
* regenAkim Demaille2013-03-062-371/+264
* gram: correct token numbering in precedence declarationsValentin Tolmer2013-03-061-2/+11
* diagnostics: no longer include the yacc category in -WallAkim Demaille2013-03-043-6/+9
* grammar: no longer detect and cure missing semicolon at end of actionsAkim Demaille2013-03-041-81/+5
* regenAkim Demaille2013-02-192-3/+3
* diagnostics: factor and enhance messages about duplicate rule directivesAkim Demaille2013-02-185-8/+37
* style: no longer use backquotesAkim Demaille2013-02-1820-60/+60
* style: no longer use backquotes in messagesAkim Demaille2013-02-181-24/+24
* report: use %empty to denote empty rulesAkim Demaille2013-02-181-4/+2
* diagnostics: %empty enables -Wempty-ruleAkim Demaille2013-02-183-0/+16
* -Wempty-rule: diagnose empty rules without %emptyAkim Demaille2013-02-184-0/+11
* regenAkim Demaille2013-02-182-264/+284
* parser: use %emptyAkim Demaille2013-02-181-13/+12
* grammar: introduce %emptyAkim Demaille2013-02-186-0/+28
* getargs: minor simplificationAkim Demaille2013-02-161-13/+9
* style: move argument handling of -W into the diagnostics moduleAkim Demaille2013-02-164-145/+159
* diagnostics: revamp the handling of -WerrorAkim Demaille2013-02-164-66/+148
* options: simplify the handling of -WAkim Demaille2013-02-141-37/+10
* options: don't accept "error=" for -f and -rAkim Demaille2013-02-141-21/+103
* diagnostics: factor the list of warning namesAkim Demaille2013-02-145-35/+26
* diagnostics: no longer pretty-print rules in error messages, carets sufficeAkim Demaille2013-02-141-27/+6
* options: no longer document warnings when diagnosing an invalid -WAkim Demaille2013-02-141-14/+10
* debug: improve the display of symbol listsAkim Demaille2013-02-112-5/+10
* style: minor changesAkim Demaille2013-02-096-16/+20
* build: restore C90 compatibilityAkim Demaille2013-02-052-2/+2
* style: rename internal "stype" as "union_members" for clarityAkim Demaille2013-02-042-2/+2
* regenAkim Demaille2013-02-042-268/+264
* style: space changes in the parserAkim Demaille2013-02-041-5/+5
* parser: use api.pure fullAkim Demaille2013-02-041-6/+2
* style: use a for loop instead of a while loop, and scope reductionAkim Demaille2013-02-041-30/+29
* grammar: free the association tracking graphTheophile Ranquet2013-02-011-0/+38
* regenAkim Demaille2013-02-012-10/+10
* location: pass the location firstAkim Demaille2013-02-014-7/+7
* symlist: use the right streamAkim Demaille2013-02-011-1/+1
* warnings: introduce -WprecedenceValentin Tolmer2013-01-306-38/+32
* grammar: record used associativity and print useless onesValentin Tolmer2013-01-304-0/+77
* grammar: warn about unused precedence for symbolsValentin Tolmer2013-01-294-0/+152
* style: indentation fixesAkim Demaille2013-01-291-8/+8
* regenAkim Demaille2013-01-272-260/+259
* grammar: preserve token declaration orderValentin Tolmer2013-01-273-3/+23
* diagnostics: avoid useless caret stutteringAkim Demaille2013-01-211-1/+1