> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 03:02:28  up 1 day  3:18,  2 users,  load average: 0.56, 0.61, 0.63
This commit is contained in:
tracer-ysyx 2024-01-13 03:02:28 +08:00 committed by xinyangli
parent 1ec03cfb13
commit ace487b36e

View file

@ -12,7 +12,7 @@
%start input
%define api.value.type { uint32_t }
%parse-param { uint32_t *result }
%left '+' '-'
%left '-' '+'
%left '*' '/'
%%