mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[poincare] Explicitely ignore whitespaces when lexing
This commit is contained in:
committed by
EmilieNumworks
parent
7327f26953
commit
385328f46b
@@ -157,6 +157,7 @@ inf { poincare_expression_yylval.expression = new Undefined(); return UNDEFINED;
|
||||
\] { return RIGHT_BRACKET; }
|
||||
\, { return COMMA; }
|
||||
\. { return DOT; }
|
||||
[ ]+ /* Ignore whitespaces */
|
||||
. { return UNDEFINED_SYMBOL; }
|
||||
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user