Merge branch 'master' of https://gaufre.informatique.univ-paris-diderot.fr/aguatto/compilation-m1-2023
This commit is contained in:
commit
eb29cc6f2f
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