Add visual note

This commit is contained in:
Bob Polis 2024-12-19 09:13:40 +01:00
parent 46c4a1ac97
commit 3a857e8980

View File

@ -6,6 +6,9 @@ implementation, to be found in the interpreter files. This could also be used as
a drop-in replacement for the compiler, by changing the appropriate line in a drop-in replacement for the compiler, by changing the appropriate line in
`main.cpp`. `main.cpp`.
> [!Note]
> Running `curly` without arguments, it will show the solution to the online puzzle. When run with file arguments, it will try to parse those files as Krul sources and run them.
## Building ## Building
Build using: Build using: