From 14419f066973d26192bea9b97707bd872af772c7 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 2 Mar 2023 17:09:02 -0500 Subject: initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1735fc9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Section Parsing Examples +======================== + +Section parsing examples for Alonzo in several languages. + +The files in this directory are as follows: + +* `input.txt`: example input file. +* `README.txt`: top-level documentation. +* `section-parse.c`: C section parser. See header comment for + build command. +* `section-parse.go`: Go section parser. +* `section-parse.py`: Python section parser. +* `section-parse.rb`: Ruby section parser. +* `section-parse-insane.py`: Python section parser (insane version). +* `section-parse-insane.rb`: Ruby section parser (insane version). -- cgit v1.2.3