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