Commit Graph

1489 Commits

Author SHA1 Message Date
ValKmjolnir 4b597000ba optimize error report info 2023-07-17 00:38:33 +08:00
ValKmjolnir fe3847d69c add experimental namespace table 2023-07-16 21:31:51 +08:00
ValKmjolnir eee30b7d8e add concurrent mark for experiment 2023-07-16 00:37:11 +08:00
ValKmjolnir 0c183b5984 optimize gc 2023-07-13 23:59:41 +08:00
ValKmjolnir 48d1d8ddef 🐛 fix compilation error in vs 2022 2023-07-12 00:16:27 +08:00
Li Haokun ea33a5ed81
Merge pull request #24 from ValKmjolnir/develop
🐛 fix bug of argument "arg"
2023-07-11 19:13:42 +08:00
ValKmjolnir 4a7a2ce11e 🐛 fix bug in special argument "arg"
if defining a parameter named "arg", this will cause
error value of the last local variable of this function
2023-07-11 19:09:33 +08:00
ValKmjolnir 94b6e84693 📝 optimize code 2023-07-11 00:05:20 +08:00
ValKmjolnir eab84d5c0d optimize gc 2023-07-10 20:34:21 +08:00
ValKmjolnir bce8148f60 update 2023-07-10 00:11:46 +08:00
ValKmjolnir 32e23741eb add concat for vector 2023-07-09 16:45:10 +08:00
ValKmjolnir 7e72661332 🐛 complete function of arg in all scopes 2023-07-09 16:21:09 +08:00
Li Haokun e2d8c5c495
Merge pull request #23 from ValKmjolnir/develop: add special variable "arg"
 add special variable "arg"
2023-07-09 01:06:04 +08:00
ValKmjolnir 3509655424 add special variable "arg" 2023-07-09 00:59:17 +08:00
ValKmjolnir fd614a132c 📝 add new test file feigenbaum.nas 2023-07-07 19:55:29 +08:00
Li Haokun bff0d78d59
🧑‍💻 Merge pull request #22 from ValKmjolnir/develop: add important symbol "globals"
🧑‍💻 add important symbol "globals"
2023-07-06 22:14:37 +08:00
ValKmjolnir b4482792c8 🧑‍💻 add important symbol "globals" 2023-07-06 22:10:07 +08:00
Li Haokun b122afd1cd
Merge pull request #21 from ValKmjolnir/develop
👾 Update docs & optimize codes
2023-07-05 00:29:30 +08:00
ValKmjolnir eca6141408 optimize codegen 2023-07-05 00:24:34 +08:00
ValKmjolnir 5c714d26aa update 2023-07-04 00:33:57 +08:00
Li Haokun 8ca7ee1d90
Merge pull request #20 from ValKmjolnir/develop
🎇 refactor ast structure & build process
2023-07-02 22:16:09 +08:00
ValKmjolnir 27bc544bbe 📝 rename files 2023-07-02 22:02:31 +08:00
ValKmjolnir 45f87925ae 📝 change license to GPLv2 2023-07-02 21:37:14 +08:00
ValKmjolnir da43ec5193 📝 update docks 2023-07-02 20:39:28 +08:00
ValKmjolnir 917b4f6568 🐛 fix compile error in visual studio 2023-07-02 20:29:41 +08:00
ValKmjolnir ac2744e24f change build scripts 2023-07-02 19:48:36 +08:00
ValKmjolnir ba6b7cd05c change dir stl -> std 2023-07-02 16:17:56 +08:00
ValKmjolnir a7a2f47d1e 🚀 switch build script to new nasal 2023-07-02 00:32:13 +08:00
ValKmjolnir 597c0388cb 🚀 update 2023-07-01 23:21:52 +08:00
ValKmjolnir af3ade5a41 🐛 fix codegen bug in condition & mcall 2023-07-01 18:41:55 +08:00
ValKmjolnir b6886cc957 finish new codegen 2023-07-01 16:38:37 +08:00
ValKmjolnir 90ad1a53d7 update 2023-07-01 00:55:00 +08:00
ValKmjolnir 8e4e4bfe89 update 2023-06-30 00:25:58 +08:00
ValKmjolnir 5d9267d3b9 add symbol_finder & codegen 2023-06-29 00:30:50 +08:00
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