Semi-Thue Engine, written in C89
Go to file
Devine Lu Linvega 6e0d3bb9e0 New explode/join registers 2024-04-17 10:35:40 -07:00
examples Added string_join example 2024-04-16 12:17:11 -07:00
old Organized things a bit 2024-04-04 15:33:22 -07:00
src New explode/join registers 2024-04-17 10:35:40 -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 unwrapping rues 2024-04-15 15:58:38 -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.