ValKmjolnir
|
af3d93ab64
|
🎨 format
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled
Details
|
2025-06-02 13:43:00 +08:00 |
ValKmjolnir
|
2cc5bb8625
|
🎨 format
|
2025-06-02 13:27:04 +08:00 |
ValKmjolnir
|
985dee8001
|
📝 format
|
2024-12-26 21:02:35 +08:00 |
ValKmjolnir
|
1de0874c8d
|
✨ add detailed call trace info
|
2024-06-16 21:57:23 +08:00 |
ValKmjolnir
|
b02168fc55
|
📝 delete system call in test files
|
2024-05-22 23:41:14 +08:00 |
ValKmjolnir
|
d56434ae28
|
⚡ optimize lib.nas
|
2023-12-06 20:10:07 +08:00 |
ValKmjolnir
|
28a42346b7
|
📝 update scripts
|
2023-11-16 23:19:03 +08:00 |
ValKmjolnir
|
ccbe341dc5
|
✨ add import logic for use statement
|
2023-11-01 00:37:02 +08:00 |
ValKmjolnir
|
31113ff69f
|
📝 delete std/sort.nas & update test file
|
2023-07-23 00:30:14 +08:00 |
ValKmjolnir
|
d479f13a5c
|
✨ support nasal module
|
2023-07-20 00:54:57 +08:00 |
ValKmjolnir
|
ba6b7cd05c
|
✨ change dir stl -> std
|
2023-07-02 16:17:56 +08:00 |
ValKmjolnir
|
7cdc5e40af
|
⚡ visual update
|
2023-03-11 18:15:27 +08:00 |
ValKmjolnir
|
068184f451
|
🐛 fix codegen for binary not on some ast nodes
|
2023-02-12 15:33:38 +08:00 |
ValKmjolnir
|
79c1e27027
|
🐛 fix bug in test/calc.nas
|
2023-02-03 19:01:00 +08:00 |
ValKmjolnir
|
48611c50f7
|
🚀 coroutine.resume can pass arguments
|
2023-01-02 18:53:58 +08:00 |
ValKmjolnir
|
0d1069a724
|
⚡ optimize test file
|
2022-12-10 01:24:46 +08:00 |
ValKmjolnir
|
cb547499ac
|
⚡ optimize gc
|
2022-12-07 01:17:40 +08:00 |
ValKmjolnir
|
9c6996b54e
|
⚡ update test files
|
2022-12-03 01:24:56 +08:00 |
ValKmjolnir
|
eca978e2b3
|
⚡ little optimization
|
2022-11-30 01:11:26 +08:00 |
ValKmjolnir
|
aaccfbda11
|
🐛 fix ast print bug & delete some macros
|
2022-10-30 18:40:03 +08:00 |
ValKmjolnir
|
7a93527948
|
⚡ add stl/json.nas & fix bug
bug: may cause program crash if stack overflow occurs on main stack
|
2022-10-08 21:34:47 +08:00 |
ValKmjolnir
|
405175061a
|
🚀 crashed coroutine will not make main thread crash.
|
2022-10-06 23:11:27 +08:00 |
ValKmjolnir
|
946aa020a5
|
🚀 add high resolution progress bar
|
2022-09-28 23:45:15 +08:00 |
ValKmjolnir
|
6a6eab8db5
|
⚡ change parameter list of
|
2022-09-11 15:10:30 +08:00 |
ValKmjolnir
|
2ed20f6362
|
📝 change some identifiers' name.
|
2022-07-09 16:24:58 +08:00 |
ValKmjolnir
|
bd5044add2
|
🚀 add a new way to import other files:
`import("./stl/queue.nas");` now has same function as `import.stl.queue;`
|
2022-07-06 22:21:01 +08:00 |
ValKmjolnir
|
b638708722
|
📝 change identifiers' name and test/coroutine.nas, test/filesystem.nas
|
2022-07-06 16:04:21 +08:00 |
ValKmjolnir
|
07eeaadf96
|
⚡ optimize codes: store upvalue on stack & debugger now can output information of registers
|
2022-05-20 21:19:43 +08:00 |
ValKmjolnir
|
120ceb429a
|
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
|
2022-05-19 20:09:23 +08:00 |