Project Parser
* c_compiler from http://www.csd.uwo.ca/courses/CS447a/parts/ansi-c-grammar/
* calc from the bison documentation
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashfor i in {1..1000};do ./client & if [ $? == 0 ]; then printf "Starting process\n"; fidone;