reader: implement read_sym and read_list

To be tested properly.
This commit is contained in:
2026-02-09 10:20:18 +00:00
committed by oreodave
parent d02174ea8b
commit b7fc5170b0
2 changed files with 37 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ typedef enum
{
READ_ERR_OK = 0,
READ_ERR_EOF,
READ_ERR_EXPECTED_CLOSED_BRACE,
READ_ERR_UNKNOWN_CHAR,
} read_err_t;