aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2023-03-02 17:09:02 -0500
committerPaul Duncan <pabs@pablotron.org>2023-03-02 17:09:02 -0500
commit14419f066973d26192bea9b97707bd872af772c7 (patch)
treee32224d068e8df8f387127a10efa3721d4a269d8 /README.md
downloadsection-parse-examples-14419f066973d26192bea9b97707bd872af772c7.tar.bz2
section-parse-examples-14419f066973d26192bea9b97707bd872af772c7.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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).