Commit Graph

  • 0d8a60e4e3 Merge branch 'master' into develop develop ValKmjolnir 2024-11-09 16:49:26 +0800
  • 0e85bfccab
    Merge pull request #55 from sidi762/master master next_macOS next_linux_x86_64 ValK 2024-11-09 16:48:20 +0800
  • ebca28d0aa
    Delete package.json LIANG Sidi 2024-11-09 14:27:58 +0800
  • c8869080c6
    [web] Updated README.md Sidi Liang 2024-11-09 14:14:45 +0800
  • 8e7074fd25
    [web] Attempt to add timeouts for REPL (not working properly, it works in some cases but causes a segfault, and in other cases the timeouts were ignored) Sidi Liang 2024-11-09 13:40:45 +0800
  • afdaac9670
    [web] Switched REPL server demo to koffi Sidi Liang 2024-11-08 11:50:14 +0800
  • eae25eeb9a
    [web] Fixed failures when creating tmp files on linxu Sidi Liang 2024-11-07 11:30:54 +0800
  • d3d204a704
    [web] Switch from ffi-napi to koffi Sidi Liang 2024-11-06 23:44:22 +0800
  • 44e7077f46
    [web] Added execution time limit for we b app Sidi Liang 2024-11-05 22:40:01 +0800
  • e6b88c9dec
    [web] Added Web REPL server and frontend demo Sidi Liang 2024-11-05 01:25:09 +0800
  • 068da2fb41
    [web] Support multiline mode in web REPL Sidi Liang 2024-11-05 01:24:47 +0800
  • 1ecd0a6912
    [REPL] Modified to support web repl Sidi Liang 2024-11-05 01:24:18 +0800
  • 8dc06c085c
    [web] Make the temporary file name actually unique to handle concurrent requests Sidi Liang 2024-11-04 20:46:31 +0800
  • 40976bf0c1
    [web] Added REPL support to the library Sidi Liang 2024-11-04 12:04:31 +0800
  • 6260cc1665
    [web] Added REPL support to the library Sidi Liang 2024-11-04 12:04:14 +0800
  • 8ecf309791
    [web] Added an option to show execution time on the front end, and improved server.js Sidi Liang 2024-11-03 17:31:20 +0800
  • 95031f508b
    [web] Added an option to display execution time Sidi Liang 2024-11-03 17:30:26 +0800
  • 037ac9e79f
    [web] nasal_web.cpp: remove gc in NasalContext, which is not needed Sidi Liang 2024-11-03 17:30:02 +0800
  • 83ffcc3087
    [web] enable limit_mode for safety, enabled optimizer Sidi Liang 2024-11-03 16:31:37 +0800
  • 1c48e08889
    [web] Added nodejs web app demo Sidi Liang 2024-11-03 16:14:59 +0800
  • b7176b39ed
    [web] Added lib for web app Sidi Liang 2024-11-03 16:14:30 +0800
  • 255f10dfae
    Updated gitignore Sidi Liang 2024-11-03 16:13:00 +0800
  • 20504efcf3 📝 update docs ValKmjolnir 2024-08-26 00:30:27 +0800
  • 0c64090547
    Merge pull request #54 from ValKmjolnir/develop ValK 2024-08-18 01:03:50 +0800
  • d4eafae5f2 📝 update docs ValKmjolnir 2024-08-18 01:01:39 +0800
  • fdbc6cf6da 🎨 update logo ValKmjolnir 2024-08-18 00:04:11 +0800
  • 617598ea40
    Merge pull request #53 from ValKmjolnir/develop ValK 2024-08-16 23:18:35 +0800
  • 55f8485561 🎨 add new svg logo ValKmjolnir 2024-08-16 23:02:27 +0800
  • 52dfd52f39 📝 adjust test files ValKmjolnir 2024-08-03 17:07:32 +0800
  • 99298b86ab 🎨 add global variable info in global dump ValKmjolnir 2024-08-03 14:53:41 +0800
  • cf2323623b 🎨 fix typo in report info ValKmjolnir 2024-08-03 14:18:29 +0800
  • efd403c758
    Merge pull request #52 from ValKmjolnir/develop ValK 2024-08-02 22:45:47 +0800
  • 21911f21f0 fix clear_screen on _WIN32 ValKmjolnir 2024-08-02 22:41:03 +0800
  • 8d3f752429 add native terminal_size ValKmjolnir 2024-08-02 22:34:10 +0800
  • d37dfec225 add string.replace ValKmjolnir 2024-08-02 22:20:30 +0800
  • 94114416fe add native function for version info ValKmjolnir 2024-07-08 22:56:33 +0800
  • 4da38f686f 🎨 improve report format of ghost type ValKmjolnir 2024-07-08 22:47:30 +0800
  • 1c537f0398
    Merge pull request #51 from ValKmjolnir/develop ValK 2024-06-20 00:37:15 +0800
  • 858ffdcb61 🐛 forgot this ValKmjolnir 2024-06-20 00:31:58 +0800
  • bbd4d1907b 🎨 optimize implementation of dlopen ValKmjolnir 2024-06-20 00:29:14 +0800
  • 456ed5c782 🐛 fix error return value after call waitpid ValKmjolnir 2024-06-18 01:00:22 +0800
  • 35c8afe56b 🔥 watchdog do not exist until edited ValKmjolnir 2024-06-17 23:52:34 +0800
  • 9dcb45d786 🐛 fix trace bug in call trace ValKmjolnir 2024-06-17 21:36:10 +0800
  • 4d838dc694 add `subprocess.active` ValKmjolnir 2024-06-16 22:41:50 +0800
  • 1de0874c8d add detailed call trace info ValKmjolnir 2024-06-16 21:57:23 +0800
  • abb587c62b 📝 update ValKmjolnir 2024-06-16 00:37:56 +0800
  • f1fb58ead3 🐛 fix render bug in gc info ValKmjolnir 2024-06-16 00:05:21 +0800
  • 78dd535a72
    Merge pull request #50 from ValKmjolnir/develop ValK 2024-06-15 00:38:51 +0800
  • 5da80d1b22 🐛 fix `lnkeq` on 2 vecs ValKmjolnir 2024-06-15 00:33:16 +0800
  • 7cc9a9f5c9 🔥 delete useless native functions ValKmjolnir 2024-06-15 00:16:10 +0800
  • 7c175a2883
    Merge pull request #49 from ValKmjolnir/develop ValK 2024-06-14 00:41:54 +0800
  • 671b1ef212 📝 delete useless report info ValKmjolnir 2024-06-14 00:35:20 +0800
  • ce204352c6 add template get/convert for ghost ValKmjolnir 2024-06-13 23:47:58 +0800
  • 0725352349
    Merge pull request #48 from ValKmjolnir/develop ValK 2024-06-13 01:06:38 +0800
  • 9752b8823e 🐛 subprocess::terminate return correct value ValKmjolnir 2024-06-13 01:00:18 +0800
  • 40ca6c19bf finish subprocess::create/terminate ValKmjolnir 2024-06-13 00:43:17 +0800
  • ef00209018 🐛 fix compilation error on macOS ValKmjolnir 2024-06-12 22:08:02 +0800
  • bf9f0d6338 add subprocess.fork/kill ValKmjolnir 2024-06-12 01:25:40 +0800
  • 0c216e95e8
    Merge pull request #47 from ValKmjolnir/develop ValK 2024-06-10 00:42:30 +0800
  • 2337994b08 🐛 fix compilation error on MSVC ValKmjolnir 2024-06-10 00:36:52 +0800
  • d48c9f44e8 add native functions of subprocess ValKmjolnir 2024-06-10 00:30:30 +0800
  • 7e3c6d06b2 add framework for subprocess ValKmjolnir 2024-06-09 00:21:11 +0800
  • 1205c6d788 improve vm::value_info ValKmjolnir 2024-06-08 00:30:20 +0800
  • 0ffa62e5cc
    Merge pull request #45 from ValKmjolnir/develop v11.2 ValK 2024-06-07 00:21:42 +0800
  • 0f80dd7588 📝 rename enums ValKmjolnir 2024-06-07 00:11:54 +0800
  • b09e2a7875 📝 update tutorial about new operators ValKmjolnir 2024-06-06 23:45:27 +0800
  • 5aa99f396b
    Merge pull request #44 from ValKmjolnir/develop ValK 2024-06-06 00:03:56 +0800
  • f62d747b23 🐛 really enable utf8 on MSVC ValKmjolnir 2024-06-06 00:00:48 +0800
  • ce9f28274e 🐛 fix compilation error in MSVC ValKmjolnir 2024-06-05 23:42:56 +0800
  • f83b693f65 📝 code improvement ValKmjolnir 2024-06-05 23:38:48 +0800
  • d535c8f7c4 📝 use the same function table ValKmjolnir 2024-06-05 23:12:38 +0800
  • 958f669348 🐛 fix typo oprand => operand ValKmjolnir 2024-06-05 22:59:41 +0800
  • 1436693cd6 add codegen for `?.` ValKmjolnir 2024-06-05 01:13:39 +0800
  • 4adf9541b9 add codegen for `??` operator ValKmjolnir 2024-06-05 00:01:46 +0800
  • 43c229fc72 add parse process for `??` & `?.` ValKmjolnir 2024-06-04 00:49:01 +0800
  • 32c0b93e05 📝 rename tokname => token_name_mapper ValKmjolnir 2024-06-04 00:14:47 +0800
  • 5e2268e4c5 add token `??` and `?.` ValKmjolnir 2024-06-03 23:29:40 +0800
  • 5a165d3255 beautiful unicode output info ValKmjolnir 2024-06-02 23:56:49 +0800
  • 0cf8e3bd23
    Merge pull request #43 from ValKmjolnir/develop ValK 2024-06-02 22:51:28 +0800
  • 0f61f8e18e 🐛 fix config error in cmake file ValKmjolnir 2024-06-02 22:47:53 +0800
  • 18285c1c5a 🐛 fix link error ValKmjolnir 2024-06-02 22:39:14 +0800
  • b020ebf5b5 🐛 fix weird error on mac build ValKmjolnir 2024-06-02 22:36:41 +0800
  • 627cb9d773 Merge branch 'master' into develop ValKmjolnir 2024-06-02 22:33:59 +0800
  • 886703f3bd 📝 improve output format of gc dump ValKmjolnir 2024-06-02 22:32:36 +0800
  • f6d4d79c51 add windows code page manager ValKmjolnir 2024-06-02 22:08:17 +0800
  • 4ac4675491 📝 delete nasal_misc.cpp ValKmjolnir 2024-06-02 19:58:50 +0800
  • 05605c3570 📝 move functions from nasal_misc => util ValKmjolnir 2024-06-02 16:53:03 +0800
  • c840d70a9c 📝 add src/util ValKmjolnir 2024-06-02 16:35:48 +0800
  • 764a0c6b4b 📝 move repl.* => repl/* ValKmjolnir 2024-06-02 16:10:23 +0800
  • a7dfd34120 📝 rename nasal_builtin.* ValKmjolnir 2024-06-02 16:06:18 +0800
  • 2c6a0fd84d using new cli parser ValKmjolnir 2024-06-02 00:33:21 +0800
  • 40a53a4224 add cli module and test/wavecity.nas ValKmjolnir 2024-06-01 18:52:22 +0800
  • 3b71c5fee4 📝 change output info width from 6 -> 8 ValKmjolnir 2024-06-01 00:41:05 +0800
  • b02168fc55 📝 delete system call in test files ValKmjolnir 2024-05-22 23:41:14 +0800
  • f9f2cf6d47 📝 change eol to lf ValKmjolnir 2024-05-22 20:29:13 +0800
  • 6a155f56e5 📝 update doc about enabling 65001 code page ValKmjolnir 2024-05-22 20:02:37 +0800
  • 971583b1c7 support utf8 ast dump on windows ValKmjolnir 2024-05-22 19:23:09 +0800
  • b6a7b7f46d 📝 rename flstream => filestream ValKmjolnir 2024-05-22 00:08:36 +0800
  • 7590a286c3 more beautiful ast dump ValKmjolnir 2024-05-21 23:51:44 +0800
  • 77a14699f4 📝 rename lexical tokens ValKmjolnir 2024-05-21 23:31:21 +0800