Skip to content

Commit 4603a59

Browse files
committed
Ajouts du type auto.
1 parent 76cc903 commit 4603a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TypeManager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ namespace FPL {
77
VOID,
88
INT,
99
DOUBLE,
10-
STRING
10+
STRING,
11+
AUTO
1112
// STRUCT -> pour l'oo
1213
};
1314

0 commit comments

Comments
 (0)