mirror of
git://c9x.me/qbe.git
synced 2026-04-06 18:39:48 +00:00
add lexing sugar for backward compatibility
This commit is contained in:
parent
97cfdc309e
commit
3983c206f9
@ -160,7 +160,10 @@ lex()
|
|||||||
{ "b", TB },
|
{ "b", TB },
|
||||||
{ "d", TD },
|
{ "d", TD },
|
||||||
{ "s", TS },
|
{ "s", TS },
|
||||||
{ "loadw", OLoadsw }, /* for convenience */
|
{ "loadw", OLoad }, /* for convenience */
|
||||||
|
{ "loadl", OLoad },
|
||||||
|
{ "loads", OLoad },
|
||||||
|
{ "loadd", OLoad },
|
||||||
{ 0, TXXX }
|
{ 0, TXXX }
|
||||||
};
|
};
|
||||||
static char tok[NString];
|
static char tok[NString];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user