From 6a4548df5e405adb080320080c67b7054b75bcaf Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 22 May 2023 23:56:50 -0500 Subject: implement MOV --- src/parser/grammar.jison | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/parser') diff --git a/src/parser/grammar.jison b/src/parser/grammar.jison index 4f4a433..c8de8a2 100644 --- a/src/parser/grammar.jison +++ b/src/parser/grammar.jison @@ -203,5 +203,3 @@ e label : LABEL { $$ = yytext; } ; - - -- cgit v1.2.1