Semi-Thue Engine, written in C89
Go to file
Devine Lu Linvega d24af00098 Added negative numbers support 2024-04-29 09:08:41 -07:00
examples Added arithmetic tests 2024-04-28 21:15:56 -07:00
old
src Added negative numbers support 2024-04-29 09:08:41 -07:00
.clang-format
.gitignore
LICENSE Added LICENSE 2024-04-06 09:45:39 -07:00
README.md Added print flag 2024-04-28 17:27:38 -07:00
makefile Added rest of ALU 2024-04-28 20:07:41 -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
	-p Print summary with refs count
	-n Infinite mode, no rewrites limit

Credits

Created by wryl, Paradigital.