Dan Korostelev
|
34849cc8d7
[python] use Math.round instead of own function
|
il y a 11 ans |
Dan Korostelev
|
596dcdb96d
[python] clean up python.Boot a bit
|
il y a 11 ans |
frabbit
|
db2c629027
[python] slight improvements/cleanup to python.Boot, allow inlining of Std.string, ArrayImpl use arrayJoin of Boot
|
il y a 11 ans |
frabbit
|
bf4a7fc18c
improve performance of string concatenation, reflect.field
|
il y a 11 ans |
frabbit
|
0328a22a50
small Boot.toString improvements
|
il y a 11 ans |
frabbit
|
9e37e778be
improve performance of Std.is, Std.string(Boot.toString), avoid HxOverride.eq calls when possible
|
il y a 11 ans |
frabbit
|
ca21d890f2
get rid of Reflection code generated by Boot,ArrayImpl and StringImpl, remove Dependency from Dict to Reflect
|
il y a 11 ans |
Simon Krajewski
|
9342294ad1
remove newlines
|
il y a 11 ans |
Dan Korostelev
|
11760627ef
[python] rename @:import to @:pythonImport
|
il y a 11 ans |
Dan Korostelev
|
e74d8003c7
[python] Remove extern for python object for now, get __dict__ using Internal.
|
il y a 11 ans |
Simon Krajewski
|
58b01deaea
implement _hx_AnonObject in Haxe
|
il y a 11 ans |
Dan Korostelev
|
2820e1d1d9
[python] Implement _hx_ClassRegistry in Haxe and support @:nativeGen meta to disable adding reflection info to a class.
|
il y a 11 ans |
Dan Korostelev
|
adddcecef9
[python] register type reflection data with class decorators
|
il y a 11 ans |
frabbit
|
8257a5327f
remove more precode, cleanup _hx_builtin occurrences
|
il y a 11 ans |
frabbit
|
2c9f277cae
get rid of _hx_c object
|
il y a 11 ans |
frabbit
|
dc204038a0
remove Boot->Math dependency
|
il y a 11 ans |
frabbit
|
332bddd1e9
properly handle identifiers with leading underscores like '__b', but don't apply transformation for leading and trailing underscores like '__iter__', remove dirty hack for '__b'
|
il y a 11 ans |
Simon Krajewski
|
0fbd6aa294
remove redundant @:keep (implied by type-level @:keep)
|
il y a 11 ans |
Simon Krajewski
|
bb35eb7c21
normalize formatting (a bit)
|
il y a 11 ans |
frabbit
|
c2cfd4d685
more cleanup
|
il y a 11 ans |
frabbit
|
c4b1ce140b
use Internal class to access internal identifiers
|
il y a 11 ans |
frabbit
|
9c23fe5fe0
more inlining
|
il y a 11 ans |
frabbit
|
a93e6912d9
add inline to builtin calls
|
il y a 11 ans |
Simon Krajewski
|
2053175436
fix alignment
|
il y a 11 ans |
Simon Krajewski
|
70d3042f61
treat True and False as keywords (closes #https://github.com/frabbit/hx2python/issues/20)
|
il y a 11 ans |
Simon Krajewski
|
0e8dfda2b7
deal with "Dynamic should be Void" cases
|
il y a 11 ans |
Simon Krajewski
|
2502fd9781
minor cleanup
|
il y a 11 ans |
Simon Krajewski
|
a8610fafea
untypedPython -> pythonCode
|
il y a 11 ans |
Simon Krajewski
|
855f812657
tabsify
|
il y a 11 ans |
Simon Krajewski
|
8bc1d59b7d
change Syntax to extern class (some TODOs left)
|
il y a 11 ans |