1
0
Fork 0
forked from fun/fun
Commit graph

28 commits

Author SHA1 Message Date
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
5c2273da69 The REPL can now be disabled at build time using -DFUN_WITH_REPL=OFF. (0.17.7) 2025-10-03 15:32:31 +02:00
f68d09c596 The REPL is now an option at compile time using -DFUN_WITH_REPL=ON. (0.17.6) 2025-10-03 01:29:14 +02:00
299771f091 Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
3282a2c098 Omg, I need to get some sleep... ;) (0.12.6) 2025-09-30 00:33:55 +02:00
df7492fc1d Reverted last commit. (0.12.5) 2025-09-30 00:27:54 +02:00
eb499c07c9 Fixed default FreeBSD make compatibility error. 2025-09-30 00:23:24 +02:00
0690504e00 Fixed build error on FreeBSD based systems. (0.7.1) 2025-09-27 23:14:25 +02:00
d25c4b616d Added Ctrl+left/right arrow key navigation (0.5.2) 2025-09-27 12:25:41 +02:00
c8d3fbea51 Added backward and forward navigation in the REPL to navigate within a typed string. 2025-09-27 11:14:37 +02:00
f3b979c07f Only cosmetics... ;) 2025-09-27 08:34:12 +02:00
f60c38ca06 Fixed some REPL issues like the history and version bump to 0.5. 2025-09-27 08:31:37 +02:00
32276ee898 Added path-completion and make the backspce key work in the REPL. 2025-09-27 08:14:10 +02:00
2b043fbad0 Some typo fixes reported by Clang. This is tested on Linux (Alpine and Artix) and FreeBSD. 2025-09-17 13:02:00 +02:00
c641599366 Some variable refactoring in vm.h and cleanups. 2025-09-16 11:59:48 +02:00
24f5f7517c More examples documentation and just small fixes. 2025-09-16 07:45:19 +02:00
d7843274ee Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
0e7fffcfe0 ufff 2025-09-15 08:39:41 +02:00
0b6cab8672 Added version header to REPL. 2025-09-15 01:24:02 +02:00
f31bf270bd REPL: Smarter multiline prompting by detecting open blocks via indentation, and when FUN_DEBUG is ON, append parse errors as comments to the history file. 2025-09-15 01:21:50 +02:00
08e7c9a623 More REPL enhancements. Type :help in the REPL to get more information. 2025-09-15 01:13:13 +02:00
0704640893 Some REPLK enhancements. Type :help in the REPL to get more information. 2025-09-15 01:02:19 +02:00
56289e87a2 Some REPL enhancements like a history, better error messages and some Makefile enhancements. 2025-09-14 22:35:23 +02:00
b69c8305f6 Added --help/-h and --version/-V. So, this is version 0.2.0 of Fun! :) 2025-09-14 21:59:26 +02:00
3a2afdea69 Added a simple REPL. 2025-09-14 18:42:23 +02:00
7d587fe11b Initial parser implementation that runs a simple hello_world.fun script. 2025-09-13 23:50:01 +02:00
13242d57b6 Some Makefile fixes and .gitignore update. 2025-09-13 05:16:32 +02:00
Renamed from src/main.c (Browse further)