Commit Graph

  • 63b0112b9d 📝 update README ValKmjolnir 2023-10-04 11:52:09 +0800
  • 982c5750ef
    Merge pull request #29 from ValKmjolnir/develop Li Haokun 2023-10-02 00:52:05 +0800
  • d69dd0b03f change intg to repl output operand ValKmjolnir 2023-10-02 00:46:12 +0800
  • 7a10392bea 📝 improve note and code in codegen ValKmjolnir 2023-09-27 00:26:13 +0800
  • 5e2bb411e5 optimize codegen ValKmjolnir 2023-09-24 00:41:29 +0800
  • f8ecd2ae53 🔥 change codegen::gen to codegen::emit ValKmjolnir 2023-09-23 01:08:45 +0800
  • 0a404694f6 🐛 fix memory leak in ast destructor ValKmjolnir 2023-09-20 21:11:13 +0800
  • 6c8b4c6a87 use incremental gc const initialization ValKmjolnir 2023-09-20 00:46:23 +0800
  • 85bc699905 add command history in repl ValKmjolnir 2023-09-19 00:24:45 +0800
  • 38920382ea
    Merge pull request #28 from ValKmjolnir/develop Li Haokun 2023-09-18 00:50:54 +0800
  • d0d9ce3b80 🔥 delete tools/repl.nas ValKmjolnir 2023-09-17 22:49:06 +0800
  • 3e01239722 finish basic function of repl ValKmjolnir 2023-09-17 17:56:59 +0800
  • b77d7fafb1 using c++ cast ValKmjolnir 2023-09-15 00:04:19 +0800
  • 36a2aa67ef using c++ cast (wip) ValKmjolnir 2023-09-14 00:34:31 +0800
  • c157d8a9b1 🎨 add namespace ValKmjolnir 2023-09-08 18:17:07 +0800
  • 0c99eb15f0
    Merge pull request #27 from ValKmjolnir/develop Li Haokun 2023-09-08 00:39:14 +0800
  • cd4e0c1716 🎨 add namespace ValKmjolnir 2023-09-08 00:33:57 +0800
  • d89f290a8a fix out of bound bug & delete fatal in lexer ValKmjolnir 2023-09-07 23:14:17 +0800
  • 298b54c9ec 🐛 fix out of bound bug ValKmjolnir 2023-09-06 19:29:59 +0800
  • ec03f0aee0 repl does not write temp file now ValKmjolnir 2023-09-06 00:12:01 +0800
  • a0e6047296 update test/datalog.nas ValKmjolnir 2023-08-31 00:32:01 +0800
  • a801669888 add experimental REPL (cpp) ValKmjolnir 2023-08-27 17:46:10 +0800
  • ae5c76ecd5 maybe do not need o_intg anymore ValKmjolnir 2023-08-27 00:25:49 +0800
  • 93528babdb optimize framework of vm ValKmjolnir 2023-08-24 23:24:04 +0800
  • ba629e57d7 optimize lexer ValKmjolnir 2023-08-23 00:59:35 +0800
  • 00449c2bfb optimize code ValKmjolnir 2023-08-21 21:35:34 +0800
  • 939b4c4a65 Merge branch 'master' into develop ValKmjolnir 2023-08-20 22:37:41 +0800
  • 6f259dc1ea fix old ambiguous syntax ValKmjolnir 2023-08-20 22:35:24 +0800
  • 98b0086656 🐛 fix segfault in `var x = (var a,b) = (1,2)` ValKmjolnir 2023-08-20 16:48:53 +0800
  • 88b039a82e 📝 add experimental repl (for fun) ValKmjolnir 2023-08-19 21:36:12 +0800
  • fc2be49621 add check for symbol definition ValKmjolnir 2023-08-13 22:12:07 +0800
  • 7d81246695 📝 optimize code format ValKmjolnir 2023-08-13 00:31:11 +0800
  • afaef55c68
    Merge pull request #26 from ValKmjolnir/develop Li Haokun 2023-08-12 11:54:13 +0800
  • e131c8da4b split dylib and unix lib ValKmjolnir 2023-08-11 00:48:57 +0800
  • 527cb5277b optimize vm ValKmjolnir 2023-08-10 00:40:00 +0800
  • d690c779b8 split io lib ValKmjolnir 2023-08-09 00:31:23 +0800
  • 52e6adfe28 🔥 delete ghost type table ValKmjolnir 2023-08-08 20:50:47 +0800
  • 18d59dfa94
    Merge pull request #25 from ValKmjolnir/develop Li Haokun 2023-08-07 19:06:30 +0800
  • 044ccb4bc6 add profiling tools in debug mode ValKmjolnir 2023-08-06 20:02:12 +0800
  • 70a8be8e4c symbol begins with '_' will not be exported ValKmjolnir 2023-08-05 00:08:28 +0800
  • 56a26b6ab6 update std/math ValKmjolnir 2023-08-03 22:55:59 +0800
  • 5cc9824a62 add new functions in bits & math lib ValKmjolnir 2023-08-02 19:22:45 +0800
  • 56762d719d split bits lib ValKmjolnir 2023-08-01 00:36:25 +0800
  • 29b15b89f7 split coroutine lib from builtin ValKmjolnir 2023-07-31 00:25:36 +0800
  • 654a37ab88 split math lib into new file ValKmjolnir 2023-07-30 00:19:38 +0800
  • 227197996d native functions can be loaded from differen tables ValKmjolnir 2023-07-29 23:45:44 +0800
  • fd7472b737 📝 add bits.nas & dylib.nas & unix.nas ValKmjolnir 2023-07-25 00:22:11 +0800
  • 26a62dde9b 🐛 fix 2 bugs. ValKmjolnir 2023-07-24 19:50:30 +0800
  • 788e0026c2 optimize location info gen in codegen ValKmjolnir 2023-07-23 23:57:25 +0800
  • 51a0ef6b0c 📝 add logprint & change libs ValKmjolnir 2023-07-23 18:30:32 +0800
  • 31113ff69f 📝 delete std/sort.nas & update test file ValKmjolnir 2023-07-23 00:30:14 +0800
  • fe65085a7a add check for self-imported module ValKmjolnir 2023-07-21 23:40:59 +0800
  • 569d423772 📝 update ValKmjolnir 2023-07-21 00:33:04 +0800
  • 25e202fbaf add check for generated module name ValKmjolnir 2023-07-20 19:56:27 +0800
  • d479f13a5c support nasal module ValKmjolnir 2023-07-20 00:54:57 +0800
  • d9cf9ff49e update ValKmjolnir 2023-07-19 00:43:00 +0800
  • 4b597000ba optimize error report info ValKmjolnir 2023-07-17 00:38:33 +0800
  • fe3847d69c add experimental namespace table ValKmjolnir 2023-07-16 21:31:51 +0800
  • eee30b7d8e add concurrent mark for experiment ValKmjolnir 2023-07-16 00:37:11 +0800
  • 0c183b5984 optimize gc ValKmjolnir 2023-07-13 23:59:41 +0800
  • 48d1d8ddef 🐛 fix compilation error in vs 2022 ValKmjolnir 2023-07-12 00:16:27 +0800
  • ea33a5ed81
    Merge pull request #24 from ValKmjolnir/develop Li Haokun 2023-07-11 19:13:42 +0800
  • 4a7a2ce11e 🐛 fix bug in special argument "arg" ValKmjolnir 2023-07-11 19:09:33 +0800
  • 94b6e84693 📝 optimize code ValKmjolnir 2023-07-11 00:05:20 +0800
  • eab84d5c0d optimize gc ValKmjolnir 2023-07-10 20:34:21 +0800
  • bce8148f60 update ValKmjolnir 2023-07-10 00:11:46 +0800
  • 32e23741eb add concat for vector ValKmjolnir 2023-07-09 16:45:10 +0800
  • 7e72661332 🐛 complete function of arg in all scopes ValKmjolnir 2023-07-09 16:21:09 +0800
  • e2d8c5c495
    Merge pull request #23 from ValKmjolnir/develop: add special variable "arg" Li Haokun 2023-07-09 01:06:04 +0800
  • 3509655424 add special variable "arg" ValKmjolnir 2023-07-09 00:59:17 +0800
  • fd614a132c 📝 add new test file feigenbaum.nas ValKmjolnir 2023-07-07 19:55:29 +0800
  • bff0d78d59
    🧑‍💻 Merge pull request #22 from ValKmjolnir/develop: add important symbol "globals" Li Haokun 2023-07-06 22:14:37 +0800
  • b4482792c8 🧑‍💻 add important symbol "globals" ValKmjolnir 2023-07-06 22:10:07 +0800
  • b122afd1cd
    Merge pull request #21 from ValKmjolnir/develop Li Haokun 2023-07-05 00:29:30 +0800
  • eca6141408 optimize codegen ValKmjolnir 2023-07-05 00:24:34 +0800
  • 5c714d26aa update ValKmjolnir 2023-07-04 00:33:57 +0800
  • 8ca7ee1d90
    Merge pull request #20 from ValKmjolnir/develop Li Haokun 2023-07-02 22:16:09 +0800
  • 27bc544bbe 📝 rename files ValKmjolnir 2023-07-02 22:02:31 +0800
  • 45f87925ae 📝 change license to GPLv2 ValKmjolnir 2023-07-02 21:37:14 +0800
  • da43ec5193 📝 update docks ValKmjolnir 2023-07-02 20:39:28 +0800
  • 917b4f6568 🐛 fix compile error in visual studio ValKmjolnir 2023-07-02 20:29:41 +0800
  • ac2744e24f change build scripts ValKmjolnir 2023-07-02 19:48:36 +0800
  • ba6b7cd05c change dir stl -> std ValKmjolnir 2023-07-02 16:17:56 +0800
  • a7a2f47d1e 🚀 switch build script to new nasal ValKmjolnir 2023-07-02 00:32:13 +0800
  • 597c0388cb 🚀 update ValKmjolnir 2023-07-01 23:21:52 +0800
  • af3ade5a41 🐛 fix codegen bug in condition & mcall ValKmjolnir 2023-07-01 18:41:55 +0800
  • b6886cc957 finish new codegen ValKmjolnir 2023-07-01 16:38:37 +0800
  • 90ad1a53d7 update ValKmjolnir 2023-07-01 00:55:00 +0800
  • 8e4e4bfe89 update ValKmjolnir 2023-06-30 00:25:58 +0800
  • 5d9267d3b9 add symbol_finder & codegen ValKmjolnir 2023-06-29 00:30:50 +0800
  • 15f63210b4 add codegen/opcode/optimizer ValKmjolnir 2023-06-28 00:34:54 +0800
  • e2ec8cb9a0 🚀 add function ghosttype ValKmjolnir 2023-06-27 22:54:13 +0800
  • c516c0c3bf add new import & use c++17 ValKmjolnir 2023-06-26 23:59:09 +0800
  • 89f96d407b 🐛 fix bug ValKmjolnir 2023-06-26 19:35:56 +0800
  • 8a10f07ce7 change parameter::name to std::string ValKmjolnir 2023-06-26 19:35:21 +0800
  • fb3d9ed2f3 update ValKmjolnir 2023-06-25 22:47:36 +0800
  • fe40bd7e3f finish ast dumper ValKmjolnir 2023-06-25 22:25:13 +0800
  • 9f66960244 add ast dumper ValKmjolnir 2023-06-25 00:31:11 +0800
  • 2ce13e2134 change ast used in parser ValKmjolnir 2023-06-24 16:50:43 +0800
  • 0132ca0870 update ValKmjolnir 2023-06-24 00:30:50 +0800