2024-11-26 14:34:16 +01:00
2023-11-05 00:49:55 +00:00
2021-09-24 14:55:19 +02:00
2020-09-01 16:12:41 +02:00
2024-11-22 15:46:26 +01:00
2024-03-28 15:25:08 +01:00
2023-11-05 00:49:38 +00:00
2024-11-26 14:34:16 +01:00

curly — Working solution to the Krul puzzle

This tool will run a small compiler which implements the language from the (Krul puzzle)[https://bobpolis.com/krul/]. The sources also contain an older 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 main.cpp.

Building

Build using:

make,

but first install the dependencies:

Install

sudo make install

or, on OpenBSD:

doas gmake install

Run

curly

Description
Working solution in C++ for the Krul puzzle on my website.
Readme 163 KiB
Languages
C++ 72.8%
Makefile 21.3%
Awk 4%
HTML 1.9%