Préparation pour test intermediaire

- Analyseur lexical OK
- Analyseur syntaxyque OK
This commit is contained in:
2016-02-09 15:45:20 +01:00
parent 3b5b693f67
commit 755d2b6140
63 changed files with 8847 additions and 49 deletions

6
test/input/affect.l Normal file
View File

@@ -0,0 +1,6 @@
entier $a;
main()
{
$a = 1;
ecrire($a);
}