ValKmjolnir
|
270e6e568f
|
📝 update scripts
|
2023-11-16 23:19:03 +08:00 |
|
ValKmjolnir
|
5b68701a95
|
✨ add import logic for use statement
|
2023-11-01 00:37:02 +08:00 |
|
ValKmjolnir
|
a72a42fa41
|
📝 delete std/sort.nas & update test file
|
2023-07-23 00:30:14 +08:00 |
|
ValKmjolnir
|
1bcd297d23
|
✨ support nasal module
|
2023-07-20 00:54:57 +08:00 |
|
ValKmjolnir
|
e674d41311
|
✨ change dir stl -> std
|
2023-07-02 16:17:56 +08:00 |
|
ValKmjolnir
|
ab5462f556
|
⚡ visual update
|
2023-03-11 18:15:27 +08:00 |
|
ValKmjolnir
|
43371d5b4c
|
🐛 fix codegen for binary not on some ast nodes
|
2023-02-12 15:33:38 +08:00 |
|
ValKmjolnir
|
e2e6a64bc7
|
🐛 fix bug in test/calc.nas
|
2023-02-03 19:01:00 +08:00 |
|
ValKmjolnir
|
22aa3ac5b7
|
🚀 coroutine.resume can pass arguments
|
2023-01-02 18:53:58 +08:00 |
|
ValKmjolnir
|
791ddfa3cb
|
⚡ optimize test file
|
2022-12-10 01:24:46 +08:00 |
|
ValKmjolnir
|
39faa33b4e
|
⚡ optimize gc
|
2022-12-07 01:17:40 +08:00 |
|
ValKmjolnir
|
e43bd1eaf2
|
⚡ update test files
|
2022-12-03 01:24:56 +08:00 |
|
ValKmjolnir
|
b28e85a7a1
|
⚡ little optimization
|
2022-11-30 01:11:26 +08:00 |
|
ValKmjolnir
|
be42d47c93
|
🐛 fix ast print bug & delete some macros
|
2022-10-30 18:40:03 +08:00 |
|
ValKmjolnir
|
d72aee62fa
|
⚡ 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
|
d3e784d191
|
🚀 crashed coroutine will not make main thread crash.
|
2022-10-06 23:11:27 +08:00 |
|
ValKmjolnir
|
eb6b9c372e
|
🚀 add high resolution progress bar
|
2022-09-28 23:45:15 +08:00 |
|
ValKmjolnir
|
b743f090ec
|
⚡ change parameter list of
|
2022-09-11 15:10:30 +08:00 |
|
ValKmjolnir
|
bdd0cb2912
|
📝 change some identifiers' name.
|
2022-07-09 16:24:58 +08:00 |
|
ValKmjolnir
|
a402e6d7d2
|
🚀 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
|
3d1e3f49dc
|
📝 change identifiers' name and test/coroutine.nas, test/filesystem.nas
|
2022-07-06 16:04:21 +08:00 |
|
ValKmjolnir
|
c47bc7b881
|
⚡ optimize codes: store upvalue on stack & debugger now can output information of registers
|
2022-05-20 21:19:43 +08:00 |
|
ValKmjolnir
|
8915a9b96a
|
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
|
2022-05-19 20:09:23 +08:00 |
|