From 64fcf8810b7498dfc53bff367ddafe03d3a07cf7 Mon Sep 17 00:00:00 2001 From: Colin Holzman Date: Wed, 24 Mar 2021 07:15:06 -0400 Subject: [PATCH] Added work in progress to readme. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1b8493e..9c33bbf 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Makina +**Makina is a work in progress. Use at your own risk.** + Makina is a hierarchical state machine source-to-source translator. It takes state machine descriptions as input and produces C language implementations of those state machines. ## [Demo](https://clnhlzmn.github.io/Makina-demo/)