kparser - small, readable parser for K
Summary
kparser is a small, readable parser for the K language implemented in a single C file. The piece explains the design, grammar, AST shapes, and code layout, highlighting hand-rolled parsing decisions and future work. It serves as a practical open-source reference for learning language parsing and K grammar.