ValKmjolnir
|
6adf573f3f
|
⚡ optimize lib.nas
|
2023-12-06 20:10:07 +08:00 |
|
ValKmjolnir
|
270e6e568f
|
📝 update scripts
|
2023-11-16 23:19:03 +08:00 |
|
ValKmjolnir
|
1d95d5ab3d
|
✨ use reinterpret_cast and static_cast
|
2023-11-05 21:25:20 +08:00 |
|
ValKmjolnir
|
5b68701a95
|
✨ add import logic for use statement
|
2023-11-01 00:37:02 +08:00 |
|
ValKmjolnir
|
981f17ca8e
|
✨ update std/math
|
2023-08-03 22:55:59 +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
|
f8385556df
|
✨ change build scripts
|
2023-07-02 19:48:36 +08:00 |
|
ValKmjolnir
|
e674d41311
|
✨ change dir stl -> std
|
2023-07-02 16:17:56 +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
|
ab5462f556
|
⚡ visual update
|
2023-03-11 18:15:27 +08:00 |
|
ValKmjolnir
|
3631b1e9c8
|
🚀 add more matrix operation in stl/mat.nas
and bp example test
|
2023-03-01 23:37:13 +08:00 |
|
ValKmjolnir
|
e43bd1eaf2
|
⚡ update test files
|
2022-12-03 01:24:56 +08:00 |
|
ValKmjolnir
|
34e29e398a
|
🎨 change code format
|
2022-11-26 22:49:22 +08:00 |
|
ValKmjolnir
|
2615a3ab85
|
🚀 optimize code
|
2022-11-06 18:20:10 +08:00 |
|
ValKmjolnir
|
d3fd8ce336
|
🎨 improve code format
delete option -v, --version, -l, --lex
|
2022-10-30 01:26:26 +08:00 |
|
ValKmjolnir
|
ac26105231
|
🚀 add stl/csv.nas & ast name change
|
2022-10-19 00:54:21 +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
|
eec7c2caf1
|
🚀 delete unnecessary codes & add stl/string.nas
|
2022-10-05 16:03:47 +08:00 |
|
ValKmjolnir
|
eb6b9c372e
|
🚀 add high resolution progress bar
|
2022-09-28 23:45:15 +08:00 |
|
ValKmjolnir
|
4b4489f833
|
🐛 fix bug that int() cannot convert numeric string
|
2022-09-12 22:45:35 +08:00 |
|
ValKmjolnir
|
40e6c85657
|
📝 update test file & add new test file word_collector.nas
|
2022-09-09 01:00:09 +08:00 |
|
ValKmjolnir
|
6cd88f4e45
|
🚀 add new stl file padding.nas and update test files.
|
2022-09-04 17:53:00 +08:00 |
|
ValKmjolnir
|
c7662af0fc
|
🚀 add lib function exit() and add test file watchdog.nas to run the nasal file when it is changed.
|
2022-08-27 18:12:32 +08:00 |
|
ValKmjolnir
|
81daeca4cb
|
📝 add test file ppmgen.nas
|
2022-08-17 21:09:22 +08:00 |
|
ValKmjolnir
|
13ddfa5050
|
📝 delete unnecessary code & change test file.
|
2022-07-31 19:26:13 +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
|
12affcde2b
|
📝 update test/hexdump.nas test/md5compare.nas
|
2022-06-16 18:21:11 +08:00 |
|
ValKmjolnir
|
9d4a0e1b1f
|
📝 update stl/process_bar.nas
|
2022-06-16 01:03:51 +08:00 |
|
ValKmjolnir
|
031c56b08b
|
📝 update stl/process_bar.nas and test/md5compare.nas
|
2022-06-15 20:21:03 +08:00 |
|
ValKmjolnir
|
bc90022dff
|
🚀 add stl/log.nas and stl/process_bar.nas
|
2022-06-15 00:36:49 +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 |
|
ValKmjolnir
|
6f709f30f5
|
🚀 add native function println & add test/occupation.nas
|
2022-06-04 19:22:28 +08:00 |
|
ValKmjolnir
|
ece6142475
|
🚀 add stl/fg_env.nas & delete test/props props_sim maketimer_sim.nas
|
2022-05-31 20:36:39 +08:00 |
|
ValKmjolnir
|
6ee0ce9398
|
🐛 fix bug that gc cannot mark values in coroutine & add maketimer_sim.nas
update props_sim.nas
update auto_crash.nas
|
2022-05-23 20:23:20 +08:00 |
|
ValKmjolnir
|
8915a9b96a
|
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
|
2022-05-19 20:09:23 +08:00 |
|
ValKmjolnir
|
9364789896
|
🐛 now builtin_md5 uses unsigned char instead of char
|
2022-05-15 20:35:20 +08:00 |
|
ValKmjolnir
|
e1f1fc64c4
|
update test file diff.nas& add math.max math.min
|
2022-05-01 21:10:23 +08:00 |
|
ValKmjolnir
|
ce48ec1b8d
|
change visual settings in -c/-dbg
|
2022-04-23 01:51:49 +08:00 |
|
ValKmjolnir
|
f4bac99a3a
|
optimize codes
|
2022-04-13 19:08:06 +08:00 |
|
ValKmjolnir
|
c9fdf677b9
|
change test/md5compare.nas
|
2022-04-06 22:56:21 +08:00 |
|
ValKmjolnir
|
ad60aecdee
|
change module/libmd5 to native function builtin_md5() in nasal_builtin.h
|
2022-04-06 22:30:49 +08:00 |
|
ValKmjolnir
|
5f4b2d80dc
|
optimize libmd5.nas & test/md5.nas
|
2022-04-03 18:10:00 +08:00 |
|
ValKmjolnir
|
a9c66685e4
|
change module/makefile and test/md5compare.nas
|
2022-04-01 22:52:04 +08:00 |
|
ValKmjolnir
|
1adeb2ed77
|
update test/md5compare.nas & optimize test/md5.nas
|
2022-03-31 19:31:00 +08:00 |
|
ValKmjolnir
|
141cdd79db
|
update test/md5compare.nas
and CAUTION: now the cpp&nas md5 program may not calculate strings including unicode
|
2022-03-30 21:42:30 +08:00 |
|
ValKmjolnir
|
2cbd6a8e05
|
update md5compare.nas
|
2022-03-29 22:54:17 +08:00 |
|
ValKmjolnir
|
c5362acaeb
|
fix bug in test/md5.nas & add test file md5compare.nas
|
2022-03-29 22:36:28 +08:00 |
|