Skip to content

Commit 459fba5

Browse files
committed
Ajout de l'opérateur "|"
1 parent 6607649 commit 459fba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TokenBuilding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ namespace FPL {
8989
case '<':
9090
case ';':
9191
case ',':
92+
case '|':
9293
if (currentToken.mType != CHAINE_LITERAL) {
9394
endToken(currentToken, tokens);
9495
currentToken.mType = OPERATEUR;

0 commit comments

Comments
 (0)