Andy Li
|
ed83390bc3
All compiler source files should be licensed in GPLv2+ as stated in http://haxe.org/foundation/open-source.html. (see #4602)
|
9 years ago |
Simon Krajewski
|
8ce9125c8f
[php] make goto a reserved word (for real this time) (closes #4337)
|
10 years ago |
Simon Krajewski
|
38b61aa6ed
add -D source-target (see #4328)
|
10 years ago |
Simon Krajewski
|
60c4c0ee34
[php] only pass closure arguments that are actually used in the closure
|
10 years ago |
Dan Korostelev
|
7c35df7d9e
[php] always newline before expression inside a block, because we're generating empty blocks as well since 534fd95 (closes #4149)
|
10 years ago |
Simon Krajewski
|
4c0d5458e4
[php] support interpolation in `__php__` code (see #4060)
|
10 years ago |
Simon Krajewski
|
85fdf858fc
[php] use new resource encoding (unescaping does not work)
|
10 years ago |
Simon Krajewski
|
09aa0bae3e
[php] replace Italian file name escaping with a real one
|
10 years ago |
Dan Korostelev
|
44e5ea5096
remove some outdated type patterns from pre-abstract era (and hope it won't break for some mysterious reason)
|
10 years ago |
Simon Krajewski
|
c5a7c15232
[php] handle string comparison using strcmp to avoid crazy conversions
|
10 years ago |
Dan Korostelev
|
534fd95ef8
[php] we now have real empty blocks, so generate them (see 42be1b96bf7353e3194dc065cd1361a31ee4bdb1)
|
11 years ago |
Simon Krajewski
|
6568450332
remove TPatMatch (will revisit in the undefined future)
|
11 years ago |
Simon Krajewski
|
ad1e1f818f
split Abstract module and move underlying type handling to type.ml
|
11 years ago |
Simon Krajewski
|
53f0a0c259
rename `(cl|en|t|a|mt)_types` to `_params` for consistency
|
11 years ago |
Simon Krajewski
|
456fe974e0
[php] check string type in TUnop too (closes #3263)
|
11 years ago |
Simon Krajewski
|
8213dcabb9
[php] wrap TEnumParameter in `_hx_deref` because it could contain constructors
|
11 years ago |
Simon Krajewski
|
4e9a3820cb
(Php) unset loop variable of TFor to avoid reference passing issues (closes #2900)
|
11 years ago |
Simon Krajewski
|
f8aea1c92d
move Codegen.concat to Type.concat
|
11 years ago |
Dan Korostelev
|
16e830807c
Fix deprecation warnings on newer OCaml compiler.
|
11 years ago |
Simon Krajewski
|
f8721534b1
rename TVars to TVar
|
11 years ago |
Simon Krajewski
|
c88ecce5e5
change TVars to not hold a list
|
11 years ago |
Ryusei Yamaguchi
|
bfd0f45089
fix syntax of generated php
|
11 years ago |
Simon Krajewski
|
329f73bd8c
[Php] goto is a thing now (closes #2316)
|
11 years ago |
Franco Ponticelli
|
52b8b04082
fixed issue #2146
|
12 years ago |
Simon Krajewski
|
58927a427f
generator fixes for TMeta
|
12 years ago |
Simon Krajewski
|
8dbad24ce7
add enum field to TEnumParameter
|
12 years ago |
Simon Krajewski
|
aec44b943a
Revert "genphp fixes"
|
12 years ago |
Simon Krajewski
|
d76ee708fd
removed FEnumParameter, added TEnumParameter
|
12 years ago |
Simon Krajewski
|
f615c11668
genphp fixes
|
12 years ago |
Simon Krajewski
|
609abf3a8e
removed TMatch (mostly)
|
12 years ago |