diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-07 00:45:12 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-07 00:45:12 +0300 |
| commit | 364d124b961f2334fd9d2d380163f17c6575c26e (patch) | |
| tree | 63904b369bb97849470e7a8d6a776b43c6eb4efc /parts | |
| parent | 653d4b248e18f71eebea57cb39895fdb68f5c885 (diff) | |
add readme
Diffstat (limited to 'parts')
| -rw-r--r-- | parts/symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/symbol.h b/parts/symbol.h index dea457e..e5e45d3 100644 --- a/parts/symbol.h +++ b/parts/symbol.h @@ -3,7 +3,7 @@ typedef unsigned int symbol; extern size_t total_symbols; -// extern char *symbol_to_str[] ... +extern char **symbol_to_str; extern int (*symbol_is_terminal)(symbol s); extern int (*symbol_is_input_end)(symbol s); |
