Do not follow this link

~rabbits/thuesday

Semi-Thue Ordinator, written in C99(X11)
Completed dvd example
Added text example

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/thuesday
read/write
git@git.sr.ht:~rabbits/thuesday

You can also use your local clone with git send-email.

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

Do not follow this link