Semi-Thue Engine, written in C89
Go to file
Devine Lu Linvega f5cd5d3fa3 Removed extra check 2024-04-27 21:21:15 -07:00
examples Housekeeping 2024-04-27 21:12:14 -07:00
old
src Removed extra check 2024-04-27 21:21:15 -07:00
.clang-format
.gitignore
LICENSE
README.md
makefile Fixed issue with invalid lambda 2024-04-25 22:39:37 -07:00

README.md

Modal

Modal is a language based a model of computation that uses pattern matching and replacement to rewrite trees.

All Modal code is represented as a series of rules applied to a given tree, formatted textually as tokens delimited with parenthesis, which gets continually modified until no rules match any given part of the tree.

Build

cc src/modal.c -o bin/modal

Run

bin/modal examples/hello.modal
	-v Print version
	-q Quiet mode, no step printing
	-n Infinite mode, no rewrites limit

Credits

Created by wryl, Paradigital.