> 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:
tracer-ysyx 2024-02-08 19:40:09 +08:00 committed by xinyangli
parent 7cd29cee97
commit a91e261593

View file

@ -18,7 +18,7 @@ $[asgprt$][0-9pa][0-9]? {
}
return REGISTER;
}
[+\-*/()] { return *yytext; }
[+\-*/<=()] { return *yytext; }
[ \t] { }
. { printf("Unexpected character: %s\n", yytext); return YYerror; }
%%