From 088d029eeb05d40e13af19f84be4d60a9d8bd10d Mon Sep 17 00:00:00 2001 From: Bill Hails Date: Wed, 24 Jan 2024 16:07:46 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29501bc..13b1d5d 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,9 @@ Rather than forcing a requirement on an external library like opted to incorporate a much smaller, public domain implementation from [983](https://github.com/983/bigint), only slightly amended to play nice with the CEKF memory management and garbage collection. + +## Code Generation + +While not properly part of the language description, I'm using some +hand-written code generators to make development easier and they're +documented [here](docs/CODEGEN.md).