Commit Graph

1664 Commits

Author SHA1 Message Date
Sidi Liang 8ecf309791
[web] Added an option to show execution time on the front end, and improved server.js 2024-11-03 17:31:20 +08:00
Sidi Liang 95031f508b
[web] Added an option to display execution time 2024-11-03 17:30:26 +08:00
Sidi Liang 037ac9e79f
[web] nasal_web.cpp: remove gc in NasalContext, which is not needed 2024-11-03 17:30:02 +08:00
Sidi Liang 83ffcc3087
[web] enable limit_mode for safety, enabled optimizer 2024-11-03 16:31:37 +08:00
Sidi Liang 1c48e08889
[web] Added nodejs web app demo 2024-11-03 16:14:59 +08:00
Sidi Liang b7176b39ed
[web] Added lib for web app 2024-11-03 16:14:30 +08:00
Sidi Liang 255f10dfae
Updated gitignore 2024-11-03 16:13:00 +08:00
ValK 0c64090547
Merge pull request #54 from ValKmjolnir/develop
🎨 update logo & docs
2024-08-18 01:03:50 +08:00
ValKmjolnir d4eafae5f2 📝 update docs 2024-08-18 01:01:39 +08:00
ValKmjolnir fdbc6cf6da 🎨 update logo 2024-08-18 00:04:11 +08:00
ValK 617598ea40
Merge pull request #53 from ValKmjolnir/develop
🎨 add new logo & sync some fixes
2024-08-16 23:18:35 +08:00
ValKmjolnir 55f8485561 🎨 add new svg logo 2024-08-16 23:02:27 +08:00
ValKmjolnir 52dfd52f39 📝 adjust test files 2024-08-03 17:07:32 +08:00
ValKmjolnir 99298b86ab 🎨 add global variable info in global dump 2024-08-03 14:53:41 +08:00
ValKmjolnir cf2323623b 🎨 fix typo in report info 2024-08-03 14:18:29 +08:00
ValK efd403c758
Merge pull request #52 from ValKmjolnir/develop
🎨 add several new native functions
2024-08-02 22:45:47 +08:00
ValKmjolnir 21911f21f0 fix clear_screen on _WIN32 2024-08-02 22:41:03 +08:00
ValKmjolnir 8d3f752429 add native terminal_size 2024-08-02 22:34:10 +08:00
ValKmjolnir d37dfec225 add string.replace 2024-08-02 22:20:30 +08:00
ValKmjolnir 94114416fe add native function for version info 2024-07-08 22:56:33 +08:00
ValKmjolnir 4da38f686f 🎨 improve report format of ghost type 2024-07-08 22:47:30 +08:00
ValK 1c537f0398
Merge pull request #51 from ValKmjolnir/develop
🐛 fix bug in subprocess and dylib
2024-06-20 00:37:15 +08:00
ValKmjolnir 858ffdcb61 🐛 forgot this 2024-06-20 00:31:58 +08:00
ValKmjolnir bbd4d1907b 🎨 optimize implementation of dlopen 2024-06-20 00:29:14 +08:00
ValKmjolnir 456ed5c782 🐛 fix error return value after call waitpid 2024-06-18 01:00:22 +08:00
ValKmjolnir 35c8afe56b 🔥 watchdog do not exist until edited 2024-06-17 23:52:34 +08:00
ValKmjolnir 9dcb45d786 🐛 fix trace bug in call trace 2024-06-17 21:36:10 +08:00
ValKmjolnir 4d838dc694 add `subprocess.active` 2024-06-16 22:41:50 +08:00
ValKmjolnir 1de0874c8d add detailed call trace info 2024-06-16 21:57:23 +08:00
ValKmjolnir abb587c62b 📝 update 2024-06-16 00:37:56 +08:00
ValKmjolnir f1fb58ead3 🐛 fix render bug in gc info 2024-06-16 00:05:21 +08:00
ValK 78dd535a72
Merge pull request #50 from ValKmjolnir/develop
🐛 fix operand `lnkeq` when splicing vectors
2024-06-15 00:38:51 +08:00
ValKmjolnir 5da80d1b22 🐛 fix `lnkeq` on 2 vecs 2024-06-15 00:33:16 +08:00
ValKmjolnir 7cc9a9f5c9 🔥 delete useless native functions 2024-06-15 00:16:10 +08:00
ValK 7c175a2883
Merge pull request #49 from ValKmjolnir/develop
👍 add test file for subprocess
2024-06-14 00:41:54 +08:00
ValKmjolnir 671b1ef212 📝 delete useless report info 2024-06-14 00:35:20 +08:00
ValKmjolnir ce204352c6 add template get/convert for ghost 2024-06-13 23:47:58 +08:00
ValK 0725352349
Merge pull request #48 from ValKmjolnir/develop
👾 finish subprocess module
2024-06-13 01:06:38 +08:00
ValKmjolnir 9752b8823e 🐛 subprocess::terminate return correct value 2024-06-13 01:00:18 +08:00
ValKmjolnir 40ca6c19bf finish subprocess::create/terminate 2024-06-13 00:43:17 +08:00
ValKmjolnir ef00209018 🐛 fix compilation error on macOS 2024-06-12 22:08:02 +08:00
ValKmjolnir bf9f0d6338 add subprocess.fork/kill 2024-06-12 01:25:40 +08:00
ValK 0c216e95e8
Merge pull request #47 from ValKmjolnir/develop
👾 try adding new module `subprocess`
2024-06-10 00:42:30 +08:00
ValKmjolnir 2337994b08 🐛 fix compilation error on MSVC 2024-06-10 00:36:52 +08:00
ValKmjolnir d48c9f44e8 add native functions of subprocess 2024-06-10 00:30:30 +08:00
ValKmjolnir 7e3c6d06b2 add framework for subprocess 2024-06-09 00:21:11 +08:00
ValKmjolnir 1205c6d788 improve vm::value_info 2024-06-08 00:30:20 +08:00
ValK 0ffa62e5cc
Merge pull request #45 from ValKmjolnir/develop
📝 add tutorial about new operators
2024-06-07 00:21:42 +08:00
ValKmjolnir 0f80dd7588 📝 rename enums 2024-06-07 00:11:54 +08:00
ValKmjolnir b09e2a7875 📝 update tutorial about new operators 2024-06-06 23:45:27 +08:00