Merge branch 'master' into jalon1/anri
This commit is contained in:
commit
99a124ce20
2 changed files with 2 additions and 23 deletions
|
@ -1,2 +1,2 @@
|
|||
nom1,prenom1,email1
|
||||
nom2,prenom2,email2
|
||||
KENNEL,Anri,anri.kennel@etu.u-paris.fr
|
||||
PENELOUX,Nicolas,nicolas.peneloux@etu.u-paris.fr
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
%{
|
||||
|
||||
open HopixAST
|
||||
|
||||
|
||||
%}
|
||||
|
||||
%token EOF
|
||||
%token<Int32.t> INT
|
||||
|
||||
|
||||
%start<HopixAST.t> program
|
||||
|
||||
%%
|
||||
|
||||
program: EOF
|
||||
{
|
||||
[]
|
||||
}
|
||||
|
||||
|
Reference in a new issue