Commit Graph

1678 Commits

Author SHA1 Message Date
ValK 0e85bfccab
Merge pull request #55 from sidi762/master
Added web app demo
2024-11-09 16:48:20 +08:00
LIANG Sidi ebca28d0aa
Delete package.json 2024-11-09 14:27:58 +08:00
Sidi Liang c8869080c6
[web] Updated README.md 2024-11-09 14:14:45 +08:00
Sidi Liang 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) 2024-11-09 13:40:45 +08:00
Sidi Liang afdaac9670
[web] Switched REPL server demo to koffi 2024-11-08 11:50:14 +08:00
Sidi Liang eae25eeb9a
[web] Fixed failures when creating tmp files on linxu 2024-11-07 11:30:54 +08:00
Sidi Liang d3d204a704
[web] Switch from ffi-napi to koffi 2024-11-06 23:44:22 +08:00
Sidi Liang 44e7077f46
[web] Added execution time limit for we b app 2024-11-05 22:40:01 +08:00
Sidi Liang e6b88c9dec
[web] Added Web REPL server and frontend demo 2024-11-05 01:25:09 +08:00
Sidi Liang 068da2fb41
[web] Support multiline mode in web REPL 2024-11-05 01:24:47 +08:00
Sidi Liang 1ecd0a6912
[REPL] Modified to support web repl 2024-11-05 01:24:18 +08:00
Sidi Liang 8dc06c085c
[web] Make the temporary file name actually unique to handle concurrent requests 2024-11-04 20:46:31 +08:00
Sidi Liang 40976bf0c1
[web] Added REPL support to the library 2024-11-04 12:04:31 +08:00
Sidi Liang 6260cc1665
[web] Added REPL support to the library 2024-11-04 12:04:14 +08:00
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