Lex the register number with the register name.
authorEric Anholt <eric@anholt.net>
Fri, 25 Aug 2006 16:46:18 +0000 (09:46 -0700)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:22 +0000 (15:54 +0000)
commit569990bf6b6f1d95ffa88981d0afe8b16626e4be
tree42c1739546855837cab48d806f21d26eb3750413
parent3d36079ae3f9cab993b7bbec68f6fa2fbfb60136
Lex the register number with the register name.

This avoids the need for a start condition to prevent for example g1.8<0,1,0>UW
being lexed as GENREG NUMBER LANGLE etc. rather than
GENREG INTEGER DOT INTEGER LANGLE etc.
assembler/gram.y
assembler/lex.l