ValKmjolnir
|
854850d9b1
|
🐛 fix bug of incorrectly searching paths of `lib.nas` and dynamic libs.
`dylib.dlopen` now only needs file name of dynamic lib, not the real path.
|
2022-07-29 22:49:50 +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
|
5bc1925082
|
📝 update test files
|
2022-07-02 15:48:02 +08:00 |
ValKmjolnir
|
ef3afa14b9
|
🚀 add stl/log.nas and stl/process_bar.nas
|
2022-06-15 00:36:49 +08:00 |
ValKmjolnir
|
cb0fee04a9
|
🚀 add native function println & add test/occupation.nas
|
2022-06-04 19:22:28 +08:00 |