Commit Graph

91 Commits

Author SHA1 Message Date
ValKmjolnir 2d110fca07 🐛 trigger CI 2023-12-06 20:47:28 +08:00
ValKmjolnir fdf641b26c 🐛 trigger CI 2023-12-06 20:38:20 +08:00
ValKmjolnir f75c6d03dc 🐛 trigger CI 2023-12-06 20:31:01 +08:00
ValKmjolnir 6adf573f3f optimize lib.nas 2023-12-06 20:10:07 +08:00
ValKmjolnir 7c5f222364 optimize code 2023-12-05 23:54:26 +08:00
ValKmjolnir 3602a46623 🐛 fix error loading bug in MSVC version 2023-12-02 21:48:20 +08:00
ValKmjolnir d6f820a4bf show function entry file location
in call trace info
2023-12-01 19:31:47 +08:00
ValKmjolnir 5bfc60bbbc optimize error handling in json module 2023-11-29 23:24:29 +08:00
ValKmjolnir 8fe08eaea8 🐛 fix generation bug in json module 2023-11-28 23:54:58 +08:00
ValKmjolnir b0f762e2cd add cpp module json 2023-11-28 00:18:13 +08:00
ValKmjolnir 2accaf2e1e add cpp module json 2023-11-28 00:17:48 +08:00
ValKmjolnir 1c03b70219 replace vm_type comparison with .is_xxx 2023-11-23 00:20:52 +08:00
ValKmjolnir f8aa45c5ae change enum vm_type to enum class 2023-11-22 22:23:15 +08:00
ValKmjolnir 84cb4a4377 add gc mark function pointer in ghost 2023-11-22 00:36:51 +08:00
ValKmjolnir 270e6e568f 📝 update scripts 2023-11-16 23:19:03 +08:00
ValKmjolnir 496327a8ac add tool for getting property tree from fgfs
by using --httpd in fgfs
2023-11-06 22:18:48 +08:00
ValKmjolnir b41f7f119f 🐛 fix bug in recvfrom 2023-11-06 00:22:11 +08:00
ValKmjolnir 2b82d2bb99 use reinterpret_cast as pointer cast 2023-11-05 00:10:26 +08:00
ValKmjolnir bbf13e6c03 📝 update documents 2023-11-04 00:09:59 +08:00
ValKmjolnir 5b68701a95 add import logic for use statement 2023-11-01 00:37:02 +08:00
ValKmjolnir 33a7143d38 improve readability of some codes 2023-10-22 23:45:10 +08:00
ValKmjolnir 88dc0caaec improve error info of out-of-range 2023-10-18 00:29:53 +08:00
ValKmjolnir fc42081f58 add detail error info in callh 2023-10-17 00:44:45 +08:00
ValKmjolnir 11ed038c09 split type definition from gc.h 2023-10-15 21:46:53 +08:00
ValKmjolnir b1e8ba3c6e 🐛 fix mingw make error 2023-10-14 21:30:33 +08:00
ValKmjolnir c83669205e Merge branch 'master' into develop 2023-10-07 17:35:22 +08:00
Sidi Liang a13b23eea1 Update makefile 2023-10-07 14:41:46 +08:00
ValKmjolnir 8dedbc05fa 📝 update README 2023-10-04 11:52:09 +08:00
ValKmjolnir 0a94e8d2dd add command history in repl 2023-09-19 00:24:45 +08:00
ValKmjolnir 12d73a6030 using c++ cast (wip) 2023-09-14 00:34:31 +08:00
ValKmjolnir bf770470eb 🎨 add namespace 2023-09-08 18:17:07 +08:00
ValKmjolnir 30a14694dc repl does not write temp file now 2023-09-06 00:12:01 +08:00
ValKmjolnir 44397bb05e split io lib 2023-08-09 00:31:23 +08:00
ValKmjolnir 8dd2878a23 🔥 delete ghost type table 2023-08-08 20:50:47 +08:00
ValKmjolnir 181a3c4f2f 📝 add bits.nas & dylib.nas & unix.nas 2023-07-25 00:22:11 +08:00
ValKmjolnir dc56162c55 optimize location info gen in codegen
and refactor lib.nas, add multiple native modules
2023-07-23 23:57:25 +08:00
ValKmjolnir a72a42fa41 📝 delete std/sort.nas & update test file 2023-07-23 00:30:14 +08:00
ValKmjolnir 1bcd297d23 support nasal module 2023-07-20 00:54:57 +08:00
ValKmjolnir 56d91b6a65 📝 optimize code 2023-07-11 00:05:20 +08:00
ValKmjolnir 2e80f0a191 add special variable "arg" 2023-07-09 00:59:17 +08:00
ValKmjolnir 9fbc1182e3 📝 rename files 2023-07-02 22:02:31 +08:00
ValKmjolnir f8385556df change build scripts 2023-07-02 19:48:36 +08:00
ValKmjolnir 8feb19bb61 🚀 switch build script to new nasal 2023-07-02 00:32:13 +08:00
ValKmjolnir f14f721299 add new import & use c++17 2023-06-26 23:59:09 +08:00
ValKmjolnir 9001d30f3f 🐛 fix header in module for vs to build 2023-05-11 19:41:39 +08:00
ValKmjolnir 2e5697f88f optimize ghost table structure 2023-05-11 19:26:34 +08:00
ValKmjolnir 19cc92c596 improve function of ghost_register_table 2023-05-11 00:24:35 +08:00
ValKmjolnir 44d779758d add global_ghost_type_table for test 2023-05-10 00:48:04 +08:00
ValKmjolnir cbb3906536 add cmakelists.txt 2023-05-06 21:12:40 +08:00
ValKmjolnir 84fec7ae4f add test/jsonrpc.nas and fix bug
bug: in nasocket.cpp, recv and recvfrom do not place 0 after reciving
data into the buffer.
2023-03-23 00:09:51 +08:00