Commit Graph

  • ac2744e24f change build scripts ValKmjolnir 2023-07-02 19:48:36 +08:00
  • ba6b7cd05c change dir stl -> std ValKmjolnir 2023-07-02 16:17:56 +08:00
  • a7a2f47d1e 🚀 switch build script to new nasal ValKmjolnir 2023-07-02 00:32:13 +08:00
  • 597c0388cb 🚀 update ValKmjolnir 2023-07-01 23:21:52 +08:00
  • af3ade5a41 🐛 fix codegen bug in condition & mcall ValKmjolnir 2023-07-01 18:41:55 +08:00
  • b6886cc957 finish new codegen ValKmjolnir 2023-07-01 16:38:37 +08:00
  • 90ad1a53d7 update ValKmjolnir 2023-07-01 00:55:00 +08:00
  • 8e4e4bfe89 update ValKmjolnir 2023-06-30 00:25:58 +08:00
  • 5d9267d3b9 add symbol_finder & codegen ValKmjolnir 2023-06-29 00:30:50 +08:00
  • 15f63210b4 add codegen/opcode/optimizer ValKmjolnir 2023-06-28 00:34:54 +08:00
  • e2ec8cb9a0 🚀 add function ghosttype ValKmjolnir 2023-06-27 22:54:13 +08:00
  • c516c0c3bf add new import & use c++17 ValKmjolnir 2023-06-26 23:59:09 +08:00
  • 89f96d407b 🐛 fix bug ValKmjolnir 2023-06-26 19:35:56 +08:00
  • 8a10f07ce7 change parameter::name to std::string ValKmjolnir 2023-06-26 19:35:21 +08:00
  • fb3d9ed2f3 update ValKmjolnir 2023-06-25 22:47:36 +08:00
  • fe40bd7e3f finish ast dumper ValKmjolnir 2023-06-25 22:25:13 +08:00
  • 9f66960244 add ast dumper ValKmjolnir 2023-06-25 00:31:11 +08:00
  • 2ce13e2134 change ast used in parser ValKmjolnir 2023-06-24 16:50:43 +08:00
  • 0132ca0870 update ValKmjolnir 2023-06-24 00:30:50 +08:00
  • ac49c0d676 update ValKmjolnir 2023-06-21 00:03:46 +08:00
  • c5d6a6694b update new parser ValKmjolnir 2023-06-20 00:01:50 +08:00
  • bcf274aed4 update ValKmjolnir 2023-06-19 00:10:14 +08:00
  • 78b7bec786 update ValKmjolnir 2023-06-18 00:14:21 +08:00
  • 7d8f199c8e update ValKmjolnir 2023-06-17 00:15:07 +08:00
  • c95810b46c add nasal_new_lexer ValKmjolnir 2023-06-16 22:23:46 +08:00
  • ec1985b3cc update ValKmjolnir 2023-06-14 00:01:15 +08:00
  • da22dd03c0 add nasal_new_parse ValKmjolnir 2023-06-12 00:03:18 +08:00
  • 19480f7f26 add new ast nodes ValKmjolnir 2023-06-07 00:10:00 +08:00
  • 9bf4eacc62 prepare to use new ast ValKmjolnir 2023-06-05 00:11:37 +08:00
  • afc8c54487 gc::extend uses std::nothrow ValKmjolnir 2023-05-18 18:45:56 +08:00
  • 36f6dd6c96 Merge pull request #19 from ValKmjolnir/develop Li Haokun 2023-05-11 20:59:49 +08:00
  • 63ec070d15 📝 update doc for vs build ValKmjolnir 2023-05-11 20:12:59 +08:00
  • 7f258dd17e vs could build with cmakelists.txt ValKmjolnir 2023-05-11 19:58:25 +08:00
  • dfb0c6ab52 🐛 fix header in module for vs to build ValKmjolnir 2023-05-11 19:41:39 +08:00
  • d954a3fc5e optimize ghost table structure ValKmjolnir 2023-05-11 19:26:34 +08:00
  • 7cc9ef436e improve function of ghost_register_table ValKmjolnir 2023-05-11 00:24:35 +08:00
  • 774ad60c42 add global_ghost_type_table for test ValKmjolnir 2023-05-10 00:48:04 +08:00
  • a69d05233b prepare for ghost type ValKmjolnir 2023-05-09 00:09:15 +08:00
  • 666fb8b25f 🐛 fix codegen skip or/and expr bug ValKmjolnir 2023-05-08 19:23:50 +08:00
  • 92abad3384 add cmakelists.txt ValKmjolnir 2023-05-06 21:12:40 +08:00
  • f914678311 add readline & os.arch ValKmjolnir 2023-04-28 23:11:17 +08:00
  • c858afbb76 🐛 fix compilation error ValKmjolnir 2023-04-23 00:02:39 +08:00
  • 94f7c941f6 🐛 fix compilation error in VS ValKmjolnir 2023-04-12 19:44:13 +08:00
  • cd21540710 🎨 improve code style ValKmjolnir 2023-04-12 01:11:31 +08:00
  • a37ce6aadd 🐛 fix compilation warnings on macOS ValKmjolnir 2023-04-11 00:28:12 +08:00
  • db47ab4445 🎨 improve gc code structure ValKmjolnir 2023-04-10 00:24:50 +08:00
  • 5519dc7a29 merge runtime regs into struct context ValKmjolnir 2023-04-08 00:18:58 +08:00
  • 3852ce23a3 split opcode to nasal_opcode.h ValKmjolnir 2023-04-04 00:29:17 +08:00
  • 4e17de909a update test/jsonrpc.nas ValKmjolnir 2023-03-25 21:26:49 +08:00
  • 73450092f2 add test/jsonrpc.nas and fix bug ValKmjolnir 2023-03-23 00:09:51 +08:00
  • f8bac92548 📝 update test file datalog.nas ValKmjolnir 2023-03-14 00:16:54 +08:00
  • 7cdc5e40af visual update ValKmjolnir 2023-03-11 18:15:27 +08:00
  • bd12fe917a add new operand calculate const and pop ValKmjolnir 2023-03-10 22:27:06 +08:00
  • 8161f3c514 optimize codegen ValKmjolnir 2023-03-09 23:00:25 +08:00
  • dbc2c365b4 update error report for parser&codegen ValKmjolnir 2023-03-08 23:53:02 +08:00
  • 1678567c5d add multi-line error report and span ValKmjolnir 2023-03-08 01:12:01 +08:00
  • abe2464a67 📝 shorten the running time of test process ValKmjolnir 2023-03-02 00:36:48 +08:00
  • f9cbd0b426 add error report info in stl/mat ValKmjolnir 2023-03-02 00:26:52 +08:00
  • 99434df819 🚀 add more matrix operation in stl/mat.nas ValKmjolnir 2023-03-01 23:37:13 +08:00
  • cbee5f8705 add std lib mat.nas ValKmjolnir 2023-03-01 00:41:34 +08:00
  • e11793d340 🚀 add operator ^= &= |= ValKmjolnir 2023-02-28 00:30:27 +08:00
  • 461e5ac647 🔥 remove i32 bitwise native functions ValKmjolnir 2023-02-17 00:42:57 +08:00
  • c8eb1f1d16 🚀 add bitwise operators or, xor, and ValKmjolnir 2023-02-16 00:24:32 +08:00
  • 068184f451 🐛 fix codegen for binary not on some ast nodes ValKmjolnir 2023-02-12 15:33:38 +08:00
  • 368b057a91 🚀 add binary negation ValKmjolnir 2023-02-12 15:22:05 +08:00
  • f4deca4427 Merge pull request #18 from sidi762/master Li Haokun 2023-02-12 00:28:31 +08:00
  • 681f04b0d3 Update CI to include tests Sidi Liang 2023-02-11 13:10:59 +08:00
  • 79c1e27027 🐛 fix bug in test/calc.nas ValKmjolnir 2023-02-03 19:01:00 +08:00
  • 84f9280cb4 🚀 add test file auto-push.nas ValKmjolnir 2023-02-02 21:28:11 +08:00
  • e454b315fc 🚀 add file::find_all_files_with_extension ValKmjolnir 2023-02-02 21:24:21 +08:00
  • 1259b43389 🐛 fix bug that cannot parse return true/false ValKmjolnir 2023-02-02 19:35:42 +08:00
  • acb2e3664c 🐛 fix bugs in stl/json, now it runs correctly ValKmjolnir 2023-01-31 19:39:22 +08:00
  • fdd7794a83 📝 update readme ValKmjolnir 2023-01-31 19:01:36 +08:00
  • 22b1841664 update test/ascii-art.nas ValKmjolnir 2023-01-30 19:13:08 +08:00
  • ac1ee4ddef change sprintf to snprintf in logtime() ValKmjolnir 2023-01-24 23:10:01 +08:00
  • aef7936292 optimize test files ValKmjolnir 2023-01-23 23:14:34 +08:00
  • d03273b4e1 add keyword support 'true' and 'false' ValKmjolnir 2023-01-16 17:44:56 +08:00
  • 8df02d25ad add detail location info in tokens ValKmjolnir 2023-01-10 22:22:27 +08:00
  • 268a03864e use new way of constructing var objects ValKmjolnir 2023-01-05 22:42:17 +08:00
  • 48611c50f7 🚀 coroutine.resume can pass arguments ValKmjolnir 2023-01-02 18:53:58 +08:00
  • e6e89039b8 optimize code & add comments ValKmjolnir 2023-01-02 01:00:16 +08:00
  • 9d7f799ad3 update test file 'life.nas' ValKmjolnir 2022-12-27 18:25:58 +08:00
  • dc6f3347b7 🎨 change clean command in makefile ValKmjolnir 2022-12-25 17:59:14 +08:00
  • d5996d6a1d 🎨 change clean command in makefiles ValKmjolnir 2022-12-25 17:58:05 +08:00
  • 0d1069a724 optimize test file ValKmjolnir 2022-12-10 01:24:46 +08:00
  • 175706126b 🐛 fix dynamic arguments load bug in nasal_vm ValKmjolnir 2022-12-09 00:56:53 +08:00
  • cb547499ac optimize gc ValKmjolnir 2022-12-07 01:17:40 +08:00
  • de524938cf add runtime.gc.extend ValKmjolnir 2022-12-04 20:28:51 +08:00
  • 9c6996b54e update test files ValKmjolnir 2022-12-03 01:24:56 +08:00
  • eca978e2b3 little optimization ValKmjolnir 2022-11-30 01:11:26 +08:00
  • 9455a83df0 optimize lexer ValKmjolnir 2022-11-28 21:16:39 +08:00
  • be318abb2e change enum tok to enum class tok ValKmjolnir 2022-11-27 23:47:58 +08:00
  • 7e91c273f3 🎨 add header pic ValKmjolnir 2022-11-26 23:36:12 +08:00
  • 4c5ffb0240 🎨 change code format ValKmjolnir 2022-11-26 22:49:22 +08:00
  • 54969681fc move lvalue check from parse to codegen ValKmjolnir 2022-11-20 17:06:13 +08:00
  • 9196d7815f 🎨 improve error report ValKmjolnir 2022-11-19 22:47:19 +08:00
  • 309a57070c 🚀 change module loading ValKmjolnir 2022-11-15 21:23:34 +08:00
  • 7e4faed4a6 🚀 add new native function char ValKmjolnir 2022-11-12 17:03:56 +08:00
  • f9179188a5 optimize test/console3D.nas ValKmjolnir 2022-11-11 00:37:14 +08:00
  • 97b3cefe75 add new ways of calling dylib function ValKmjolnir 2022-11-11 00:11:01 +08:00