Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pclc/parser/pcl_lexer.py')
-rw-r--r--src/pclc/parser/pcl_lexer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pclc/parser/pcl_lexer.py b/src/pclc/parser/pcl_lexer.py
index 5a1563b..160af46 100644
--- a/src/pclc/parser/pcl_lexer.py
+++ b/src/pclc/parser/pcl_lexer.py
@@ -39,8 +39,10 @@ reserved = {
'first' : 'FIRST',
'import' : 'IMPORT',
'if' : 'IF',
+ 'in' : 'IN',
'input' : 'INPUTS',
'inputs' : 'INPUTS',
+ 'let' : 'LET',
'merge' : 'MERGE',
'new' : 'NEW',
'or' : 'OR',