Modal Ordinator, written in C99(X11)
Go to file
Devine Lu Linvega 92cbd8d31b Completed dvd example 2024-05-08 19:49:47 -07:00
examples Completed dvd example 2024-05-08 19:49:47 -07:00
src Housekeeping 2024-05-08 19:28:07 -07:00
.clang-format Connected display 2024-04-30 09:39:52 -07:00
.gitignore Init 2022-07-22 19:09:37 -07:00
LICENSE Connected display 2024-04-30 09:39:52 -07:00
README.md Connected display 2024-04-30 09:39:52 -07:00
makefile Completed dvd example 2024-05-08 19:49:47 -07:00

README.md

Thuesday

An ordinator for the Modal semi-thue, written in ANSI C. The emulator contains a few linux specific utilities in the Console device to allow for it to interface with the unix systems.

Building

Graphical

All you need is X11.

gcc -Os -DNDEBUG -g0 -s src/modal.c src/thuesday.c -o bin/thuesday -lX11

Usage

The first parameter is the modal file, the subsequent arguments will be accessible to the read register.

bin/thuesday etc/hello.modal

Need a hand?

The following resources are a good place to start:

Contributing

Submit patches using git send-email to the ~rabbits/public-inbox mailing list.