aboutsummaryrefslogtreecommitdiff
path: root/lib/forlanlex.l
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forlanlex.l')
-rw-r--r--lib/forlanlex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/forlanlex.l b/lib/forlanlex.l
index 8b3d29a..8df6d80 100644
--- a/lib/forlanlex.l
+++ b/lib/forlanlex.l
@@ -83,6 +83,8 @@ continue return CONTINUE;
! return NOT;
"&&" return AND;
"||" return OR;
+"==" return EQ;
+"!=" return NE;
{IDC}{IDC}* { grecs_line_begin();
grecs_line_add(yytext, yyleng);
yylval.string = grecs_line_finish();

Return to:

Send suggestions and report system problems to the System administrator.