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
|
2fa7fc7885
|
Take advantage of smaller integer load and store ops
|
2018-01-23 15:44:25 +01:00 |
|
dcodeIO
|
a257b6e529
|
Load/store constant offset utility
|
2018-01-21 16:34:50 +01:00 |
|
dcodeIO
|
dd596b015d
|
Simplify reinterpret to require one type argument only, fixes #9
|
2018-01-13 01:15:09 +01:00 |
|
dcodeIO
|
1221ff129d
|
More built-in constants; Get/set parsing fixes; I64.toF64 fixes
|
2018-01-02 21:41:25 +01:00 |
|
dcodeIO
|
2888ba14ad
|
PSON decoder example using namespaced imports
|
2017-12-30 05:11:58 +01:00 |
|
dcodeIO
|
ad1fbcf5b2
|
A first take on imported built-ins
|
2017-12-12 01:35:48 +01:00 |
|
dcodeIO
|
f045975a4b
|
Built-in abs/min/max for integers; For-loop fixes
|
2017-12-05 22:47:20 +01:00 |
|
dcodeIO
|
b7030d4dea
|
reinterpret and select builtins
|
2017-12-04 22:47:08 +01:00 |
|
dcodeIO
|
df3e34f2aa
|
More options for asc
|
2017-12-04 19:26:50 +01:00 |
|
dcodeIO
|
c6af2d1454
|
Implement ternary using if, see AssemblyScript/assemblyscript#123
|
2017-12-04 14:49:24 +01:00 |
|
dcodeIO
|
63a67e7c67
|
sizeof, load and store builtins
|
2017-12-04 02:00:48 +01:00 |
|
dcodeIO
|
017efc71b6
|
Fixes; Builtins; Testing in the interpreter
|
2017-12-03 23:04:33 +01:00 |
|