Show HN: Cparse is an LR(1) and LALR(1) parser generator in C(github.com)3 ポイント·投稿者 h2337·10 か月前·2 コメントgithub.comShow HN: Cparse is an LR(1) and LALR(1) parser generator in Chttps://github.com/h2337/cparse2 コメントコメントを投稿[–]fjfaase·10 か月前返信This is not an generator that generates code, like yacc/bison, but that dynamically constructs a data structure ('table') that the parsing engine uses to perform the parsing.[–]rurban·10 か月前返信He is also writing a OS right now