On Mon Sep 8 09:45:58 2025 +0000, Rémi Bernon wrote:
Can this ever return 0? Should we return 0 on NUL char or invalid token maybe?
Yes, I have moved the NUL/EOF check to `get_token`. Also, Bison already defines `AQS_UNDEF`, so TK_ILLEGAL isn't needed.