Commit Graph

10 Commits

Author SHA1 Message Date
ValKmjolnir bdd0cb2912 📝 change some identifiers' name. 2022-07-09 16:24:58 +08:00
ValKmjolnir ec308f8053 optimize codes. details:
1. delete gc::builtin_alloc
2. add convenient way of getting new string object: gc::newstr, and shrink the size of codes
3. update doc
4. add gc::temp to be used in native/module functions to avoid being recognized as garbage incorrectly when triggered mark-sweep
2022-07-07 17:51:30 +08:00
ValKmjolnir 3d1e3f49dc 📝 change identifiers' name and test/coroutine.nas, test/filesystem.nas 2022-07-06 16:04:21 +08:00
ValKmjolnir 7e25bc15e0 optimize vm 2022-07-04 00:16:04 +08:00
ValKmjolnir 41d5e2013e 🚀 update test/httptest.nas and doc/.html 2022-06-24 15:47:53 +08:00
ValKmjolnir abf4e8b735 📝 update test/httptest.nas 2022-06-23 22:16:24 +08:00
ValKmjolnir 7e034320f8 📝 finish translation of README.md 2022-06-18 18:48:00 +08:00
ValKmjolnir deb3712499 📝 update README.md and README_zh.md 2022-06-18 16:35:21 +08:00
ValKmjolnir d231668ca0 📝 update doc/README_zh.md 2022-06-18 01:31:51 +08:00
ValKmjolnir 660a17ae7e 📝 add README_zh.md(haven't finished translation). 2022-06-18 00:30:43 +08:00