Commit Graph

1356 Commits

Author SHA1 Message Date
ValKmjolnir b2bcdfdbcf update 2023-06-30 00:25:58 +08:00
ValKmjolnir 2800708da5 add symbol_finder & codegen 2023-06-29 00:30:50 +08:00
ValKmjolnir 91d13b733b add codegen/opcode/optimizer 2023-06-28 00:34:54 +08:00
ValKmjolnir e7a66789f7 🚀 add function ghosttype 2023-06-27 22:54:13 +08:00
ValKmjolnir f14f721299 add new import & use c++17 2023-06-26 23:59:09 +08:00
ValKmjolnir 018c0b9a4c 🐛 fix bug 2023-06-26 19:35:56 +08:00
ValKmjolnir d475eaa8f3 change parameter::name to std::string 2023-06-26 19:35:21 +08:00
ValKmjolnir bc95fcab43 update 2023-06-25 22:47:36 +08:00
ValKmjolnir 9610db3482 finish ast dumper 2023-06-25 22:25:13 +08:00
ValKmjolnir 862cee9b0d add ast dumper 2023-06-25 00:31:11 +08:00
ValKmjolnir a7f4918d19 change ast used in parser 2023-06-24 16:50:43 +08:00
ValKmjolnir ec92e522d9 update 2023-06-24 00:30:50 +08:00
ValKmjolnir 376d6a3d49 update 2023-06-21 00:03:46 +08:00
ValKmjolnir d3419fe8a2 update new parser 2023-06-20 00:01:50 +08:00
ValKmjolnir 8b275b0d57 update 2023-06-19 00:10:14 +08:00
ValKmjolnir 6971bc2d6a update 2023-06-18 00:14:21 +08:00
ValKmjolnir f892dbd8da update 2023-06-17 00:15:07 +08:00
ValKmjolnir 3c658fb96a add nasal_new_lexer 2023-06-16 22:23:46 +08:00
ValKmjolnir fb31ae956a update 2023-06-14 00:01:15 +08:00
ValKmjolnir b7ffa74f4e add nasal_new_parse 2023-06-12 00:03:18 +08:00
ValKmjolnir 7211be9f43 add new ast nodes 2023-06-07 00:10:00 +08:00
ValKmjolnir 6fd1eb305c prepare to use new ast 2023-06-05 00:11:37 +08:00
ValKmjolnir 80dfa6dc7f gc::extend uses std::nothrow 2023-05-18 18:45:56 +08:00
ValKmjolnir 05bf4ad67b 📝 update doc for vs build 2023-05-11 20:12:59 +08:00
ValKmjolnir d596804b9b vs could build with cmakelists.txt 2023-05-11 19:58:25 +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 fe7d3703e3 prepare for ghost type 2023-05-09 00:09:15 +08:00
ValKmjolnir 7eab2c8a66 🐛 fix codegen skip or/and expr bug 2023-05-08 19:23:50 +08:00
ValKmjolnir cbb3906536 add cmakelists.txt 2023-05-06 21:12:40 +08:00
ValKmjolnir 5ae729676f add readline & os.arch
delete test file mandel.nas

change io.fin => io.readfile
2023-04-28 23:11:17 +08:00
ValKmjolnir d73cb914a9 🐛 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 76798f1f38 🐛 fix compilation error in VS 2023-04-12 19:44:13 +08:00
ValKmjolnir a17e6d920a 🎨 improve code style 2023-04-12 01:11:31 +08:00
ValKmjolnir cffc62f912 🐛 fix compilation warnings on macOS 2023-04-11 00:28:12 +08:00
ValKmjolnir 29ca40e62a 🎨 improve gc code structure 2023-04-10 00:24:50 +08:00
ValKmjolnir 8655c5091e merge runtime regs into struct context 2023-04-08 00:18:58 +08:00
ValKmjolnir 6410cfada2 split opcode to nasal_opcode.h 2023-04-04 00:29:17 +08:00
ValKmjolnir 4bcde1eb3f update test/jsonrpc.nas 2023-03-25 21:26:49 +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
ValKmjolnir d6c75079af 📝 update test file datalog.nas 2023-03-14 00:16:54 +08:00
ValKmjolnir ab5462f556 visual update 2023-03-11 18:15:27 +08:00
ValKmjolnir 1039d7d7ba add new operand calculate const and pop 2023-03-10 22:27:06 +08:00
ValKmjolnir c6becf864d optimize codegen 2023-03-09 23:00:25 +08:00
ValKmjolnir dd804ee9f9 update error report for parser&codegen 2023-03-08 23:53:02 +08:00
ValKmjolnir 053dbf24b4 add multi-line error report and span 2023-03-08 01:12:01 +08:00
ValKmjolnir 241764545a 📝 shorten the running time of test process 2023-03-02 00:36:48 +08:00
ValKmjolnir 0c81187391 add error report info in stl/mat 2023-03-02 00:26:52 +08:00