Closed tinywombat765 closed 3 years ago
Describe the bug String literals cannot have parenthesis in them.
To Reproduce Declare a string literal with parenthesis in it
koas> str test = "()" Syntax error: Module: /home/zethra/Projects/Personal/chaos-regex/__interactive__.kaos Line: 7 Cause: "\n\n\nprint test\ntest = "
Expected behavior I get a string
Environment:
x86_64
@zethra the issue fixed with:
Describe the bug String literals cannot have parenthesis in them.
To Reproduce Declare a string literal with parenthesis in it
Expected behavior I get a string
Environment:
x86_64