From 5a962171887b521ed55287078dccd6c7a590f47e Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 17 Sep 2024 09:55:07 -0400 Subject: [PATCH] Some notes on what to write. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3f924..09e3531 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # lcthw-utilities -This is a set of tiny utilities you can use in your code or to study. \ No newline at end of file +These are small "starter projects" that have miniature examples of a Finite State Machine and +Design-by-Contract system. The idea is if you start off with these two things already implemented +then they're easier to use. If you really want to learn them then re-implement them yourself. + +Notes +==== + +* Need to explain install process for C++. +* Need a Python version of both. +* Need a JavaScript DBC lib. +* More talk about why these two things are so useful.