Changed the lexer to accept the STEP reserved word
This commit is contained in:
parent
6693a8b8b9
commit
e1056dd0c9
|
@ -66,7 +66,7 @@ $vertSpace = [\r\n]
|
|||
| "PRI" | "PROC" | "PROCESSOR" | "PROTOCOL"
|
||||
| "REAL32" | "REAL64" | "RECORD" | "REM" | "RESHAPES"
|
||||
| "RESULT" | "RETYPES" | "ROUND"
|
||||
| "SEQ" | "SIZE" | "SKIP" | "STOP"
|
||||
| "SEQ" | "SIZE" | "SKIP" | "STEP" | "STOP"
|
||||
| "TIMER" | "TIMES" | "TRUE" | "TRUNC" | "TYPE"
|
||||
| "VAL" | "VALOF"
|
||||
| "WHILE" | "WORKSPACE"
|
||||
|
|
Loading…
Reference in New Issue
Block a user