diff options
| 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 |
| commit | 1d086299904873c9123ad3449b991eb301d8be05 (patch) | |
| tree | d81018f9660e32739beed892b3ea1933a7a78ff3 /lex.h | |
| parent | 100e1ed4d97d3958f8585d7d956ea0c4c9762f22 (diff) | |
work on consolidating typing in lexer
- define RawLine struct
- change function signatures around
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
