frabbit
|
91cae67960
remove Builtin.tuple, add Tuple constructor to Tuple class, add more unit tests for tuples
|
10 years ago |
frabbit
|
1d6eac4890
rename ByteArray to Bytearray, remove Builtin.bytearray and add constructor to Bytearray
|
10 years ago |
Dan Korostelev
|
11cba31941
[python] get rid of HxBuiltin, clean up things here and there
|
11 years ago |
Dan Korostelev
|
d0184c52c0
[python] Builtin.open returns FileIO (with write methods and stuff)
|
11 years ago |
Simon Krajewski
|
b8aaedc5ac
remove general untyped from some StringTools functions
|
11 years ago |
Dan Korostelev
|
11760627ef
[python] rename @:import to @:pythonImport
|
11 years ago |
frabbit
|
8257a5327f
remove more precode, cleanup _hx_builtin occurrences
|
11 years ago |
frabbit
|
c340d7173e
get rid of python.Choice
|
11 years ago |
frabbit
|
0bf640d436
remove python.lib.Types
|
11 years ago |
frabbit
|
4a4f1455a6
renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw
|
11 years ago |
frabbit
|
71bf40620e
restructure python lib
|
11 years ago |
frabbit
|
25432a6b69
move some base types into python.lib
|
11 years ago |
frabbit
|
93b88ed8f9
cleanup std
|
11 years ago |
Simon Krajewski
|
8bc1d59b7d
change Syntax to extern class (some TODOs left)
|
11 years ago |
frabbit
|
e57e35a1ad
cleanup Type
|
11 years ago |
frabbit
|
af31005779
init not necessary for builtin
|
11 years ago |
frabbit
|
75e763ec17
implemented python based Bytes, get getBytes and saveBytes working
|
11 years ago |
frabbit
|
29d6d6f584
add very basic File operations (Bytes are still missing)
|
11 years ago |
frabbit
|
f359009044
more fixes to fix doc generation
|
11 years ago |
Simon Krajewski
|
d9ed72f630
add std files from hx2python
|
11 years ago |