aboutsummaryrefslogtreecommitdiff

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).