source: src/Parser

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b1f2007   8 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @c7f9f53   8 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @c6b4432   9 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   9 months caparson added cofor implementation
(edit) @36e6f10   10 months ajbeach Parser now uses constants from the new ast types.
(edit) @eb779d5   10 months caparson Implemented corun statement
(edit) @11ab0b4a   11 months pabuhr add corun/cofor statement, update old cofor
(edit) @46f9f02   11 months pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @0ac8d07   12 months pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @2a301ff   12 months j82liang Resolve conflict
(edit) @92355883   12 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @f259682   12 months pabuhr remove timeout clause from waituntil statement
(edit) @6a4dae6   13 months ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @c25f16b   13 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   13 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @09e400e   13 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @71a422a   13 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   13 months pabuhr add additional debug printing
(edit) @d7874052   14 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @65ef0cd   14 months pabuhr fix comments
(edit) @c84dd61   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   14 months j82liang Basic change for enable enumerated array syntax
(edit) @a983cbf   14 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   14 months pabuhr update conflicting type-specifier error-messages
(edit) @62d62db   14 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   14 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0442f93f   14 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   14 months pabuhr lex _static_assert from C23 ast-experimental
(edit) @55266c7   14 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @3982384   15 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @8c25760   16 months pabuhr put keywords in alphabetic order in lex.ll ADTast-experimental
(edit) @46da46b   16 months f37yu current progress ast-experimental
(edit) @6e1e2d0   16 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   16 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @6e4c44d   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @04c78215   16 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @b110bcc   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @45e753c   16 months ajbeach Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The … ADTast-experimental
(edit) @028e512   16 months ajbeach Cleaned up some DeclarationNode? code that had some extra code no … ADTast-experimental
(edit) @66b6f66   16 months ajbeach Cleaned up some indentation in DeclarationNode?.h. ADTast-experimental
(edit) @32d6fdc   16 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @5541a44e   16 months ajbeach Missed some uses of the new parser helpers. ADTast-experimental
(edit) @6611177   16 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @c468150   17 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … ADTast-experimental
(edit) @835d6e8   17 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   17 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   17 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @70056ed   17 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   17 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   17 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @9feb34b   17 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @d63aeba   17 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   17 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @52a2248   17 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @0d0931d   17 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @9fa61f5   17 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @15596d7   17 months pabuhr small formatting changes after Andrew's major updates ADTast-experimental
(edit) @1cdc052   17 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @702e826   17 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @3d937e2   18 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   18 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   18 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   18 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   18 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   18 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @9a533ba   18 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
(edit) @2d37a788   18 months pabuhr print enumeration type-name in print member ADTast-experimental
(edit) @9a380e1a   18 months pabuhr formatting ADTast-experimental
(edit) @44a0ca2   18 months pabuhr formatting ADTast-experimental
(edit) @0bcd707   18 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @692c1cc   18 months pabuhr update printing attributes, clean up anon flag setting, move attribute … ADTast-experimental
(edit) @1c80f20   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4b60b28   18 months ajbeach Moved parser utility from common utility file to the parserutility file. ADTast-experimental
(edit) @f2f595d7   18 months ajbeach RunParser? now uses AST for its interface everywhere. (Works because … ADTast-experimental
(edit) @07e3652   18 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @f7c41d4   18 months pabuhr formatting ADTast-experimental
(edit) @2ed94a9   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @997185e   18 months j82liang Save parser change for git pull ADT
(edit) @8fa77eb   19 months pabuhr fix documentation ADTast-experimental
(edit) @8a97248   19 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @7a24d76   19 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @0f15e3b   19 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   19 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   19 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @ad861ef   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   19 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @8bb86ce   19 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @64b3cda   20 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   20 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @cbd1ba8   20 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @e1d66c84   21 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @d41735a   21 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   21 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @e4d7c1c   21 months j82liang Implement enum Hiding ADTast-experimental
(edit) @71806e0   21 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @7cf8006   22 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @c7f12a4   22 months pabuhr parse enum hiding ADTast-experimental
(edit) @93d2219   22 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   22 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.