Add support for negate and abs to source operands.

This commit is contained in:
Eric Anholt
2006-08-22 14:42:45 -07:00
committed by Damien Lespiau
parent 0d929b430b
commit dc96c56d9e
4 changed files with 214 additions and 183 deletions
+2
View File
@@ -64,6 +64,8 @@ int saved_state = INITIAL;
"}" { return RCURLY; }
"," { return COMMA; }
"." { return DOT; }
"-" { return MINUS; }
"(abs)" { return ABS; }
/* XXX: this lexing of register files is shady */
"acc" {