Zhenzhen Zhan
Zhenzhen Zhan
I have a plan of adding some new grammars: ``` b: a ok.or 8 b: a exist.or 8 ``` equivalent to: ``` b: a ifnull 8 b: a ifvoid 8...
I have a plan of supporting decorators, but not using `@`.
In `hanoi.fus` example it's using radical mode, so `@` means `arguments[0]`. In compatible mode `@` means `arguments`.
Supporting types is a long term plan. That may be after WebAssembly specification is more complete, so that we can directly compile FutureScript to WebAssembly.
FutureScript classes are compiled to ES6 class. But if you use Babel, it will not be ES6 classes. `fus-ext` classes are still using Babel (for compatibility reasons) so its classes...
I'm not familiar with Polymer.
> Is there a gulp task for futurescript compilation? FutureScript compiler itself isn't using any node modules like `gulp`. But if you want to know if you can compile FutureScript...
Yes, I suggest using Babel, particularly if the code will be run on browsers.
I'll consider it. Yes this is the `locked-api.js`.
Yes it's `generateOutput`.