Remove duplicate file

This commit is contained in:
Adrien Guatto 2023-10-09 13:28:15 +02:00
parent 1a28d38886
commit ac53e8865a

View file

@ -1,21 +0,0 @@
%{
open HopixAST
%}
%token EOF
%token<Int32.t> INT
%start<HopixAST.t> program
%%
program: EOF
{
[]
}