source: src/Parser/parser.yy

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2beaf9b   2 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   2 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @5bf685f   4 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b1f2007   5 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @c6b4432   6 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   6 months caparson added cofor implementation
(edit) @36e6f10   6 months ajbeach Parser now uses constants from the new ast types.
(edit) @eb779d5   7 months caparson Implemented corun statement
(edit) @11ab0b4a   7 months pabuhr add corun/cofor statement, update old cofor
(edit) @0ac8d07   8 months pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @2a301ff   8 months j82liang Resolve conflict
(edit) @92355883   8 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @f259682   9 months pabuhr remove timeout clause from waituntil statement
(edit) @c25f16b   10 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   10 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @09e400e   10 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @71a422a   10 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @d7874052   10 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @65ef0cd   10 months pabuhr fix comments
(edit) @c84dd61   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   11 months j82liang Basic change for enable enumerated array syntax
(edit) @a983cbf   11 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @62d62db   11 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   11 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0442f93f   11 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @55266c7   11 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @3982384   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @46da46b   12 months f37yu current progress ast-experimental
(edit) @6e1e2d0   12 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   12 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @6e4c44d   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @04c78215   12 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @b110bcc   13 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @32d6fdc   13 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @6611177   13 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @c468150   13 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … ADTast-experimental
(edit) @bb7422a   13 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @70056ed   13 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   13 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   13 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @9feb34b   13 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @d63aeba   14 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   14 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @9fa61f5   14 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @1cdc052   14 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @702e826   14 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @3d937e2   14 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @bf20567   14 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   14 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @0bcd707   15 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @07e3652   15 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @2ed94a9   15 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @997185e   15 months j82liang Save parser change for git pull ADT
(edit) @8a97248   15 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @7a24d76   15 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @0f15e3b   15 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   15 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   15 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @466787a   16 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @e1d66c84   17 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @d41735a   18 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   18 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @e4d7c1c   18 months j82liang Implement enum Hiding ADTast-experimental
(edit) @7cf8006   18 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @c7f12a4   18 months pabuhr parse enum hiding ADTast-experimental
(edit) @c2b3243   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e30df7   19 months j82liang Supports inline enums ADTast-experimental
(edit) @59c7e3e   19 months pabuhr parge va_arg as special case function ADTast-experimental
(edit) @b2ddaf3   19 months pabuhr fix parsing bug for attribute at the end of a distribution list ADTast-experimental
(edit) @996c8ed   20 months pabuhr add better syntax error-messages for certain cases ADTast-experimental
(edit) @0bd46fd   20 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @4520b77e   20 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @09f34a84   20 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   20 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   20 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @aa122e9   21 months pabuhr fix typo in last push ADTast-experimentalpthread-emulation
(edit) @51fbba5   21 months pabuhr add empty loop-index to for control ADTast-experimentalpthread-emulation
(edit) @4fee301   21 months pabuhr update compiler error messages for-loop control ADTast-experimentalpthread-emulation
(edit) @dbedd71   21 months pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
(edit) @52be5948   21 months pabuhr update for-control with more error messages ADTast-experimentalpthread-emulation
(edit) @d78c238   21 months pabuhr update for-control with explicit type declarations ADTast-experimentalpthread-emulation
(edit) @7991c7d   22 months pabuhr change enumerator_value_opt to only parse constant_expression ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae2f2ae   23 months Thierry Delisle Removed and ignored some warnings in Parser. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d8454b9   2 years pabuhr add better error message for attributes after "with" clause, commented … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86b8d16   2 years pabuhr formatting, remove for/else shift/reduce conflict ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6825167   2 years caparson fixed loop else parse bug ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5695645   2 years pabuhr print warning for empty loop conditional with an else clause ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e7236f4   2 years j82liang Resolution of struct enum. The codegen of struct enum will be in the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @374cb117   2 years j82liang Replace the interface for EnumDecl? node construction to support … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @92538ab   2 years j82liang Resolve conflict ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d824715   2 years pabuhr support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3] ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f135b50   2 years j82liang The compiler is now trying to pass the value of enum const to code … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @afe9e45   2 years pabuhr add more detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5c216b4   2 years pabuhr add detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a77713b   2 years j82liang Enable typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @aac37fa   2 years pabuhr remove SemanticError? for "else" extension, support extern "..." for … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3b0bc16   2 years pabuhr change class name WhileStmt? to WhileDoStmt?, add else clause to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @473d1da0   2 years pabuhr rename "if control" to "conditional control" ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @efc8f3e   3 years pabuhr change loop default-block for while/do/for to Python style ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.