Commit Graph

1492 Commits

Author SHA1 Message Date
ValKmjolnir 270e6e568f 📝 update scripts 2023-11-16 23:19:03 +08:00
ValKmjolnir 50322f9286 📝 update documents and pics 2023-11-15 00:36:25 +08:00
ValKmjolnir a1d7a181b8 📝 update readme 2023-11-08 22:23:09 +08:00
ValKmjolnir e803b34c24 add new std file phi.nas 2023-11-08 22:15:33 +08:00
ValKmjolnir 9e5d64bf0b 📝 add notes in tools/fgfs_props_getter.nas 2023-11-08 00:18:30 +08:00
ValKmjolnir 5f45bedba6 add POST method to edit prop tree 2023-11-07 23:55:35 +08:00
ValKmjolnir 9358cfb870 package getprop using socket prop getter 2023-11-07 19:13:38 +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 1d95d5ab3d use reinterpret_cast and static_cast 2023-11-05 21:25:20 +08:00
ValKmjolnir 9326c5130d 🐛 fix segfault in multi-assign/multi-def codegen 2023-11-05 20:30:54 +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 a341781ecb 📝 update documents 2023-11-02 23:01:47 +08:00
ValKmjolnir 2a43eade78 improve import 2023-11-02 00:12:45 +08:00
ValKmjolnir fc0bbac38e avoid repeatedly importing the same modules 2023-11-01 23:49:15 +08:00
ValKmjolnir 5b68701a95 add import logic for use statement 2023-11-01 00:37:02 +08:00
ValKmjolnir 29b974c03b 📝 add check for use statement 2023-10-31 19:53:01 +08:00
ValKmjolnir 36cce7fb92 add new module import syntax rule 2023-10-31 00:36:49 +08:00
ValKmjolnir 77506ab143 add stdin, stdout, stderr in io module 2023-10-30 23:20:49 +08:00
ValKmjolnir f5ed699f06 add new test file burningship.nas 2023-10-29 00:01:14 +08:00
ValKmjolnir 45dccb974f 🐛 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 c782254ba5 add native function ceil 2023-10-26 00:04:20 +08:00
ValKmjolnir 1293e783ba change json.JSON to json 2023-10-25 00:32:42 +08:00
ValKmjolnir b5eeee8749 🐛 fix error report bug in import.cpp 2023-10-24 00:16:48 +08:00
ValKmjolnir 1402523962 🐛 fix abnormal debugger output on windows 2023-10-23 00:02:36 +08:00
ValKmjolnir f319161858 🐛 fix compilation error using CMake 2023-10-22 23:52:39 +08:00
ValKmjolnir 33a7143d38 improve readability of some codes 2023-10-22 23:45:10 +08:00
ValKmjolnir 66e1484891 values can get data from namespace type 2023-10-21 18:13:52 +08:00
ValKmjolnir f37d1792ba 🐛 fix invalid debug mode problem 2023-10-21 18:00:11 +08:00
ValKmjolnir a3d151151c change way of calling native functions 2023-10-21 00:31:39 +08:00
ValKmjolnir 0704d94e7d improve code & add new test file 2023-10-20 00:24:17 +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 5fd8ec12e9 add function call trace info 2023-10-15 23:49:11 +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 3362c130d9 improve error info when lack arguments
in function call
2023-10-14 00:39:25 +08:00
ValKmjolnir c81f85f211 can convert minimum double from string 2023-10-11 00:20:02 +08:00
ValKmjolnir 8c4e0caa4b 📝 update release notes and tutorials 2023-10-07 22:51:30 +08:00
ValKmjolnir c83669205e Merge branch 'master' into develop 2023-10-07 17:35:22 +08:00
Li Haokun b26da9e1f1 Merge pull request #30 from sidi762/master
Updated makefile to ensure the macOS binaries build by GitHub action are backward compatible to macOS 10.15
2023-10-07 17:13:11 +08:00
Sidi Liang a13b23eea1 Update makefile 2023-10-07 14:41:46 +08:00
Sidi Liang cf63d18247 Specify mmacosx-version-min in makefile
So apparently the static linking isn't working
2023-10-07 14:34:12 +08:00
Sidi Liang ac0c76ad51 Update makefile 2023-10-07 14:25:37 +08:00
Sidi Liang 840799c9f4 Update makefile
Updated makefile to have the C++ standard libraries statically linked, so that older macOSs can still execute the program
2023-10-07 13:45:44 +08:00
ValKmjolnir 509bb6413f 📝 add notes 2023-10-07 00:55:20 +08:00
ValKmjolnir 8dedbc05fa 📝 update README 2023-10-04 11:52:09 +08:00
Li Haokun ebfe2bef03 Merge pull request #29 from ValKmjolnir/develop
 improve codegen and repl output
2023-10-02 00:52:05 +08:00
ValKmjolnir 42cc5fa39f change intg to repl output operand 2023-10-02 00:46:12 +08:00