source: src/Parser

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ab780e6   2 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @d9bad51   2 months ajbeach Fixed memory leak in the parser.
(edit) @1cfe640   2 months ajbeach One more bit of clean-up, improving some names.
(edit) @4a72fef   2 months ajbeach General clean-up in the parser. Removed the commented …
(edit) @67467a3   3 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
(edit) @bf050c5   3 months ajbeach Removed unused field from TypeData?.
(edit) @057608a   3 months ajbeach Parser clean-up: Removed an unused field, added a comment, fixed a …
(edit) @42422fb   3 months pabuhr more reorganized enum_type rule in parser
(edit) @30aab55   3 months pabuhr reorganized enum_type rule in parser and add missing call to makeTypedef
(edit) @2583407   3 months ajbeach Handle typedef wrapped declarations before buildList in addTypedef. …
(edit) @a3525c4   3 months ajbeach Some Parser clean-up I did while investigating.
(edit) @446740a   3 months pabuhr update for-control for iterating over enumeration type
(edit) @e048ece   3 months ajbeach Moved the DeclarationNode? enums over to TypeData? where they are …
(edit) @b93c544   3 months ajbeach Removed casts no longer needed on the result of set_last.
(edit) @6cef439   3 months ajbeach Return 'TypeData? *' from some parse rules. Moved TypeData? construction …
(edit) @7e13b11   3 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @af60383   3 months ajbeach Moved a field and functions from DeclarationNode? to TypeData?. Trying …
(edit) @44adf1b   3 months ajbeach Removed casts around get_next (also replaced with direct field access) …
(edit) @647e2ea   3 months pabuhr try @@(...) for attributes, rename and reorder grammar rules, remove …
(edit) @dc3fbe5   4 months ajbeach Factored out the ParseNode?'s next field into a new child type. This is …
(edit) @4c0b674   4 months ajbeach Moved ParseNode?'s name field down to DeclarationNode?, it is not used …
(edit) @a4da45e   4 months j82liang Resolve conflict
(edit) @0522ebe   4 months j82liang Add EnumPosType? to type system
(edit) @46aa60e   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   4 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @2beaf9b   4 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   4 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @9ddcee1   4 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @61e362f   5 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @f988834   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @5bf685f   5 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @ca9d65e   6 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @b1f2007   6 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @c7f9f53   6 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @c6b4432   7 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   7 months caparson added cofor implementation
(edit) @36e6f10   8 months ajbeach Parser now uses constants from the new ast types.
(edit) @eb779d5   8 months caparson Implemented corun statement
(edit) @11ab0b4a   8 months pabuhr add corun/cofor statement, update old cofor
(edit) @46f9f02   9 months pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @0ac8d07   9 months pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @2a301ff   10 months j82liang Resolve conflict
(edit) @92355883   10 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @f259682   10 months pabuhr remove timeout clause from waituntil statement
(edit) @6a4dae6   11 months ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @c25f16b   11 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   11 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @09e400e   11 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @71a422a   11 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   11 months pabuhr add additional debug printing
(edit) @d7874052   12 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @65ef0cd   12 months pabuhr fix comments
(edit) @c84dd61   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   12 months j82liang Basic change for enable enumerated array syntax
(edit) @a983cbf   12 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   12 months pabuhr update conflicting type-specifier error-messages
(edit) @62d62db   12 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   12 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0442f93f   12 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   12 months pabuhr lex _static_assert from C23 ast-experimental
(edit) @55266c7   12 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @3982384   13 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @8c25760   14 months pabuhr put keywords in alphabetic order in lex.ll ADTast-experimental
(edit) @46da46b   14 months f37yu current progress ast-experimental
(edit) @6e1e2d0   14 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   14 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @6e4c44d   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @04c78215   14 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @b110bcc   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @45e753c   14 months ajbeach Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The … ADTast-experimental
(edit) @028e512   14 months ajbeach Cleaned up some DeclarationNode? code that had some extra code no … ADTast-experimental
(edit) @66b6f66   14 months ajbeach Cleaned up some indentation in DeclarationNode?.h. ADTast-experimental
(edit) @32d6fdc   14 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @5541a44e   14 months ajbeach Missed some uses of the new parser helpers. ADTast-experimental
(edit) @6611177   14 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @c468150   14 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … ADTast-experimental
(edit) @835d6e8   15 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   15 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   15 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @70056ed   15 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   15 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   15 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @9feb34b   15 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @d63aeba   15 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   15 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @52a2248   15 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @0d0931d   15 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @9fa61f5   15 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @15596d7   15 months pabuhr small formatting changes after Andrew's major updates ADTast-experimental
(edit) @1cdc052   15 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @702e826   15 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @3d937e2   16 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   16 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   16 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   16 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   16 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   16 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @9a533ba   16 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.