From f8e9e31c8950955ccf9094254e4a9247800f5247 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 17 Mar 2021 19:57:19 +0000 Subject: [PATCH] readme that no one will ever read --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6755f7b --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Example of a contextual state machine implementation in C(++) + +Goal: + A PoC full C implementation of 'generator' functions in C using the rather janky `_Generic`. + Currently the implementation is in an extremely small subset of C++ using only a few templates to get around C's janky implementation of generics.