|
|
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 |
|