Andreas Rumpf
|
1a61c4d46d
first implementation of the 'func' keyword
|
7 years ago |
Andreas Rumpf
|
ad608838bf
closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target
|
7 years ago |
Arne Döring
|
92c2a51bf7
removed compiler internal list implementation (#5371)
|
7 years ago |
Andreas Rumpf
|
39b25cf4dc
simple closure iterator calling closure iterator works; refs #3837
|
8 years ago |
Araq
|
c743b2969f
closure types get names; refs #4332
|
8 years ago |
Andreas Rumpf
|
d165364aac
minor steps to make closure iterators work with the JS backend
|
8 years ago |
Andreas Rumpf
|
299351a909
fixes #4070
|
8 years ago |
Andreas Rumpf
|
5757ad858c
fixes #3995
|
8 years ago |
Andreas Rumpf
|
81d144e3b4
no LL for PHP
|
9 years ago |
Araq
|
38da21fc62
fixes #3730
|
9 years ago |
Andreas Rumpf
|
2309975f78
fixes yet another LL regression (Aporia compiles again)
|
9 years ago |
Andreas Rumpf
|
3838cd0066
fixes iterator codegen regression
|
9 years ago |
Andreas Rumpf
|
9097033b4e
fixes yet another regression
|
9 years ago |
Andreas Rumpf
|
d0709cc758
fixes more regressions
|
9 years ago |
Andreas Rumpf
|
5be6c95d21
fixes async regression
|
9 years ago |
Andreas Rumpf
|
98cc99cbcf
fixes all known regressions
|
9 years ago |
Andreas Rumpf
|
1a2bda45ec
fixes #2007
|
9 years ago |
Andreas Rumpf
|
290b7e117e
minor bugfix
|
9 years ago |
Andreas Rumpf
|
3d7c57db88
fixes #2659
|
9 years ago |
Andreas Rumpf
|
91e9cb64e9
fixes #3201, fixes #2766
|
9 years ago |
Andreas Rumpf
|
159a2ff955
fixes #3636
|
9 years ago |
Andreas Rumpf
|
8fb6865b24
fixes #1725
|
9 years ago |
Andreas Rumpf
|
b4c62d5fed
async works again
|
9 years ago |
Andreas Rumpf
|
813f98fb34
further progress on closure iterators; tforum still failing
|
9 years ago |
Andreas Rumpf
|
1ad69be988
next steps to produce working closure iterators
|
9 years ago |
Andreas Rumpf
|
307a6095fa
made closure iterators tests green, updated docs
|
9 years ago |
Andreas Rumpf
|
9cc066d99d
closure iterators sometimes work
|
9 years ago |
Andreas Rumpf
|
e518c7a005
LL works reasonably well; closure iterators still not implemented
|
9 years ago |
Andreas Rumpf
|
9971c06062
fixes missing 'illegal capture' error message regression
|
9 years ago |
Andreas Rumpf
|
5c9332c57d
fixes closure generation when only paramters are captured
|
9 years ago |