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

7
test/input/affect-err.l Normal file
View File

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