README.txt 279 B

1234567891011
  1. This example derives from the 'overview' and demonstrates how to provide
  2. a parser for a make-like language.
  3. The script files read are named 'cbit'
  4. To create the build tool:
  5. ./create_it.sh
  6. To use on the file cbit which creates a program out of main.c:
  7. ./cbd clean build