1
0
Fork 0
forked from fun/fun
Commit graph

114 commits

Author SHA1 Message Date
b16a42a4a7 Some echo()/print() fixes. (0.37.12) 2025-12-13 02:24:23 +01:00
87f540797b Added an OS based random number generator (RNG). (0.37.11) 2025-12-13 01:14:17 +01:00
1eacf9411c ./make script update. (0.37.10) 2025-12-12 04:52:18 +01:00
ea6553fb19 Added a simple Bash based ./make script to make development more fun. (0.37.9) 2025-12-12 02:34:47 +01:00
5b90ff497c Added support to build Fun using musl libc instead glibc on a glibc based system (-DFUN_USE_MUSL). Alpine will ignore this feature... ;) (0.37.8) 2025-12-12 00:56:52 +01:00
3f586a90e1 Added some basic static linking stuff to CMakeLists.txt for testing things. (-DFUN_LINK_STATIC=ON). (0.37.7) 2025-12-11 23:18:51 +01:00
4039abd10d Added new example that shows the usage of random_int() and random_seed(). Related parser fixes. (0.37.6) 2025-12-11 22:51:23 +01:00
40584f27f5 Some parser refactoring for more fun developing Fun. (0.37.5) 2025-12-11 19:49:35 +01:00
8b9b9249fd Just more Fun. (0.37.4) 2025-12-11 03:31:27 +01:00
2927f88340 Some more housekeeping. Destroys nothing, but makes some things easier. (0.37.3) 2025-12-11 03:14:20 +01:00
ebae80cf44 Some housekeeping. (0.37.2) 2025-12-11 01:28:38 +01:00
b2986075cb Some XML examples documentation fixes. (0.37.1) 2025-12-10 23:42:00 +01:00
26ddaf161e Added more exception handling after debugging ./examples/byte_for_demo.fun. (0.37.0) 2025-12-10 23:27:06 +01:00
ccd03d3bec Split ./src/vm/ini/* opcodes into seperate files. (0.36.3) 2025-12-10 18:32:03 +01:00
b1e1160bff Added echo to output data wthout a newline. (0.36.2) 2025-12-10 00:30:24 +01:00
9dc8afc387 Added some more datetime stdlib Fun with examples. And some permission fixes. (0.36.1) 2025-12-10 00:00:46 +01:00
6da1861e12 Added very basic Tk (Tcl) support using. (0.36.0) 2025-12-09 23:13:12 +01:00
66bed28023 Some minimal fixes for more Fun. (0.35.2) 2025-12-09 05:19:08 +01:00
db450a871c Added some more libxml2 examples to Fun. (0.35.1) 2025-12-09 04:31:41 +01:00
e65756226d Added very basic XML support using libxml2. (0.35.0) 2025-12-09 03:59:49 +01:00
8fa142e763 Some more .ini Fun. (0.34.1) 2025-11-30 03:33:18 +01:00
fb5670a699 Added support for .ini files (iniparser). (0.34.0) 2025-11-30 02:44:14 +01:00
56712206d1 Added support for libSQL as an compatible alternative for SQLite. (0.33.0) 2025-11-27 00:42:47 +01:00
9416ec3457 Added SQLite support and updated the Handbook. (0.32.0) 2025-11-26 22:21:31 +01:00
3411a4d846 Added CRC32 and CRC32C classes to stdlib. (0.31.0) 2025-11-26 20:36:40 +01:00
4d82d73515 Added libcurl (cURL) support. (0.30.0) 2025-11-26 00:35:22 +01:00
d9804d9bf8 Added PCRE2 support. (0.29.0) 2025-11-25 22:52:43 +01:00
afb0e8cd3a Added JSON support. (0.28.0) 2025-11-25 00:51:48 +01:00
4056ef2ce0 Hmmm... (0.27.2) 2025-10-18 06:46:00 +02:00
48f5c3e313 Some debug fixes. (0.27.1) 2025-10-18 06:28:39 +02:00
0914fdf579 CMake 3.10 is required to build Fun. No code changes. (0.27.0) 2025-10-13 02:54:56 +02:00
92d669a409 Added some more server socket fun and examples. (0.27.0) 2025-10-13 02:18:32 +02:00
6d9b082945 Fixed compile error for Alpine/musl. (0.26.6) 2025-10-13 00:50:42 +02:00
323ea523e1 Windows MSVC compile fix. (0.26.5) 2025-10-09 01:15:35 +02:00
87da9ce03c Went back to C99. No need for C11. (0.26.4) 2025-10-09 00:43:17 +02:00
2e1b64bfd9 Reverted some cosmetics to make Fun fun again... ;) (0.26.3) 2025-10-06 18:50:14 +02:00
9614100903 Some REPL update... (0.26.2) 2025-10-06 06:39:24 +02:00
32f0026140 Changed the prompt to not show the input using >, but : instead(). (0.26.1) 2025-10-06 06:22:44 +02:00
a014b963c2 Tons of more debug capabilities.(0.26.0) 2025-10-06 05:53:30 +02:00
c71857a068 Jump into REPL when executing with --repl-on-error and an error occurs, when the REPL is builtin you will have access to the full stack then. (0.25.0) 2025-10-06 04:10:36 +02:00
41fa946f1c Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
95eba1eb12 Made Booleans a first-class type. (0.23.0) 2025-10-04 17:34:23 +02:00
bd51aea318 Added backtrace via --trace option and a lot more helpful information for debugging. (0.22.0) 2025-10-04 17:03:41 +02:00
9ac42c6ed1 Added EXIT opcode to make it possible to return exit codes to the shell. (0.21.4) 2025-10-04 13:02:29 +02:00
e2e2ac6a66 Added Thread class to stdlib. (0.21.3) 2025-10-04 12:46:53 +02:00
cde0c45ea3 Some more UNIX socket stdlib Fun. (0.21.2) 2025-10-04 12:34:42 +02:00
696906d67e Bug fixes. (0.21.1) 2025-10-04 03:07:51 +02:00
d546632cd4 Basic sockets (0.21.0) 2025-10-04 02:52:30 +02:00
94602f0855 Added some standard C regex implementation. (0.20.0) 2025-10-04 01:49:22 +02:00
63edf97aba Added some date/time basics. (0.19.0) 2025-10-04 00:49:05 +02:00