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