diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-07 00:45:12 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-07 00:45:12 +0300 |
commit | a6cb97af1a2a5491f54fcfa7064641dc0aafd898 (patch) | |
tree | 63904b369bb97849470e7a8d6a776b43c6eb4efc /parts | |
parent | b4261ac4a79651bd8fd1bd03d38bbf49ee89b615 (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); |