StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

parser misses error case #202

Open bchurchill opened 9 years ago

bchurchill commented 9 years ago

the parser will accept code like

jne .foo:

where it uses the label ".foo:" instead of the intended ".foo". Should trigger an error instead.