> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.75 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jan 25 23:27:52 UTC 2024 x86_64 GNU/Linux 19:40:09 up 1 day 5:16, 2 users, load average: 0.92, 0.96, 0.88
This commit is contained in:
parent
7cd29cee97
commit
a91e261593
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $[asgprt$][0-9pa][0-9]? {
|
||||||
}
|
}
|
||||||
return REGISTER;
|
return REGISTER;
|
||||||
}
|
}
|
||||||
[+\-*/()] { return *yytext; }
|
[+\-*/<=()] { return *yytext; }
|
||||||
[ \t] { }
|
[ \t] { }
|
||||||
. { printf("Unexpected character: %s\n", yytext); return YYerror; }
|
. { printf("Unexpected character: %s\n", yytext); return YYerror; }
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue