generated parser understands tuples

This commit is contained in:
Andrew Kelley
2015-11-06 22:11:47 -07:00
parent 4ecb37a8a4
commit 72be61fc0a
7 changed files with 244 additions and 51 deletions

View File

@@ -28,7 +28,6 @@ static int usage(const char *arg0) {
fprintf(stderr, "Usage: %s [command] [options] target\n"
"Commands:\n"
" build create an executable from target\n"
" link turn a .o file into an executable\n"
"Options:\n"
" --output output file\n"
" --version print version number and exit\n"