ValKmjolnir
|
04a45064c8
|
📝 delete unnecessary code & change test file.
|
2022-07-31 19:26:13 +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
|
478d1aadf9
|
📝 update test/hexdump.nas test/md5compare.nas
|
2022-06-16 18:21:11 +08:00 |
ValKmjolnir
|
393b37d109
|
📝 update stl/process_bar.nas
|
2022-06-16 01:03:51 +08:00 |
ValKmjolnir
|
c2a23ecba6
|
📝 update stl/process_bar.nas and test/md5compare.nas
|
2022-06-15 20:21:03 +08:00 |
ValKmjolnir
|
ef3afa14b9
|
🚀 add stl/log.nas and stl/process_bar.nas
|
2022-06-15 00:36:49 +08:00 |
ValKmjolnir
|
12d7dde42d
|
🚀 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
|
cb0fee04a9
|
🚀 add native function println & add test/occupation.nas
|
2022-06-04 19:22:28 +08:00 |
ValKmjolnir
|
04ab09586b
|
🚀 add stl/fg_env.nas & delete test/props props_sim maketimer_sim.nas
|
2022-05-31 20:36:39 +08:00 |
ValKmjolnir
|
190014a3e5
|
🐛 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
|
120ceb429a
|
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
|
2022-05-19 20:09:23 +08:00 |
ValKmjolnir
|
712a047a43
|
🐛 now builtin_md5 uses unsigned char instead of char
|
2022-05-15 20:35:20 +08:00 |
ValKmjolnir
|
9c7f5f1a6e
|
update test file diff.nas& add math.max math.min
|
2022-05-01 21:10:23 +08:00 |
ValKmjolnir
|
785572634b
|
change visual settings in -c/-dbg
|
2022-04-23 01:51:49 +08:00 |
ValKmjolnir
|
ca073499ae
|
optimize codes
|
2022-04-13 19:08:06 +08:00 |
ValKmjolnir
|
c12e812651
|
change test/md5compare.nas
|
2022-04-06 22:56:21 +08:00 |
ValKmjolnir
|
87cff700e8
|
change module/libmd5 to native function builtin_md5() in nasal_builtin.h
|
2022-04-06 22:30:49 +08:00 |
ValKmjolnir
|
a2b51fe212
|
optimize libmd5.nas & test/md5.nas
|
2022-04-03 18:10:00 +08:00 |
ValKmjolnir
|
92b684624d
|
change module/makefile and test/md5compare.nas
|
2022-04-01 22:52:04 +08:00 |
ValKmjolnir
|
83a8632e8e
|
update test/md5compare.nas & optimize test/md5.nas
|
2022-03-31 19:31:00 +08:00 |
ValKmjolnir
|
41b5304712
|
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
|
c5a12ade5c
|
update md5compare.nas
|
2022-03-29 22:54:17 +08:00 |
ValKmjolnir
|
7a939b417d
|
fix bug in test/md5.nas & add test file md5compare.nas
|
2022-03-29 22:36:28 +08:00 |