comparison python/asm.py @ 303:be7f60545368

Final fixups
author Windel Bouwman
date Fri, 06 Dec 2013 12:37:48 +0100
parents 1c7c1e619be8
children 084cccaa5deb
comparison
equal deleted inserted replaced
302:2ef2247f8dda 303:be7f60545368
1 #!/usr/bin/env python3
2
1 import re, argparse 3 import re, argparse
2 import pyyacc 4 import pyyacc
3 from ppci import Token, CompilerError, SourceLocation 5 from ppci import Token, CompilerError, SourceLocation
4 from target import Target, Label 6 from target import Target, Label
5 from asmnodes import ALabel, AInstruction, ABinop, AUnop, ASymbol, ANumber 7 from asmnodes import ALabel, AInstruction, ABinop, AUnop, ASymbol, ANumber