Commit Graph

1749 Commits

Author SHA1 Message Date
ValKmjolnir
cfb6f92e3f 📝 update README
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-10-10 20:45:42 +08:00
ValKmjolnir
3032070d1a 🎨 enable windows nightly build 2025-10-10 20:40:52 +08:00
ValKmjolnir
12cdd1e9ea 🐛 fix title 2025-10-10 20:33:03 +08:00
ValKmjolnir
3cc47b744c 🎨 add windows nightly build 2025-10-10 20:30:05 +08:00
ValKmjolnir
8ccb5c36b8 🐛 fix segfault when callsite is empty
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-09-26 22:37:38 +08:00
ValKmjolnir
4a03179457 🐛 fix segfault
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-08-15 19:11:25 +08:00
ValKmjolnir
6b975b4a9c 🎨 improve dump
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-07-31 20:21:27 +08:00
ValKmjolnir
6034234c87 🐛 fix call trace issue #69
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-07-30 20:32:25 +08:00
ValKmjolnir
e35410c6de 🐛 fix memory leak
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-06-05 20:09:37 +08:00
ValKmjolnir
af3d93ab64 🎨 format
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-06-02 13:43:00 +08:00
ValKmjolnir
2cc5bb8625 🎨 format 2025-06-02 13:27:04 +08:00
ValKmjolnir
240095ab37 📝 loadg also can show variable name
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-03-17 20:31:48 +08:00
ValKmjolnir
906f337f1a 🔥 fuck mac
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
2025-03-16 02:21:47 +08:00
ValKmjolnir
e724aa6ef2 📝 fuck mac 2025-03-16 02:19:17 +08:00
ValKmjolnir
dd9d5baf22 🎨 mcallg also 2025-03-15 18:39:19 +08:00
ValKmjolnir
b5f02de883 🎨 opcode dump can get global variable name 2025-03-15 18:17:35 +08:00
ValKmjolnir
10d2965197 🎨 improve codes 2025-03-15 17:58:13 +08:00
ValKmjolnir
ac8e5c6361 optimize incremental gc 2025-03-15 17:36:07 +08:00
ValKmjolnir
a83978c553 📝 add comments
Some checks are pending
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run
Nasal Interpreter Test / linux-x86_64 (push) Waiting to run
2025-03-15 02:14:44 +08:00
ValKmjolnir
a85a4e37c1 replace concurrent sweep with incremental sweep 2025-03-15 01:12:23 +08:00
ValKmjolnir
bde152b6e9 optimize
Some checks failed
Nasal Interpreter Test / linux-x86_64 (push) Failing after 19s
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
2025-03-13 20:28:21 +08:00
ValKmjolnir
705df8dc1d add concurrent sweep
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run
Nasal Interpreter Test / linux-x86_64 (push) Failing after 18s
2025-03-13 00:10:31 +08:00
ValKmjolnir
eeb126ab65 🐛 fix global/local debug index 2025-03-12 21:37:29 +08:00
ValKmjolnir
a7a2a0a369 📝 fix typo
Some checks failed
Nasal Interpreter Test / linux-x86_64 (push) Failing after 14s
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
2025-03-08 01:45:54 +08:00
ValKmjolnir
065f6ae162 🎨 open return nil if fails 2025-02-15 14:24:08 +08:00
ValKmjolnir
b177a58662 🐛 if stat fails, return nil 2025-02-12 19:13:30 +08:00
ValK
a25f309063 Merge pull request #66 from sidi762/master
Web: improve error handling
2025-02-11 14:14:19 +08:00
LIANG Sidi
8b8b8aef52 Merge branch 'ValKmjolnir:master' into master 2025-02-11 14:07:31 +08:00
Sidi Liang
998fd08353 Web: Improve error handling 2025-02-11 13:57:52 +08:00
ValK
3fd21a62ef Merge pull request #65 from ValKmjolnir/develop
🐛 exec_check also needs CHECK_INTERRUPT
2025-02-06 00:48:39 +08:00
ValKmjolnir
04e30b9c7f 🎨 add memory usage calc 2025-02-05 19:43:02 +08:00
ValKmjolnir
09cd3027e9 🐛 exec_check also needs CHECK_INTERRUPT 2025-02-05 17:56:57 +08:00
ValK
e405c3e6d4 Merge pull request #64 from sidi762/master
Web: fixed timeout not working
2025-02-05 17:48:52 +08:00
Sidi Liang
0077d21330 VM: Fixed compiling error in linux 2025-02-05 15:12:42 +08:00
Sidi Liang
b09e5bb8ad VM: Added a comment back that was accidentally removed in the last commit 2025-02-05 15:09:25 +08:00
Sidi Liang
3ff885abe3 VM: fixed an error introduced in the last merging 2025-02-05 14:58:54 +08:00
LIANG Sidi
0c54f216fc Merge branch 'master' into master 2025-02-05 14:49:56 +08:00
Sidi Liang
b449dcf655 Web: force gc in server.js 2025-02-05 14:46:31 +08:00
Sidi Liang
699c5f7af4 Web: Fix timeout 2025-02-05 14:46:07 +08:00
ValK
749f1ada67 Merge pull request #62 from ValKmjolnir/develop
🐛 fix formated output
2025-01-31 15:37:10 +08:00
ValKmjolnir
3752bd8c07 🐛 fix formated output 2025-01-13 22:35:56 +08:00
ValK
8435ac5b63 Merge pull request #61 from ValKmjolnir/develop
🐛 fix package error
2025-01-11 21:32:42 +08:00
ValKmjolnir
644fbd8647 🐛 fix package error 2025-01-11 21:29:55 +08:00
ValK
fc2bb809aa Merge pull request #60 from ValKmjolnir/develop
 create a demo formater
2025-01-11 21:26:00 +08:00
ValKmjolnir
89826da791 📝 adjust package script 2025-01-11 21:20:44 +08:00
ValKmjolnir
c6840da201 📝 adjust CI 2025-01-11 21:18:38 +08:00
ValKmjolnir
247172a9f2 📝 update minor version 2025-01-11 21:11:55 +08:00
ValKmjolnir
277ddb9c0f add demo format executable 2025-01-11 21:06:57 +08:00
ValKmjolnir
c228dcc149 📝 change makefile 2025-01-11 17:51:34 +08:00
ValKmjolnir
dadc0afa35 🐛 fix build failure 2025-01-03 01:07:46 +08:00