Semi-Thue Engine, written in C89
Go to file
Devine Lu Linvega d8cefb2923 Improved examples 2024-04-15 14:59:48 -07:00
examples Improved examples 2024-04-15 14:59:48 -07:00
old Organized things a bit 2024-04-04 15:33:22 -07:00
src Fixed issue with cycles count 2024-04-15 12:08:27 -07:00
.clang-format
.gitignore
LICENSE Added LICENSE 2024-04-06 09:45:39 -07:00
README.md Immediate Mode Technologies -> Paradigital 2024-04-14 13:36:01 -07:00
makefile Fixed issue with empty plode register 2024-04-13 16:12:55 -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

Credits

Created by wryl, Paradigital.