Skip to content

Commit

Permalink
[constants] fix: dono not delimited by ~
Browse files Browse the repository at this point in the history
  • Loading branch information
uzuriel committed May 27, 2024
1 parent 8902ee6 commit 63ec07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DELIMS = {
'end': {'~', ' ', '\n'},
'data_type': {'[', ',', '(', ')', ' ', '~', '=', '-', '\n'},
'dono': {',', '(', ')', ' ', '=', '\n'},
'dono': {'~', ',', '(', ')', ' ', '=', '\n'},
'cwass': {'~', '[', '.', ',', '(', ')', ' ', '=', '\n'},
'bool': {'|', '&', ']', ',', ' ', '}', ')', '~', '\n'},
'conditional': {'[', '(', ' ', '\n'},
Expand Down

0 comments on commit 63ec07c

Please sign in to comment.