diff options
| author | mryouse | 2022-05-13 04:19:38 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-13 04:19:38 +0000 |
| commit | 5f019f545a7214c0c7c6cc8d789886ebfcb93eba (patch) | |
| tree | cc62936206df80797fd73a181e81103c31b2ace8 /lexer.py | |
| parent | bb3bb065d57546370451dd9579cbad2f08758108 (diff) | |
add a shell-pipe command
Diffstat (limited to 'lexer.py')
| -rw-r--r-- | lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OPEN_BRACE = "[" CLOSE_BRACE = "]" DIGITS = "0123456789" LETTERS = "abcdefghijklmnopqrstuvwxyz" -PUNCTUATION = "-_!*$@%^&=+/?<>~" +PUNCTUATION = "|-_!*$@%^&=+/?<>~" SYMBOL_VALS = list(LETTERS + LETTERS.upper() + DIGITS + PUNCTUATION) |
