j
k
j a
j l
Nit, `"#"` is being parsed as atom 0.
```suggestion:-5+0 do { if (*ptr < '0' || *ptr > '9') return 0; ret = ret * 10 + *ptr++ - '0'; if (ret > 0xffff) return 0; } while (ptr < end); ```
Back to the thread
Back to the list