Viewing profile — 4leafclover
4leafclover
HN member- Joined
- Fri, Mar 20, 2026, 6:46 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About 4leafclover
No profile information was provided.
Recent public activity
-
comment
Comment #47458919
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.