Commit Graph

43 Commits

Author SHA1 Message Date
ValKmjolnir
8583be337e 🚀 change module function parameter format to avoid warnings 2022-10-24 01:12:25 +08:00
ValKmjolnir
ce6a9865d7 🔥 change nasal_gc to gc 2022-10-23 01:29:20 +08:00
ValKmjolnir
1a0f81214f 🔥 change class name.
nasal_lexer -> lexer
nasal_parse -> parse
nasal_codegen -> codegen
nasal_vm -> vm
nasal_gc -> gc
nasal_dbg -> debugger
nasal_import -> linker
nas_ref -> var
2022-10-21 01:29:29 +08:00
ValKmjolnir
dbfa570511 📝 update doc 2022-10-06 00:23:32 +08:00
ValKmjolnir
eec7c2caf1 🚀 delete unnecessary codes & add stl/string.nas 2022-10-05 16:03:47 +08:00
ValKmjolnir
eb6b9c372e 🚀 add high resolution progress bar 2022-09-28 23:45:15 +08:00
ValKmjolnir
ba12bfb6b0 🚀 use std::ostream to unify nas_ref output 2022-09-23 21:45:08 +08:00
ValKmjolnir
17b30d590b 🐛 fix compilation error of FindNextFile in other VS version. 2022-09-23 20:39:34 +08:00
ValKmjolnir
f9b8957385 🚀 move pic directory into doc 2022-09-19 00:10:08 +08:00
ValKmjolnir
a4ce8991f3 📝 update doc 2022-09-17 18:23:27 +08:00
ValKmjolnir
73c3279dae 📝 add interesting gifs into docs 2022-09-13 23:00:48 +08:00
ValKmjolnir
76d1f029cd 📝 update docs 2022-09-13 22:14:17 +08:00
ValKmjolnir
4dfc4012df 🐛 fix bug that make test failed 2022-08-29 00:48:06 +08:00
ValKmjolnir
5d67648d06 update doc & notes, optimize code 2022-08-18 20:41:33 +08:00
ValKmjolnir
83c8d327bb 🐛 fix builtin_err in module to nas_err 2022-08-04 21:20:27 +08:00
ValKmjolnir
172c1d60f9 🐛 fix bug that dylib.dlopen cannot load dynamic lib in local dir. 2022-07-29 23:30:15 +08:00
ValKmjolnir
ca6cb5daae 🐛 fix bug of incorrectly searching paths of lib.nas and dynamic libs.
`dylib.dlopen` now only needs file name of dynamic lib, not the real path.
2022-07-29 22:49:50 +08:00
ValKmjolnir
fc1d45d4e8 📝 add doc to help you create visual studio project. 2022-07-27 19:31:14 +08:00
ValKmjolnir
8ca74aa39d 📝 update README 2022-07-25 20:09:41 +08:00
ValKmjolnir
a8d87f66c0 📝 fix error in README_zh.md 2022-07-24 17:16:44 +08:00
ValKmjolnir
7924511ca2 📝 fix error in README.md 2022-07-24 17:15:44 +08:00
ValKmjolnir
23a6dfa969 📝 change README.md & README_zh.md 2022-07-24 17:05:36 +08:00
ValKmjolnir
5ac4d3eae5 📝 update README.md & README_zh.md 2022-07-24 13:01:42 +08:00
ValKmjolnir
60e1eac07d 📝 update docs 2022-07-24 00:10:26 +08:00
ValKmjolnir
07e495842d 📝 split README.md to doc/benchmark.md doc/dev.md doc/dev_zh.md 2022-07-23 23:04:31 +08:00
ValKmjolnir
49a7ed28e9 🚀 change std::string to string, change identifiers' name, -o is now a function available in debug mode. 2022-07-23 17:00:25 +08:00
ValKmjolnir
65fe7daff6 📝 change name of used types 2022-07-23 12:35:21 +08:00
ValKmjolnir
bec589b85f 📝 shrink size of README.md 2022-07-20 22:22:50 +08:00
ValKmjolnir
1a376c7ebd 📝 change README.md 2022-07-20 00:06:00 +08:00
ValKmjolnir
2fa59a7e95 optimize codes 2022-07-19 23:55:12 +08:00
ValKmjolnir
2bf76525c6 📝 fix bug in doc README_zh.md 2022-07-16 18:01:53 +08:00
ValKmjolnir
38b533a3f2 📝 update docs. 2022-07-16 17:58:01 +08:00
ValKmjolnir
7c1d45a200 🚀 update makefile to choose different compilers by users & fix some codes for MSVC to compile. 2022-07-16 16:53:11 +08:00
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