Skip to content

Commit

Permalink
Update Keywords.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Nov 5, 2022
1 parent 5cd031e commit 0aaf72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-py/Keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ class KW(Enum):
'[', ']', '(', ')', '{', '}', ',',
'>', '<', '<=', '>=', '!=', 'is', 'aint'
}
OP_BUILT_IN_FUNCTIONS: Final = {'to_string', 'to_int', 'to_float', 'length'}
OP_BUILT_IN_FUNCTIONS: Final = {'to_string', 'to_int', 'to_float', 'length'}

0 comments on commit 0aaf72f

Please sign in to comment.