Commit Graph

1676 Commits

Author SHA1 Message Date
Sidi Liang 2cef57005c [web] Updated README.md 2024-11-09 14:14:45 +08:00
Sidi Liang 4f98cac78c [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 89573eb879 [web] Switched REPL server demo to koffi 2024-11-08 11:50:14 +08:00
Sidi Liang 280170aefe [web] Fixed failures when creating tmp files on linxu 2024-11-07 11:30:54 +08:00
Sidi Liang 3d8783e2a8 [web] Switch from ffi-napi to koffi 2024-11-06 23:44:22 +08:00
Sidi Liang c0da6427d6 [web] Added execution time limit for we b app 2024-11-05 22:40:01 +08:00
Sidi Liang 0b425cdb3a [web] Added Web REPL server and frontend demo 2024-11-05 01:25:09 +08:00
Sidi Liang 44ced8a51d [web] Support multiline mode in web REPL 2024-11-05 01:24:47 +08:00
Sidi Liang fd2e27f2af [REPL] Modified to support web repl 2024-11-05 01:24:18 +08:00
Sidi Liang 62fc3cee97 [web] Make the temporary file name actually unique to handle concurrent requests 2024-11-04 20:46:31 +08:00
Sidi Liang e1d3da7c41 [web] Added REPL support to the library 2024-11-04 12:04:31 +08:00
Sidi Liang c5d12eb4e9 [web] Added REPL support to the library 2024-11-04 12:04:14 +08:00
Sidi Liang ef824767e2 [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 ab0272d335 [web] Added an option to display execution time 2024-11-03 17:30:26 +08:00
Sidi Liang e013bd9ab8 [web] nasal_web.cpp: remove gc in NasalContext, which is not needed 2024-11-03 17:30:02 +08:00
Sidi Liang 8b151cc8aa [web] enable limit_mode for safety, enabled optimizer 2024-11-03 16:31:37 +08:00
Sidi Liang aaf8c89bbf [web] Added nodejs web app demo 2024-11-03 16:14:59 +08:00
Sidi Liang 30c8c5241b [web] Added lib for web app 2024-11-03 16:14:30 +08:00
Sidi Liang 681dff4847 Updated gitignore 2024-11-03 16:13:00 +08:00
ValK 71110d3f27 Merge pull request #54 from ValKmjolnir/develop
🎨 update logo & docs
2024-08-18 01:03:50 +08:00
ValKmjolnir a279b2dc2f 📝 update docs 2024-08-18 01:01:39 +08:00
ValKmjolnir 6df4ff6026 🎨 update logo 2024-08-18 00:04:11 +08:00
ValK 14546af996 Merge pull request #53 from ValKmjolnir/develop
🎨 add new logo & sync some fixes
2024-08-16 23:18:35 +08:00
ValKmjolnir 802a4d83cc 🎨 add new svg logo 2024-08-16 23:02:27 +08:00
ValKmjolnir ea1185a7f9 📝 adjust test files 2024-08-03 17:07:32 +08:00
ValKmjolnir 11b29ae602 🎨 add global variable info in global dump 2024-08-03 14:53:41 +08:00
ValKmjolnir d07555ebeb 🎨 fix typo in report info 2024-08-03 14:18:29 +08:00
ValK e7a9306f42 Merge pull request #52 from ValKmjolnir/develop
🎨 add several new native functions
2024-08-02 22:45:47 +08:00
ValKmjolnir 5dfc94a2bd fix clear_screen on _WIN32 2024-08-02 22:41:03 +08:00
ValKmjolnir ed40aa83b1 add native terminal_size 2024-08-02 22:34:10 +08:00
ValKmjolnir 6943f018d4 add string.replace 2024-08-02 22:20:30 +08:00
ValKmjolnir cc77ace12f add native function for version info 2024-07-08 22:56:33 +08:00
ValKmjolnir 80848813a9 🎨 improve report format of ghost type 2024-07-08 22:47:30 +08:00
ValK 2ee4095b6b Merge pull request #51 from ValKmjolnir/develop
🐛 fix bug in subprocess and dylib
2024-06-20 00:37:15 +08:00
ValKmjolnir b3a39a9345 🐛 forgot this 2024-06-20 00:31:58 +08:00
ValKmjolnir eeb07aa111 🎨 optimize implementation of dlopen 2024-06-20 00:29:14 +08:00
ValKmjolnir 583adf21c8 🐛 fix error return value after call waitpid 2024-06-18 01:00:22 +08:00
ValKmjolnir 0e1a7696a8 🔥 watchdog do not exist until edited 2024-06-17 23:52:34 +08:00
ValKmjolnir 31beef0c84 🐛 fix trace bug in call trace 2024-06-17 21:36:10 +08:00
ValKmjolnir 26c216dfdd add subprocess.active 2024-06-16 22:41:50 +08:00
ValKmjolnir dd2dee9bfd add detailed call trace info 2024-06-16 21:57:23 +08:00
ValKmjolnir e483f2feb8 📝 update 2024-06-16 00:37:56 +08:00
ValKmjolnir 9a2907376b 🐛 fix render bug in gc info 2024-06-16 00:05:21 +08:00
ValK 996f0647da Merge pull request #50 from ValKmjolnir/develop
🐛 fix operand `lnkeq` when splicing vectors
2024-06-15 00:38:51 +08:00
ValKmjolnir 837d7313a5 🐛 fix lnkeq on 2 vecs 2024-06-15 00:33:16 +08:00
ValKmjolnir 8d8d4103d6 🔥 delete useless native functions 2024-06-15 00:16:10 +08:00
ValK 38a507258b Merge pull request #49 from ValKmjolnir/develop
👍 add test file for subprocess
2024-06-14 00:41:54 +08:00
ValKmjolnir ab73be9fc0 📝 delete useless report info 2024-06-14 00:35:20 +08:00
ValKmjolnir 4e17b37f12 add template get/convert for ghost 2024-06-13 23:47:58 +08:00
ValK 872bcbc3b2 Merge pull request #48 from ValKmjolnir/develop
👾 finish subprocess module
2024-06-13 01:06:38 +08:00