Johannes Findeisen hanez · he/him
hanez pushed to main at fun/fun 2025-10-04 13:02:33 +02:00
9ac42c6ed1 Added EXIT opcode to make it possible to return exit codes to the shell. (0.21.4)
hanez pushed to main at fun/fun 2025-10-04 12:46:57 +02:00
e2e2ac6a66 Added Thread class to stdlib. (0.21.3)
hanez pushed to main at fun/fun 2025-10-04 12:34:46 +02:00
cde0c45ea3 Some more UNIX socket stdlib Fun. (0.21.2)
hanez pushed to main at fun/fun 2025-10-04 03:07:56 +02:00
696906d67e Bug fixes. (0.21.1)
hanez pushed to main at fun/fun 2025-10-04 02:52:35 +02:00
d546632cd4 Basic sockets (0.21.0)
hanez pushed to main at fun/fun 2025-10-04 01:49:28 +02:00
94602f0855 Added some standard C regex implementation. (0.20.0)
hanez pushed to main at fun/fun 2025-10-04 00:49:10 +02:00
63edf97aba Added some date/time basics. (0.19.0)
hanez pushed to main at fun/fun 2025-10-03 23:25:58 +02:00
cefa1bf7e0 Added try/catch/finally to the parser. (0.18.0)
hanez pushed to main at fun/fun 2025-10-03 21:35:33 +02:00
7842b1b909 Added more PC/SC stdlib and example code. (0.17.10)
hanez pushed to main at fun/fun 2025-10-03 18:09:30 +02:00
aeb6a70248 Added basic completion for the stdlib in the REPL. (0.17.9)
hanez pushed to main at fun/fun 2025-10-03 17:42:46 +02:00
997e5026e3 Added multiline editing supoort to REPL. Ctrl+o Adds a newline. (0.17.8)
hanez pushed to main at fun/fun 2025-10-03 15:32:36 +02:00
5c2273da69 The REPL can now be disabled at build time using -DFUN_WITH_REPL=OFF. (0.17.7)
hanez pushed to main at fun/fun 2025-10-03 01:32:14 +02:00
f68d09c596 The REPL is now an option at compile time using -DFUN_WITH_REPL=ON. (0.17.6)
4e5d104e48 Added uninstall routine to CMake. (0.17.4)
cfe145f08c Important README update. (0.17.3)
6d300ae024 Fully migrated from GNU Make to CMake and removed the Makefile. (0.17.2)
57cf5b9d87 Windows compile error fixed. (0.17.1)
Compare 153 commits »
hanez pushed to main at fun/fun 2025-10-03 01:29:19 +02:00
2ceaa2a8df The REPL is now an option at compile time using -DFUN_WITH_REPL=ON. (0.17.6)
hanez pushed to master at hanez/home 2025-10-03 00:46:20 +02:00
75f9bab974 Small fix.
hanez pushed to main at fun/fun 2025-10-02 23:01:26 +02:00
d9c1a6b8d0 Added uninstall routine to CMake. (0.17.4)
hanez pushed to main at fun/fun 2025-10-02 22:15:06 +02:00
2259cf7b0d Important README update. (0.17.3)
hanez pushed to main at fun/fun 2025-10-02 22:04:32 +02:00
dc3de17d54 Fully migrated from GNU Make to CMake and removed the Makefile. (0.17.2)
hanez pushed to main at fun/fun 2025-10-02 20:20:51 +02:00
9c7a3d5953 Windows compile error fixed. (0.17.1)
hanez pushed to main at fun/fun 2025-10-02 20:08:27 +02:00
5dc322cbe8 Added basic PC/SC (WinSCard) smartcard support. (0.17.0)