> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 21:42:03 up 20:32, 1 user, load average: 0.23, 0.24, 0.19
This commit is contained in:
@ -45,8 +45,8 @@ static struct rule {
|
||||
{" +", TK_NOTYPE}, // spaces
|
||||
{"\\+", '+'}, // plus
|
||||
{"==", TK_EQ}, // equal
|
||||
{"!=", TK_NEQ}, // not equal
|
||||
{"&&", TK_AND}, // and
|
||||
{"\\!=", TK_NEQ}, // not equal
|
||||
{"\\&\\&", TK_AND}, // and
|
||||
|
||||
{"-", '-'}, // sub
|
||||
{"\\*", '*'}, // mul
|
||||
|
Reference in New Issue
Block a user