Commit Graph

1391 Commits

Author SHA1 Message Date
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
ValKmjolnir 3631b1e9c8 🚀 add more matrix operation in stl/mat.nas
and bp example test
2023-03-01 23:37:13 +08:00
ValKmjolnir b2dea3f3f5 add std lib mat.nas 2023-03-01 00:41:34 +08:00
ValKmjolnir 034085e6cb 🚀 add operator ^= &= |=
fix bug of parsing expressions beginning with floater
2023-02-28 00:30:27 +08:00
ValKmjolnir cdfb8d2e32 🔥 remove i32 bitwise native functions
now we use bitwise operators instead
2023-02-17 00:42:57 +08:00
ValKmjolnir a06b17546e 🚀 add bitwise operators or, xor, and 2023-02-16 00:24:32 +08:00
ValKmjolnir 43371d5b4c 🐛 fix codegen for binary not on some ast nodes 2023-02-12 15:33:38 +08:00
ValKmjolnir 8c02aa0fff 🚀 add binary negation 2023-02-12 15:22:05 +08:00
Li Haokun e2cbf22e72 Merge pull request #18 from sidi762/master
Update CI to include tests
2023-02-12 00:28:31 +08:00
Sidi Liang 252d801bc3 Update CI to include tests 2023-02-11 13:10:59 +08:00
ValKmjolnir e2e6a64bc7 🐛 fix bug in test/calc.nas 2023-02-03 19:01:00 +08:00
ValKmjolnir 94f7e0a80a 🚀 add test file auto-push.nas 2023-02-02 21:28:11 +08:00
ValKmjolnir 196c1933d1 🚀 add file::find_all_files_with_extension 2023-02-02 21:24:21 +08:00
ValKmjolnir 72551de9e9 🐛 fix bug that cannot parse return true/false 2023-02-02 19:35:42 +08:00
ValKmjolnir 8ef67d74cf 🐛 fix bugs in stl/json, now it runs correctly 2023-01-31 19:39:22 +08:00
ValKmjolnir 7e43a5a709 📝 update readme 2023-01-31 19:01:36 +08:00