Comment by 4leafclover
3 days ago
Very nice read!
Though I think the definition of the parser struct should be
struct parser {
const char* s;
const char* p;
struct grid* g;
};
based on the rest of the code.
3 days ago
Very nice read!
Though I think the definition of the parser struct should be
struct parser {
const char* s;
const char* p;
struct grid* g;
};
based on the rest of the code.
No comments yet
Contribute on Hacker News ↗