summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-12 07:30:27 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-12 07:30:27 +0200
commit1d086299904873c9123ad3449b991eb301d8be05 (patch)
treed81018f9660e32739beed892b3ea1933a7a78ff3 /lex.h
parent100e1ed4d97d3958f8585d7d956ea0c4c9762f22 (diff)
work on consolidating typing in lexer
- define RawLine struct - change function signatures around
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lex.h b/lex.h
index ba2a666..b777d95 100644
--- a/lex.h
+++ b/lex.h
@@ -39,6 +39,9 @@ typedef enum {
WRITE_REDIR_TRUNC,
WRITE_REDIR_APPEND,
READ_REDIR,
+ L_PROC_SUB_IN,
+ L_PROC_SUB_OUT,
+ PAREN,
EOL,
} SpecialToken;