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

5
test/input/expression.l Normal file
View File

@@ -0,0 +1,5 @@
entier $a;
main()
{
ecrire(5 * 2);
}