Sha256: e2b87b216329ffaaeab32f58709474db8c86c494d105b6aab14e6ca39be08461
Contents?: true
Size: 536 Bytes
Versions: 2
Compression:
Stored size: 536 Bytes
Contents
Thing to Do in the future === # After mruby 3.0 * replace `fp_fmt.c` by `float_format` (https://github.com/dhylands/format-float.git) * multi-precision integer * WORD_BOXING: Pack some floats in `mrb_value` * NAN_BOXING: Allow `MRB_INT64` along with NaN boxing * keyword arguments a la Ruby3.0 (using `OP_SENDVK`) * parser and code generator independent from `mrb_state` (mmruby?) # Things to do (Things that are not done yet) * `begin ... end while cond` to behave as CRuby * special variables ($1,$2..) * super in aliased methods
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.3.2 | ext/enterprise_script_service/mruby/TODO.md |
script_core-0.3.0 | ext/enterprise_script_service/mruby/TODO.md |