source: src/Parser

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0c327ce   15 months j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @9d5eacb   15 months j82liang Fix the bug with typed anomynous enum got incorrect forward declaration
(edit) @b9f6791f   15 months pabuhr allow empty global declaration ';', adjust semi-colon rules after …
(edit) @5a2b0b7   15 months ajbeach Reverted the change to the compiler. The other changes are both …
(edit) @550afde2   15 months ajbeach Constant strings on input. The previous changes only effected …
(edit) @8c55d34   15 months ajbeach Fixed spelling mistake. (I'm 99% sure.)
(edit) @99f7f37   15 months j82liang Fix the bug that enum {} var syntax cannot be recognized as cfa enum
(edit) @6d2b3dc   15 months j82liang Change (enum) range loop so that it works on any type that define …
(edit) @4117761   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5ccc733   16 months j82liang Fix the bug that C style enum cannot to use as an lvalue
(edit) @01afd8d   16 months pabuhr add +~ and +~= for-control operators to match with -~ and -~= operators
(edit) @7552fde   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d3aa55e9   16 months j82liang 1. Disallow implicit conversion from cfa enum to int during on the …
(edit) @55ba259e   16 months pabuhr clarify for-control for enumerations
(edit) @089b39e1   16 months pabuhr clean up, prepare for downto enumerating
(edit) @253d0b4   16 months pabuhr change error message header, simplify forCtrl to have only identifier …
(edit) @a8ced63   16 months pabuhr parse countof pseduo-function, update for-loop for enumeration
(edit) @07771bc   16 months pabuhr lex countof pseudo-function
(edit) @57e43cd   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @525f7ad   16 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @f678c53b   16 months pabuhr formatting
(edit) @12f1156   16 months pabuhr simplify grammar in a few places
(edit) @2ab31fd   16 months pabuhr parse tuple-element declarations but unimplemented
(edit) @85855b0   16 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @0f612d2   17 months ajbeach Shoot, the non-extension renamings did not get caught in some corners.
(edit) @c92bdcc   17 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @e78966e   18 months pabuhr add parsing support for enum type in 'with' statement
(edit) @89da3a9   18 months pabuhr fix parsing bug in field declaring list with empty declarator
(edit) @7a780ad   18 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This …
(edit) @ab780e6   18 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @d9bad51   18 months ajbeach Fixed memory leak in the parser.
(edit) @1cfe640   18 months ajbeach One more bit of clean-up, improving some names.
(edit) @4a72fef   18 months ajbeach General clean-up in the parser. Removed the commented …
(edit) @67467a3   19 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
(edit) @bf050c5   19 months ajbeach Removed unused field from TypeData.
(edit) @057608a   19 months ajbeach Parser clean-up: Removed an unused field, added a comment, fixed a …
(edit) @42422fb   19 months pabuhr more reorganized enum_type rule in parser
(edit) @30aab55   19 months pabuhr reorganized enum_type rule in parser and add missing call to makeTypedef
(edit) @2583407   19 months ajbeach Handle typedef wrapped declarations before buildList in addTypedef. …
(edit) @a3525c4   19 months ajbeach Some Parser clean-up I did while investigating.
(edit) @446740a   19 months pabuhr update for-control for iterating over enumeration type
(edit) @e048ece   19 months ajbeach Moved the DeclarationNode enums over to TypeData where they are …
(edit) @b93c544   19 months ajbeach Removed casts no longer needed on the result of set_last.
(edit) @6cef439   19 months ajbeach Return 'TypeData *' from some parse rules. Moved TypeData construction …
(edit) @7e13b11   19 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @af60383   19 months ajbeach Moved a field and functions from DeclarationNode to TypeData. Trying …
(edit) @44adf1b   19 months ajbeach Removed casts around get_next (also replaced with direct field access) …
(edit) @647e2ea   19 months pabuhr try @@(...) for attributes, rename and reorder grammar rules, remove …
(edit) @dc3fbe5   20 months ajbeach Factored out the ParseNode's next field into a new child type. This is …
(edit) @4c0b674   20 months ajbeach Moved ParseNode's name field down to DeclarationNode, it is not used …
(edit) @a4da45e   20 months j82liang Resolve conflict
(edit) @0522ebe   20 months j82liang Add EnumPosType to type system
(edit) @46aa60e   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   20 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @2beaf9b   20 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   20 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @9ddcee1   20 months j82liang Remove EnumPosExpr, an early design that no longer used. The …
(edit) @61e362f   21 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @f988834   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   21 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @5bf685f   21 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @ca9d65e   22 months pabuhr second attempt at simplifying SemanticError messages
(edit) @b1f2007d   22 months pabuhr first attempt at simplifying SemanticError and its usage
(edit) @c7f9f53   22 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @c6b4432   2 years ajbeach Remove BaseSyntaxNode and clean-up.
(edit) @3d9d017   2 years caparson added cofor implementation
(edit) @36e6f10   2 years ajbeach Parser now uses constants from the new ast types.
(edit) @eb779d5   2 years caparson Implemented corun statement
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @46f9f02   2 years pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @0ac8d07   2 years pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @2a301ff   2 years j82liang Resolve conflict
(edit) @92355883   2 years j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @f259682   2 years pabuhr remove timeout clause from waituntil statement
(edit) @6a4dae6   2 years ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @c25f16b   2 years ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   2 years ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @09e400e   2 years pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @71a422a   2 years pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   2 years pabuhr add additional debug printing
(edit) @d7874052   2 years pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @65ef0cd   2 years pabuhr fix comments
(edit) @c84dd61   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   2 years j82liang Basic change for enable enumerated array syntax
(edit) @a983cbf   2 years pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   2 years pabuhr update conflicting type-specifier error-messages
(edit) @62d62db   2 years caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   2 years f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0442f93f   2 years pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   2 years pabuhr lex _static_assert from C23 ast-experimental
(edit) @55266c7   2 years pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @3982384   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @8c25760   2 years pabuhr put keywords in alphabetic order in lex.ll ADT ast-experimental
(edit) @46da46b   2 years f37yu current progress ast-experimental
(edit) @6e1e2d0   2 years caparson resolved merge conflicts ADT ast-experimental
(edit) @c86b08d   2 years caparson added support for the waituntil statement in the compiler ADT ast-experimental
(edit) @6e4c44d   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @04c78215   2 years pabuhr change waituntil expression from cast_expression to comma_expression ADT ast-experimental
(edit) @b110bcc   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
Note: See TracRevisionLog for help on using the revision log.