parent
f94f73b36f
commit
5a96217188
@ -1,3 +1,13 @@ |
|||||||
# lcthw-utilities |
# lcthw-utilities |
||||||
|
|
||||||
This is a set of tiny utilities you can use in your code or to study. |
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. |
||||||
|
Loading…
Reference in new issue