Merge pull request #47 from tomazsustar/conditional-operator-fix

bugfix #46 adding question mark to lexer
This commit is contained in:
Dustin Spicuzza 2023-03-22 11:23:35 -05:00 committed by GitHub
commit 7d302fdf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,7 @@ class PlyLexer:
"=",
"'",
".",
"?",
]
#