Remove duplicate file
This commit is contained in:
parent
1a28d38886
commit
ac53e8865a
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
%{
|
|
||||||
|
|
||||||
open HopixAST
|
|
||||||
|
|
||||||
|
|
||||||
%}
|
|
||||||
|
|
||||||
%token EOF
|
|
||||||
%token<Int32.t> INT
|
|
||||||
|
|
||||||
|
|
||||||
%start<HopixAST.t> program
|
|
||||||
|
|
||||||
%%
|
|
||||||
|
|
||||||
program: EOF
|
|
||||||
{
|
|
||||||
[]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Reference in a new issue