|
|
@eae8b37
|
9 months |
j82liang |
Move enum.hfa/enum.cfa to prelude
|
|
|
@b699a61
|
11 months |
pabuhr |
formatting
|
|
|
@3ac5fd8
|
13 months |
pabuhr |
first attempt changing end-of-file to an exception
|
|
|
@1ad112a5
|
14 months |
pabuhr |
update enumeration input test
|
|
|
@1842167
|
14 months |
pabuhr |
add test for reading in enumerators
|
|
|
@b2ca052
|
14 months |
pabuhr |
move planet test under directory enum_tests
|
|
|
@236f133
|
14 months |
j82liang |
Remove quasi_void for enums. The idea of quasi_void from Mike was to …
|
|
|
@5eb3f65
|
15 months |
pabuhr |
change enumeration function names labelE, valueE, posE to label, …
|
|
|
@85855b0
|
15 months |
j82liang |
1. Implement enum cast; 2. Change valueE so that opague enum returns …
|
|
|
@d68de59
|
15 months |
j82liang |
Update enumInlineValue.cfa
|
|
|
@7da6a31
|
16 months |
j82liang |
Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
|
|
|
@9b140bd
|
16 months |
j82liang |
Update the test file
|
|
|
@c333ed2
|
16 months |
j82liang |
Remove intermeidate type (enum attribute type); remove …
|
|
|
@c5c123f
|
17 months |
j82liang |
Missing changes for the last commit
|
|
|
@eb7586e
|
17 months |
j82liang |
1. Change return value of typed Enum in null context: they now return …
|
|
|
@c17dc80
|
19 months |
j82liang |
Add position.cfa test file
|
|
|
@a55ebcc
|
19 months |
j82liang |
1. Add debug print option for replacePseudoFunc; 2. Change resolver …
|
|
|
@8bb86ce
|
3 years |
j82liang |
Clean up some code related to Enum codegen
ADT
ast-experimental
|
|
|
@25b0fde
|
3 years |
j82liang |
Fix casted enum init
ADT
ast-experimental
|
|
|
@e874605
|
3 years |
j82liang |
Add class InlineValueDecl, which is a Declaration class that works as …
ADT
ast-experimental
|
|
|
@77de429
|
3 years |
j82liang |
Fix overriding enum value
ADT
ast-experimental
|
|
|
@9511841
|
3 years |
j82liang |
Test case for qualified enum + inline
ADT
ast-experimental
|
|
|
@53a768d
|
3 years |
j82liang |
Disable the funcEnum test for now
ADT
ast-experimental
pthread-emulation
|
|
|
@12df6fe
|
3 years |
j82liang |
Fix an enumerator value bug; add basic tests for new features; save …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@d958834b
|
3 years |
j82liang |
Save a minimal compilable version. The enum pointer …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@72e76fd
|
3 years |
ajbeach |
Converted the last pass in validate B (linkReferenceToTypes). Cleaned …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@fc134a48
|
3 years |
j82liang |
Implement the struct enum
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@30d91e4
|
3 years |
j82liang |
Change the code gen for enum value. Hope it fixes the gcc …
ADT
ast-experimental
enum
pthread-emulation
qualifiedEnum
|
|
|
@7ee5d6d
|
3 years |
j82liang |
Add the test_enum.cfa authored by Peter. Many features are not yet …
ADT
ast-experimental
enum
pthread-emulation
qualifiedEnum
|
|
|
@d8e2a09
|
3 years |
j82liang |
Merge with master
ADT
ast-experimental
enum
pthread-emulation
qualifiedEnum
|
|
|
@a8ef59e
|
4 years |
j82liang |
Add a basic int test
ADT
ast-experimental
enum
pthread-emulation
qualifiedEnum
|