From b93ad61b66d3eb5da39a00958051fea36851eaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Mon, 20 Mar 2023 19:42:29 +0100 Subject: [PATCH] Add skeleton of modules documentation. --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 3e6f6ac..d568f96 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Build requirements: * Chicken Scheme 5 * make (tested with GNU make) +Building static binary: + + make brmsaptool-static + It is possible to run the main tool as script with Chicken Scheme interpreter and POSIX-compatible shell for the purpose of development. @@ -59,8 +63,33 @@ Development requirements: Functional Modules ------------------ +### Configuration + +### Member File + +### Member Record + +### Member Base + +### Month + +### Period + +### Primes + Support Modules --------------- +### ANSI +### Command Line parsing +### Dictionary + +### Listing + +### Progress + +### Testing + +### Utils