Commit Graph

1617 Commits

Author SHA1 Message Date
ValKmjolnir 2c03d59b6f 🐛 fix error loading bug in MSVC version 2023-12-02 21:48:20 +08:00
ValKmjolnir d42e4a5897 📝 change CRLF to LF 2023-12-02 19:42:21 +08:00
ValKmjolnir 476fbdb859 show function entry file location
in call trace info
2023-12-01 19:31:47 +08:00
ValKmjolnir 14ec9d2a34 Merge branch 'master' into develop 2023-12-01 18:48:13 +08:00
ValK 1148ef1a08
Merge pull request #36 from sidi762/master
📝 Update contact info in README.md
2023-12-01 18:46:12 +08:00
Sidi Liang aca8d7a011
Update contact info in README.md 2023-12-01 14:35:26 +08:00
ValKmjolnir bd3ae8c440 optimize error handling in json module 2023-11-29 23:24:29 +08:00
ValKmjolnir 135665a5df 🐛 fix generation bug in json module 2023-11-28 23:54:58 +08:00
ValKmjolnir f2ae974e1f change CMakeLists for json module 2023-11-28 00:19:14 +08:00
ValKmjolnir 4f44559a9d add cpp module json 2023-11-28 00:18:13 +08:00
ValKmjolnir d55ba26c83 add cpp module json 2023-11-28 00:17:48 +08:00
ValKmjolnir 8c3c8d3d62 add ghost type timestamp 2023-11-27 20:25:02 +08:00
ValKmjolnir 2bb9655422 add recursive file searcher methods 2023-11-24 00:17:47 +08:00
ValKmjolnir cacf0ae86a avoid compilation warnings 2023-11-23 21:35:11 +08:00
ValKmjolnir 01ceaf7e66 replace vm_type comparison with .is_xxx 2023-11-23 00:20:52 +08:00
ValKmjolnir be84388f5b change enum vm_type to enum class 2023-11-22 22:23:15 +08:00
ValKmjolnir c453cca0a6 add gc mark function pointer in ghost 2023-11-22 00:36:51 +08:00
ValKmjolnir 56e93e703e add test/juliaset.nas 2023-11-20 00:09:18 +08:00
ValKmjolnir 5a0d8dec20 add to_num & to_char in std.string 2023-11-18 00:12:05 +08:00
ValK 7e5c935356
Merge pull request #35 from ValKmjolnir/develop
📝 updatedocuments and scripts
2023-11-17 00:19:35 +08:00
ValKmjolnir 8582c0f221 📝 update readme 2023-11-17 00:13:17 +08:00
ValKmjolnir 28a42346b7 📝 update scripts 2023-11-16 23:19:03 +08:00
ValKmjolnir a03739ebb2 📝 update documents and pics 2023-11-15 00:36:25 +08:00
ValKmjolnir 7d35e5bbed 📝 update readme 2023-11-08 22:23:09 +08:00
ValKmjolnir 0b66227667 add new std file phi.nas 2023-11-08 22:15:33 +08:00
ValKmjolnir fee646965e 📝 add notes in tools/fgfs_props_getter.nas 2023-11-08 00:18:30 +08:00
ValKmjolnir d461cbb05c add POST method to edit prop tree 2023-11-07 23:55:35 +08:00
ValKmjolnir 7b05a0a244 package getprop using socket prop getter 2023-11-07 19:13:38 +08:00
ValKmjolnir 433743f790 add tool for getting property tree from fgfs
by using --httpd in fgfs
2023-11-06 22:18:48 +08:00
ValKmjolnir 2ea9e03522 🐛 fix bug in recvfrom 2023-11-06 00:22:11 +08:00
ValK 97adfc9ea4
Merge pull request #34 from ValKmjolnir/develop
📝 code improvement
2023-11-05 21:38:34 +08:00
ValKmjolnir e8c8a6446b use reinterpret_cast and static_cast 2023-11-05 21:25:20 +08:00
ValKmjolnir 336139dcae 🐛 fix segfault in multi-assign/multi-def codegen 2023-11-05 20:30:54 +08:00
ValKmjolnir 8a160dc7f2 use reinterpret_cast as pointer cast 2023-11-05 00:10:26 +08:00
ValKmjolnir c946e9debd 📝 update documents 2023-11-04 00:09:59 +08:00
ValKmjolnir 2f58a7c223 📝 update documents 2023-11-02 23:01:47 +08:00
ValKmjolnir 5174551aa1 improve import 2023-11-02 00:12:45 +08:00
ValKmjolnir 49f8cefca0 avoid repeatedly importing the same modules 2023-11-01 23:49:15 +08:00
ValKmjolnir ccbe341dc5 add import logic for use statement 2023-11-01 00:37:02 +08:00
ValKmjolnir 4757dd220a 📝 add check for use statement 2023-10-31 19:53:01 +08:00
ValKmjolnir 88e4b86ccb add new module import syntax rule 2023-10-31 00:36:49 +08:00
ValKmjolnir c35ad2e6fa add stdin, stdout, stderr in io module 2023-10-30 23:20:49 +08:00
ValKmjolnir 4c8e1dfe91 add new test file burningship.nas 2023-10-29 00:01:14 +08:00
ValK d6e1408edb
Merge pull request #33 from ValKmjolnir/develop
🐛 fix bug in debugger and symbol_finder & code improvement
2023-10-27 00:16:01 +08:00
ValKmjolnir ef4af8f195 🐛 fix error codegen in foreach/forindex loop
undefined symbol was recognized as defined in symbol_finder, now it is
fixed :)
2023-10-26 22:40:20 +08:00
ValKmjolnir bbed29eb65 add native function `ceil` 2023-10-26 00:04:20 +08:00
ValKmjolnir d56e1bff2c change json.JSON to json 2023-10-25 00:32:42 +08:00
ValKmjolnir 9f7484596a 🐛 fix error report bug in import.cpp 2023-10-24 00:16:48 +08:00
ValKmjolnir f7f4a38b47 🐛 fix abnormal debugger output on windows 2023-10-23 00:02:36 +08:00
ValKmjolnir 07a652cc37 🐛 fix compilation error using CMake 2023-10-22 23:52:39 +08:00