Commit Graph

1455 Commits

Author SHA1 Message Date
ValKmjolnir 15f63210b4 add codegen/opcode/optimizer 2023-06-28 00:34:54 +08:00
ValKmjolnir e2ec8cb9a0 🚀 add function ghosttype 2023-06-27 22:54:13 +08:00
ValKmjolnir c516c0c3bf add new import & use c++17 2023-06-26 23:59:09 +08:00
ValKmjolnir 89f96d407b 🐛 fix bug 2023-06-26 19:35:56 +08:00
ValKmjolnir 8a10f07ce7 change parameter::name to std::string 2023-06-26 19:35:21 +08:00
ValKmjolnir fb3d9ed2f3 update 2023-06-25 22:47:36 +08:00
ValKmjolnir fe40bd7e3f finish ast dumper 2023-06-25 22:25:13 +08:00
ValKmjolnir 9f66960244 add ast dumper 2023-06-25 00:31:11 +08:00
ValKmjolnir 2ce13e2134 change ast used in parser 2023-06-24 16:50:43 +08:00
ValKmjolnir 0132ca0870 update 2023-06-24 00:30:50 +08:00
ValKmjolnir ac49c0d676 update 2023-06-21 00:03:46 +08:00
ValKmjolnir c5d6a6694b update new parser 2023-06-20 00:01:50 +08:00
ValKmjolnir bcf274aed4 update 2023-06-19 00:10:14 +08:00
ValKmjolnir 78b7bec786 update 2023-06-18 00:14:21 +08:00
ValKmjolnir 7d8f199c8e update 2023-06-17 00:15:07 +08:00
ValKmjolnir c95810b46c add nasal_new_lexer 2023-06-16 22:23:46 +08:00
ValKmjolnir ec1985b3cc update 2023-06-14 00:01:15 +08:00
ValKmjolnir da22dd03c0 add nasal_new_parse 2023-06-12 00:03:18 +08:00
ValKmjolnir 19480f7f26 add new ast nodes 2023-06-07 00:10:00 +08:00
ValKmjolnir 9bf4eacc62 prepare to use new ast 2023-06-05 00:11:37 +08:00
ValKmjolnir afc8c54487 gc::extend uses std::nothrow 2023-05-18 18:45:56 +08:00
Li Haokun 36f6dd6c96
Merge pull request #19 from ValKmjolnir/develop
 add ghost_type_table for type registration & add cmake for VS to build
2023-05-11 20:59:49 +08:00
ValKmjolnir 63ec070d15 📝 update doc for vs build 2023-05-11 20:12:59 +08:00
ValKmjolnir 7f258dd17e vs could build with cmakelists.txt 2023-05-11 19:58:25 +08:00
ValKmjolnir dfb0c6ab52 🐛 fix header in module for vs to build 2023-05-11 19:41:39 +08:00
ValKmjolnir d954a3fc5e optimize ghost table structure 2023-05-11 19:26:34 +08:00
ValKmjolnir 7cc9ef436e improve function of ghost_register_table 2023-05-11 00:24:35 +08:00
ValKmjolnir 774ad60c42 add global_ghost_type_table for test 2023-05-10 00:48:04 +08:00
ValKmjolnir a69d05233b prepare for ghost type 2023-05-09 00:09:15 +08:00
ValKmjolnir 666fb8b25f 🐛 fix codegen skip or/and expr bug 2023-05-08 19:23:50 +08:00
ValKmjolnir 92abad3384 add cmakelists.txt 2023-05-06 21:12:40 +08:00
ValKmjolnir f914678311 add readline & os.arch
delete test file mandel.nas

change io.fin => io.readfile
2023-04-28 23:11:17 +08:00
ValKmjolnir c858afbb76 🐛 fix compilation error
in windows mingw-w64 win32 thread model,
but we do not suggest you to use this,
please use posix thread model
2023-04-23 00:02:39 +08:00
ValKmjolnir 94f7c941f6 🐛 fix compilation error in VS 2023-04-12 19:44:13 +08:00
ValKmjolnir cd21540710 🎨 improve code style 2023-04-12 01:11:31 +08:00
ValKmjolnir a37ce6aadd 🐛 fix compilation warnings on macOS 2023-04-11 00:28:12 +08:00
ValKmjolnir db47ab4445 🎨 improve gc code structure 2023-04-10 00:24:50 +08:00
ValKmjolnir 5519dc7a29 merge runtime regs into struct context 2023-04-08 00:18:58 +08:00
ValKmjolnir 3852ce23a3 split opcode to nasal_opcode.h 2023-04-04 00:29:17 +08:00
ValKmjolnir 4e17de909a update test/jsonrpc.nas 2023-03-25 21:26:49 +08:00
ValKmjolnir 73450092f2 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
ValKmjolnir f8bac92548 📝 update test file datalog.nas 2023-03-14 00:16:54 +08:00
ValKmjolnir 7cdc5e40af visual update 2023-03-11 18:15:27 +08:00
ValKmjolnir bd12fe917a add new operand calculate const and pop 2023-03-10 22:27:06 +08:00
ValKmjolnir 8161f3c514 optimize codegen 2023-03-09 23:00:25 +08:00
ValKmjolnir dbc2c365b4 update error report for parser&codegen 2023-03-08 23:53:02 +08:00
ValKmjolnir 1678567c5d add multi-line error report and span 2023-03-08 01:12:01 +08:00
ValKmjolnir abe2464a67 📝 shorten the running time of test process 2023-03-02 00:36:48 +08:00
ValKmjolnir f9cbd0b426 add error report info in stl/mat 2023-03-02 00:26:52 +08:00
ValKmjolnir 99434df819 🚀 add more matrix operation in stl/mat.nas
and bp example test
2023-03-01 23:37:13 +08:00