aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1735fc9c1d8f806609ab33ddfaae65f3fa0faa8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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).