Commit Graph

1734 Commits

Author SHA1 Message Date
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
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run Details
Nasal Interpreter Test / linux-x86_64 (push) Waiting to run Details
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
Nasal Interpreter Test / linux-x86_64 (push) Failing after 19s Details
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
2025-03-13 20:28:21 +08:00
ValKmjolnir 705df8dc1d add concurrent sweep
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run Details
Nasal Interpreter Test / linux-x86_64 (push) Failing after 18s Details
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
Nasal Interpreter Test / linux-x86_64 (push) Failing after 14s Details
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
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
ValKmjolnir 77ec4b0d7c 🐛 add dylib find rule on mac 2025-01-03 01:03:13 +08:00
ValKmjolnir 030a3ad920 📝 remove -fPIC if using MSVC 2025-01-01 18:35:57 +08:00
ValKmjolnir 04097341ac 🎨 dump gc time occupation 2025-01-01 18:28:58 +08:00
ValKmjolnir fd93fbafdf 🎨 formating console3D test 2025-01-01 16:56:11 +08:00
ValKmjolnir 688fbe8c5d 🎨 formating 2025-01-01 16:39:25 +08:00
ValKmjolnir 4dc4c1d2b7 📝 fix typo 2024-12-27 19:21:07 +08:00
ValK 4035c6c98a
Merge pull request #59 from ValKmjolnir/develop
📝 fix typo
2024-12-27 01:01:26 +08:00
ValKmjolnir f6fa78d33e 📝 fix typo 2024-12-27 01:00:36 +08:00
ValK 4062c40bb3
Merge pull request #58 from ValKmjolnir/develop
🎨 format & adjust cmake for windows build
2024-12-27 00:57:39 +08:00
ValKmjolnir 260f0cb5a3 📝 add doc about how to build on windows 2024-12-26 23:19:34 +08:00
ValKmjolnir 985dee8001 📝 format 2024-12-26 21:02:35 +08:00
ValKmjolnir 94d0ce9c2d 📝 format 2024-12-26 00:45:53 +08:00
ValK 9cbefa1003
Merge pull request #57 from ValKmjolnir/develop
🐛 fix boolify result issue
2024-12-11 20:56:23 +08:00
ValKmjolnir dea19fe3c3 🔥 move NASAL_EXPORT to nasal.h 2024-12-11 20:52:58 +08:00
ValKmjolnir 1b745ad176 🐛 fix boolify result 2024-12-11 20:46:19 +08:00