Ajout arbre abstrait au test

This commit is contained in:
2016-03-08 14:12:59 +01:00
parent b99867ed91
commit 2d23d0dc3a
7 changed files with 632 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<prog>
<l_dec>
<varDec>$a</varDec>
</l_dec>
<l_dec>
<foncDec>
main
<l_instr>
<instr_ecrire>
<opExp>
fois
<intExp>5</intExp>
<intExp>2</intExp>
</opExp>
</instr_ecrire>
</l_instr>
</foncDec>
</l_dec>
</prog>