Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 274 Bytes

Chameleons

Chameleons is a system that use rewrite rules to build a Rewrite System.

TARGET: TESTLANG
RULES:

IdnentityMulti:
    {| a * 1 |} => {| a |}
IdentityPlus:
    {| a + 0 |} => {| a |}