dcodeIO
|
e75d006d26
|
Implement Math/Mathf.pow
|
2018-03-26 03:50:06 +02:00 |
|
dcodeIO
|
c80bf35747
|
Move fmod/fmodf to builtins and bind them to the '%' operator
|
2018-03-24 18:39:20 +01:00 |
|
dcodeIO
|
664f2a1c0d
|
Add offsetof<T> builtin; Put a function's trampoline into the function table if a it has optional parameters; TypedArray scaffolding
|
2018-03-24 00:38:49 +01:00 |
|
dcodeIO
|
49f4d3dff1
|
Eliminate @builtin decorator for compatibility with TS
|
2018-03-21 16:29:08 +01:00 |
|
dcodeIO
|
83e96892f2
|
Statically eliminate unnecessary branches in generic contexts
In order to use the new compile time type checks in generics, untaken branches must be skipped because these might be invalid.
|
2018-03-17 14:40:58 +01:00 |
|
dcodeIO
|
2ed9fac171
|
Initial compile time type check builtins
|
2018-03-17 12:54:37 +01:00 |
|
dcodeIO
|
31633899f9
|
Use untouched/optimized naming scheme in tests as well
|
2018-02-17 11:14:41 +01:00 |
|