2021-02-17 02:28:03 +08:00
|
|
|
|
2021-02-18 02:27:24 +08:00
|
|
|
// To implement.
|
|
|
|
|
|
|
|
[ ] Garbage collection.
|
2021-05-11 14:38:23 +08:00
|
|
|
[*] Mark phase.
|
|
|
|
[ ] Sweep phase.
|
2021-05-15 17:29:44 +08:00
|
|
|
[ ] Stack reallocation.
|
|
|
|
[ ] and/or operator implementation.
|
2021-02-18 02:27:24 +08:00
|
|
|
[ ] Relative file import.
|
2021-05-15 17:29:44 +08:00
|
|
|
[ ] Remove resolve path for the root module.
|
|
|
|
|
|
|
|
[ ] Implement fiber from script body and vm run fibers (not scripts).
|
|
|
|
Then remove vm's root script.
|
|
|
|
[ ] C Integration api (including add core lib from host application).
|
|
|
|
[ ] REPL.
|
|
|
|
[ ] compile expression for a script.
|
|
|
|
[ ] Var handler implement.
|
|
|
|
[ ] Make it possible to override function names.
|
2021-05-13 17:10:57 +08:00
|
|
|
[ ] Hex, binary literals and floats like ".5".
|
2021-05-11 14:38:23 +08:00
|
|
|
[ ] Union tagging alter in var.
|
2021-05-13 18:31:55 +08:00
|
|
|
[ ] Add a make file/and more? (not every one has scons).
|
2021-05-15 17:29:44 +08:00
|
|
|
[ ] (future) add structs and maybe enums.
|
2021-05-11 14:38:23 +08:00
|
|
|
|
|
|
|
// Add more.
|
2021-02-18 02:27:24 +08:00
|
|
|
[ ] Compilte core methods.
|
|
|
|
[ ] Complete var methods.
|
|
|
|
[ ] Complete core functions.
|
|
|
|
[ ] Complete builtin operators.
|
|
|
|
[ ] Complete opcodes.
|
2021-05-11 14:38:23 +08:00
|
|
|
[ ] Complete core libs.
|
2021-05-13 17:10:57 +08:00
|
|
|
[ ] Complete the docs.
|
|
|
|
[ ] More Tests.
|
2021-02-18 02:27:24 +08:00
|
|
|
|
|
|
|
// Bugs.
|
2021-05-13 17:10:57 +08:00
|
|
|
It's at pre-alpha and every thing is left to
|
|
|
|
implement, and nothing would be work as expected.
|