Mercurial > lcfOS
diff python/zcc.py @ 318:e84047f29c78
Add burg and yacc initial attempts
author | Windel Bouwman |
---|---|
date | Tue, 31 Dec 2013 12:38:15 +0100 |
parents | e30a77ae359b |
children | 44f336460c2a |
line wrap: on
line diff
--- a/python/zcc.py Sun Dec 22 15:50:59 2013 +0100 +++ b/python/zcc.py Tue Dec 31 12:38:15 2013 +0100 @@ -118,7 +118,6 @@ # Parse arguments: parser = argparse.ArgumentParser(description='lcfos Compiler') -# Input: parser.add_argument('source', type=argparse.FileType('r'), \ help='the source file to build', nargs="+") parser.add_argument('-i', '--imp', type=argparse.FileType('r'), \