Semi-Thue Engine, written in C89
Go to file
Devine Lu Linvega e3316d6cbe Lambda should not print when application fail 2024-05-10 09:52:03 -07:00
examples Removed formatter for file input 2024-05-09 21:01:55 -07:00
src Lambda should not print when application fail 2024-05-10 09:52:03 -07:00
.clang-format Trying a c parser 2024-04-04 09:04:27 -07:00
.gitignore Trying a c parser 2024-04-04 09:04:27 -07:00
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 Abstracted copy string 2024-05-09 16:45:34 -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.