ValKmjolnir
|
1bcd297d23
|
✨ support nasal module
|
2023-07-20 00:54:57 +08:00 |
|
ValKmjolnir
|
79865740ad
|
📝 add new test file feigenbaum.nas
|
2023-07-07 19:55:29 +08:00 |
|
ValKmjolnir
|
103b523888
|
✨ update
|
2023-07-01 00:55:00 +08:00 |
|
ValKmjolnir
|
5ae729676f
|
✨ add readline & os.arch
delete test file mandel.nas
change io.fin => io.readfile
|
2023-04-28 23:11:17 +08:00 |
|
ValKmjolnir
|
23f41891cf
|
⚡ optimize test files
httptest.nas: when clicking mandel.nas link, this may cause memory overflow in new gc
|
2023-01-23 23:14:34 +08:00 |
|
ValKmjolnir
|
9d33fafb81
|
🐛 fix dynamic arguments load bug in nasal_vm
|
2022-12-09 00:56:53 +08:00 |
|
ValKmjolnir
|
c88cbd0063
|
⚡ add runtime.gc.extend
|
2022-12-04 20:28:51 +08:00 |
|
ValKmjolnir
|
8583be337e
|
🚀 change module function parameter format to avoid warnings
|
2022-10-24 01:12:25 +08:00 |
|
ValKmjolnir
|
f9b8957385
|
🚀 move pic directory into doc
|
2022-09-19 00:10:08 +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
|
7124b22619
|
📝 update test files
|
2022-07-02 15:48:02 +08:00 |
|
ValKmjolnir
|
f3ba80b41c
|
📝 unify code style of ./stl ./test
|
2022-07-02 13:53:50 +08:00 |
|
ValKmjolnir
|
41d5e2013e
|
🚀 update test/httptest.nas and doc/.html
|
2022-06-24 15:47:53 +08:00 |
|
ValKmjolnir
|
abf4e8b735
|
📝 update test/httptest.nas
|
2022-06-23 22:16:24 +08:00 |
|
ValKmjolnir
|
bc90022dff
|
🚀 add stl/log.nas and stl/process_bar.nas
|
2022-06-15 00:36:49 +08:00 |
|
ValKmjolnir
|
503b834f05
|
📝 update test/httptest.nas
|
2022-06-11 12:49:26 +08:00 |
|
ValKmjolnir
|
17495f12f9
|
📝 update test/httptest.nas
|
2022-06-08 20:01:22 +08:00 |
|
ValKmjolnir
|
20a4a4df4e
|
🚀 finish socket library:
socket.socket()
socket.closesocket()
socket.shutdown()
socket.bind()
socket.listen()
socket.connect()
socket.accept()
socket.send() socket.sendto()
socket.recv() socket.recvfrom()
socket.errno()
|
2022-06-08 19:06:16 +08:00 |
|