Commit Graph

  • ac49c0d676 update ValKmjolnir 2023-06-21 00:03:46 +0800
  • c5d6a6694b update new parser ValKmjolnir 2023-06-20 00:01:50 +0800
  • bcf274aed4 update ValKmjolnir 2023-06-19 00:10:14 +0800
  • 78b7bec786 update ValKmjolnir 2023-06-18 00:14:21 +0800
  • 7d8f199c8e update ValKmjolnir 2023-06-17 00:15:07 +0800
  • c95810b46c add nasal_new_lexer ValKmjolnir 2023-06-16 22:23:46 +0800
  • ec1985b3cc update ValKmjolnir 2023-06-14 00:01:15 +0800
  • da22dd03c0 add nasal_new_parse ValKmjolnir 2023-06-12 00:03:18 +0800
  • 19480f7f26 add new ast nodes ValKmjolnir 2023-06-07 00:10:00 +0800
  • 9bf4eacc62 prepare to use new ast ValKmjolnir 2023-06-05 00:11:37 +0800
  • afc8c54487 gc::extend uses std::nothrow ValKmjolnir 2023-05-18 18:45:56 +0800
  • 36f6dd6c96
    Merge pull request #19 from ValKmjolnir/develop Li Haokun 2023-05-11 20:59:49 +0800
  • 63ec070d15 📝 update doc for vs build ValKmjolnir 2023-05-11 20:12:59 +0800
  • 7f258dd17e vs could build with cmakelists.txt ValKmjolnir 2023-05-11 19:58:25 +0800
  • dfb0c6ab52 🐛 fix header in module for vs to build ValKmjolnir 2023-05-11 19:41:39 +0800
  • d954a3fc5e optimize ghost table structure ValKmjolnir 2023-05-11 19:26:34 +0800
  • 7cc9ef436e improve function of ghost_register_table ValKmjolnir 2023-05-11 00:24:35 +0800
  • 774ad60c42 add global_ghost_type_table for test ValKmjolnir 2023-05-10 00:48:04 +0800
  • a69d05233b prepare for ghost type ValKmjolnir 2023-05-09 00:09:15 +0800
  • 666fb8b25f 🐛 fix codegen skip or/and expr bug ValKmjolnir 2023-05-08 19:23:50 +0800
  • 92abad3384 add cmakelists.txt ValKmjolnir 2023-05-06 21:12:40 +0800
  • f914678311 add readline & os.arch ValKmjolnir 2023-04-28 23:11:17 +0800
  • c858afbb76 🐛 fix compilation error ValKmjolnir 2023-04-23 00:02:39 +0800
  • 94f7c941f6 🐛 fix compilation error in VS ValKmjolnir 2023-04-12 19:44:13 +0800
  • cd21540710 🎨 improve code style ValKmjolnir 2023-04-12 01:11:31 +0800
  • a37ce6aadd 🐛 fix compilation warnings on macOS ValKmjolnir 2023-04-11 00:28:12 +0800
  • db47ab4445 🎨 improve gc code structure ValKmjolnir 2023-04-10 00:24:50 +0800
  • 5519dc7a29 merge runtime regs into struct context ValKmjolnir 2023-04-08 00:18:58 +0800
  • 3852ce23a3 split opcode to nasal_opcode.h ValKmjolnir 2023-04-04 00:29:17 +0800
  • 4e17de909a update test/jsonrpc.nas ValKmjolnir 2023-03-25 21:26:49 +0800
  • 73450092f2 add test/jsonrpc.nas and fix bug ValKmjolnir 2023-03-23 00:09:51 +0800
  • f8bac92548 📝 update test file datalog.nas ValKmjolnir 2023-03-14 00:16:54 +0800
  • 7cdc5e40af visual update ValKmjolnir 2023-03-11 18:15:27 +0800
  • bd12fe917a add new operand calculate const and pop ValKmjolnir 2023-03-10 22:27:06 +0800
  • 8161f3c514 optimize codegen ValKmjolnir 2023-03-09 23:00:25 +0800
  • dbc2c365b4 update error report for parser&codegen ValKmjolnir 2023-03-08 23:53:02 +0800
  • 1678567c5d add multi-line error report and span ValKmjolnir 2023-03-08 01:12:01 +0800
  • abe2464a67 📝 shorten the running time of test process ValKmjolnir 2023-03-02 00:36:48 +0800
  • f9cbd0b426 add error report info in stl/mat ValKmjolnir 2023-03-02 00:26:52 +0800
  • 99434df819 🚀 add more matrix operation in stl/mat.nas ValKmjolnir 2023-03-01 23:37:13 +0800
  • cbee5f8705 add std lib mat.nas ValKmjolnir 2023-03-01 00:41:34 +0800
  • e11793d340 🚀 add operator `^=` `&=` `|=` ValKmjolnir 2023-02-28 00:30:27 +0800
  • 461e5ac647 🔥 remove i32 bitwise native functions ValKmjolnir 2023-02-17 00:42:57 +0800
  • c8eb1f1d16 🚀 add bitwise operators or, xor, and ValKmjolnir 2023-02-16 00:24:32 +0800
  • 068184f451 🐛 fix codegen for binary not on some ast nodes ValKmjolnir 2023-02-12 15:33:38 +0800
  • 368b057a91 🚀 add binary negation ValKmjolnir 2023-02-12 15:22:05 +0800
  • f4deca4427
    Merge pull request #18 from sidi762/master Li Haokun 2023-02-12 00:28:31 +0800
  • 681f04b0d3
    Update CI to include tests Sidi Liang 2023-02-11 13:10:59 +0800
  • 79c1e27027 🐛 fix bug in test/calc.nas ValKmjolnir 2023-02-03 19:01:00 +0800
  • 84f9280cb4 🚀 add test file auto-push.nas ValKmjolnir 2023-02-02 21:28:11 +0800
  • e454b315fc 🚀 add file::find_all_files_with_extension ValKmjolnir 2023-02-02 21:24:21 +0800
  • 1259b43389 🐛 fix bug that cannot parse return true/false ValKmjolnir 2023-02-02 19:35:42 +0800
  • acb2e3664c 🐛 fix bugs in stl/json, now it runs correctly ValKmjolnir 2023-01-31 19:39:22 +0800
  • fdd7794a83 📝 update readme ValKmjolnir 2023-01-31 19:01:36 +0800
  • 22b1841664 update test/ascii-art.nas ValKmjolnir 2023-01-30 19:13:08 +0800
  • ac1ee4ddef change sprintf to snprintf in logtime() ValKmjolnir 2023-01-24 23:10:01 +0800
  • aef7936292 optimize test files ValKmjolnir 2023-01-23 23:14:34 +0800
  • d03273b4e1 add keyword support 'true' and 'false' ValKmjolnir 2023-01-16 17:44:56 +0800
  • 8df02d25ad add detail location info in tokens ValKmjolnir 2023-01-10 22:22:27 +0800
  • 268a03864e use new way of constructing var objects ValKmjolnir 2023-01-05 22:42:17 +0800
  • 48611c50f7 🚀 coroutine.resume can pass arguments ValKmjolnir 2023-01-02 18:53:58 +0800
  • e6e89039b8 optimize code & add comments ValKmjolnir 2023-01-02 01:00:16 +0800
  • 9d7f799ad3 update test file 'life.nas' ValKmjolnir 2022-12-27 18:25:58 +0800
  • dc6f3347b7 🎨 change clean command in makefile ValKmjolnir 2022-12-25 17:59:14 +0800
  • d5996d6a1d 🎨 change clean command in makefiles ValKmjolnir 2022-12-25 17:58:05 +0800
  • 0d1069a724 optimize test file ValKmjolnir 2022-12-10 01:24:46 +0800
  • 175706126b 🐛 fix dynamic arguments load bug in nasal_vm ValKmjolnir 2022-12-09 00:56:53 +0800
  • cb547499ac optimize gc ValKmjolnir 2022-12-07 01:17:40 +0800
  • de524938cf add runtime.gc.extend ValKmjolnir 2022-12-04 20:28:51 +0800
  • 9c6996b54e update test files ValKmjolnir 2022-12-03 01:24:56 +0800
  • eca978e2b3 little optimization ValKmjolnir 2022-11-30 01:11:26 +0800
  • 9455a83df0 optimize lexer ValKmjolnir 2022-11-28 21:16:39 +0800
  • be318abb2e change enum tok to enum class tok ValKmjolnir 2022-11-27 23:47:58 +0800
  • 7e91c273f3 🎨 add header pic ValKmjolnir 2022-11-26 23:36:12 +0800
  • 4c5ffb0240 🎨 change code format ValKmjolnir 2022-11-26 22:49:22 +0800
  • 54969681fc move lvalue check from parse to codegen ValKmjolnir 2022-11-20 17:06:13 +0800
  • 9196d7815f 🎨 improve error report ValKmjolnir 2022-11-19 22:47:19 +0800
  • 309a57070c 🚀 change module loading ValKmjolnir 2022-11-15 21:23:34 +0800
  • 7e4faed4a6 🚀 add new native function `char` ValKmjolnir 2022-11-12 17:03:56 +0800
  • f9179188a5 optimize test/console3D.nas ValKmjolnir 2022-11-11 00:37:14 +0800
  • 97b3cefe75 add new ways of calling dylib function ValKmjolnir 2022-11-11 00:11:01 +0800
  • ca527ec931 🚀 add new module matrix.cpp (in dev) ValKmjolnir 2022-11-06 23:30:18 +0800
  • 4fd69c6ce4 🚀 optimize code ValKmjolnir 2022-11-06 18:20:10 +0800
  • 1ced201cb5 🚀 add gc time info ValKmjolnir 2022-11-04 21:36:54 +0800
  • cedb5e12f5 🚀 add test file `console3D.nas` ValKmjolnir 2022-11-04 01:18:38 +0800
  • aaccfbda11 🐛 fix ast print bug & delete some macros ValKmjolnir 2022-10-30 18:40:03 +0800
  • 0c216e5f16 🐛 safer builtin_logtime ValKmjolnir 2022-10-30 01:30:05 +0800
  • feea901e4d 🎨 improve code format ValKmjolnir 2022-10-30 01:26:26 +0800
  • b0f080070a
    Merge pull request #17 from sidi762/master Li Haokun 2022-10-28 23:39:37 +0800
  • d121dcd630 🎨 improve format of code next ValKmjolnir 2022-10-28 23:28:15 +0800
  • 8aec98a2b3
    Update c-cpp.yml Sidi Liang 2022-10-24 01:32:05 +0800
  • 2c36f722bb
    Merge branch 'ValKmjolnir:master' into master Sidi Liang 2022-10-24 01:29:46 +0800
  • c705b75513 🚀 change module function parameter format to avoid warnings ValKmjolnir 2022-10-24 01:12:25 +0800
  • 3ef8effe9a 🔥 change `nasal_gc` to `gc` ValKmjolnir 2022-10-23 01:29:20 +0800
  • 3fd1b25f79 🔥 change class name. ValKmjolnir 2022-10-21 01:29:29 +0800
  • 025ff49ffc 🚀 add `stl/csv.nas` & ast name change ValKmjolnir 2022-10-19 00:54:21 +0800
  • 7a93527948 add stl/json.nas & fix bug ValKmjolnir 2022-10-08 21:34:47 +0800
  • 74b925715f
    Unable to place two builds under one releases, thus dividing them Sidi Liang 2022-10-07 01:30:17 +0800
  • b0c5dfada7
    I'm stupid Sidi Liang 2022-10-07 01:23:15 +0800
  • 8ae5cc0071
    fix tar failing on linux (again) Sidi Liang 2022-10-07 01:21:40 +0800