ValKmjolnir
|
2f43c47e77
|
🐛 fix compilation error of modules on macOS platform
|
2022-08-10 19:48:01 +08:00 |
ValKmjolnir
|
577ecd14df
|
🚀 update makefile to choose different compilers by users & fix some codes for MSVC to compile.
|
2022-07-16 16:53:11 +08:00 |
ValKmjolnir
|
bcdc55a652
|
⚡ optimize code & replace all `printf` with `std::cout`.
|
2022-07-09 23:36:14 +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
|
53b85cd459
|
🚀 add module/libsock.nas, preparing to add socket lib into this language.
|
2022-06-06 16:34: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
|
92b684624d
|
change module/makefile and test/md5compare.nas
|
2022-04-01 22:52:04 +08:00 |
ValKmjolnir
|
dd7740f1fd
|
update test/md5.nas(still has bug) & add libmd5 in module(written in C++)
|
2022-03-28 17:14:11 +08:00 |
ValKmjolnir
|
9456a903d7
|
finish tetris.nas
|
2022-02-21 17:10:13 +08:00 |
ValKmjolnir
|
9c055a9a23
|
add new third-lib libkey that includes function: kbhit,getch,nonblock
|
2022-02-19 16:55:54 +08:00 |
ValKmjolnir
|
5778d1e38d
|
update new test data
|
2022-01-24 15:19:27 +08:00 |
ValKmjolnir
|
9861ecd03e
|
add dylib.dlopen dylib.dlsym dylib.dlclose dylib.dlcall
now you could add your own modules into nasal without changing the source code!
|
2021-12-03 19:31:03 +08:00 |