2008-11-09 |
Akim Demaille | Use a static hierarchy for symbols in the C++ parser. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Use inline for small operations. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Introduce a hierarchy for symbols. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Rename data_type and stack_symbol_type. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Handle semantic value and location together. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Push a complete symbol, not connected parts. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Agregate yylval and yylloc. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Rely on the state stack to display reduction traces. |
tree | commitdiff |
2008-11-09 |
Akim Demaille | Fuse yyval and yyloc into yylhs. |
tree | commitdiff |
2008-11-07 |
Akim Demaille | Moving push traces into yypush_. |
tree | commitdiff |
2008-11-07 |
Akim Demaille | The single-stack C++ parser is now the standard one. |
tree | commitdiff |
2008-11-07 |
Akim Demaille | Avoid empty-if warnings. |
tree | commitdiff |
2008-11-07 |
Akim Demaille | Destroy the variants that remain on the stack in case... |
tree | commitdiff |
2008-11-07 |
Akim Demaille | Add "%define assert" to variants. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Use b4_copyright_years. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Formatting changes. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Formatting changes. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Remove spurious initial empty lines. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Don't memcpy C++ structures. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Sort methods. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Useless parens. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Issue missing synclines after user actions. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Remove trailing empty line. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Fix output of copyright years. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Avoid the spurious initial empty line. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Remove parser::rhs_number_type. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Fix iteration type. |
tree | commitdiff |
2008-11-04 |
Akim Demaille | Factor the declaration of the integer tables. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Fix indentation of tables in lalr1.cc |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Destroy the lhs symbols after reduction. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Simplify yysyntax_error_ use. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Let yy::variant::build return an lvalue. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Define yy::variant only when needed. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Fuse the three stacks into a single one. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Push the state, value, and location at the same time. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Prefer references to pointers. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | stack::size instead of stack::height. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Use variants to support objects as semantic values. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Parameterize the extraction of semantic values. |
tree | commitdiff |
2008-11-03 |
Akim Demaille | Prepare easier M4 changes. |
tree | commitdiff |
2008-11-01 |
Di-an Jan | Java parser improvements |
tree | commitdiff |
2008-10-31 |
Di-an Jan | Correct visible errors in generated Javadoc. |
tree | commitdiff |
2008-10-28 |
Akim Demaille | Space changes. |
tree | commitdiff |
2008-10-28 |
Akim Demaille | Don't define debugging functions when !YYDEBUG. |
tree | commitdiff |
2008-10-28 |
Akim Demaille | Space and comments changes. |
tree | commitdiff |
2008-10-18 |
Joel E. Denny | Fix yyerror_range for user-defined location type in... |
tree | commitdiff |
2008-10-09 |
Paolo Bonzini | small but important bugfixes for the Java skeleton |
tree | commitdiff |
2008-08-28 |
Eric Blake | Resync m4sugar from autoconf. |
tree | commitdiff |
2008-08-27 |
Akim Demaille | Support yyerrok in lalr1.cc. |
tree | commitdiff |
2008-08-15 |
Eric Blake | Remaining m4sugar merge from autoconf. |
tree | commitdiff |
2008-08-15 |
Eric Blake | Partial m4sugar merge from autoconf: m4_map. |
tree | commitdiff |
2008-08-07 |
Eric Blake | Partial m4sugar merge from autoconf: m4_shiftn. |
tree | commitdiff |
2008-08-07 |
Eric Blake | Partial m4sugar merge from autoconf: m4_wrap vs. m4... |
tree | commitdiff |
2008-08-05 |
Eric Blake | Partial m4sugar merge from autoconf: builtins, version.m4. |
tree | commitdiff |
2008-08-05 |
Eric Blake | Fix comments in m4sugar. |
tree | commitdiff |
2008-07-27 |
Joel E. Denny | Remove remaining dependence on CVS Id keyword. |
tree | commitdiff |
2008-07-14 |
Joel E. Denny | Add .gitignore everywhere based on .cvsignore. |
tree | commitdiff |
2008-05-13 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little for readability. |
tree | commitdiff |
2008-02-21 |
Wojciech Polak | (xsl:template match="/"): Change footer text. |
tree | commitdiff |
2008-02-20 |
Joel E. Denny | Fix impure push parser compile error reported by Bob... |
tree | commitdiff |
2008-02-17 |
Joel E. Denny | * data/Makefile.am (dist_pkgdata_DATA): Remove push.c. |
tree | commitdiff |
2008-02-17 |
Joel E. Denny | * data/bison.m4 (b4_percent_code_get): Output %code... |
tree | commitdiff |
2008-01-19 |
Joel E. Denny | * data/yacc.c: Update copyright for recent commit. |
tree | commitdiff |
2008-01-10 |
Paul Eggert | * data/yacc.c (yyparse): Correct the comment when locat... |
tree | commitdiff |
2008-01-05 |
Wojciech Polak | data/xslt/xml2xhtml.xsl (xsl:template match="/"): Prece... |
tree | commitdiff |
2007-12-15 |
Joel E. Denny | In XML output, remove redundant class attribute on... |
tree | commitdiff |
2007-12-08 |
Joel E. Denny | * data/xslt/bison.xsl (bison:ruleNumber): Rename to... |
tree | commitdiff |
2007-11-26 |
Akim Demaille | * data/Makefile.am (dist_pkgdata_DATA): Ship and instal... |
tree | commitdiff |
2007-11-24 |
Joel E. Denny | In the XML output, list useless and unused symbols... |
tree | commitdiff |
2007-11-10 |
Joel E. Denny | * src/gram.c: Remove comments that duplicate comments... |
tree | commitdiff |
2007-11-10 |
Joel E. Denny | * data/bison.m4 (b4_cat): Put a newline after the end... |
tree | commitdiff |
2007-11-08 |
Paolo Bonzini | 2007-11-08 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
tree | commitdiff |
2007-10-28 |
Joel E. Denny | %define push_pull -> %define api.push_pull. Discussed... |
tree | commitdiff |
2007-10-28 |
Joel E. Denny | For the XML output's terminal element, rename @number... |
tree | commitdiff |
2007-10-21 |
Joel E. Denny | * data/xslt/xml2dot.xsl (xsl:template match="automaton... |
tree | commitdiff |
2007-10-17 |
Wojciech Polak | (xsl:template match="terminal"): Use new attribute... |
tree | commitdiff |
2007-10-11 |
Wojciech Polak | (xsl:template match="item"): New. |
tree | commitdiff |
2007-10-11 |
Wojciech Polak | (xsl:template name="escape"): Write xsl:param "required... |
tree | commitdiff |
2007-10-11 |
Wojciech Polak | (bison:ruleNumber): New key. Improve processing time... |
tree | commitdiff |
2007-10-09 |
Joel E. Denny | Make xml2dot.xsl and --graph produce the same output. |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Improve C++ namespace support. Discussed starting at |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Add syncline support and location accessor to internal... |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Fix some error-reporting macro bugs. |
tree | commitdiff |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
tree | commitdiff |
2007-09-24 |
Wojciech Polak | data/Makefile.am (xsltdir): New variable. |
tree | commitdiff |
2007-09-24 |
Wojciech Polak | Transform XML into XHTML. |
tree | commitdiff |
2007-09-24 |
Wojciech Polak | Transform XML into plain text. |
tree | commitdiff |
2007-09-24 |
Wojciech Polak | Transform XML into DOT. |
tree | commitdiff |
2007-08-28 |
Joel E. Denny | Spell "boolean" as "Boolean". Reported by Akim Demaille. |
tree | commitdiff |
2007-08-18 |
Joel E. Denny | In impure push mode, don't allow more than one yypstate... |
tree | commitdiff |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
tree | commitdiff |
2007-08-03 |
Joel E. Denny | * data/yacc.c (yyexhaustedlab): Define it when YYERROR_... |
tree | commitdiff |
2007-07-28 |
Joel E. Denny | Fix push parsing memory leak reported by Brandon Lucia at |
tree | commitdiff |
2007-07-02 |
Joel E. Denny | * data/glr.c (yy_yypstack, yypstates, yypdumpstack... |
tree | commitdiff |
2007-05-26 |
Joel E. Denny | * data/glr.c (yylval): As in yacc.c, don't extern in... |
tree | commitdiff |
2007-05-20 |
Joel E. Denny | Extend the front-end API for %define variables to more... |
tree | commitdiff |
2007-03-09 |
Paolo Bonzini | 2007-03-07 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-03-02 |
Joel E. Denny | Miscellaneous %define and %code cleanup. |
tree | commitdiff |
2007-02-27 |
Paolo Bonzini | 2007-02-27 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
next |