Show HN: Cparse is an LR(1) and LALR(1) parser generator in C(github.com)3 points·by h2337·قبل 10 أشهر·2 commentsgithub.comShow HN: Cparse is an LR(1) and LALR(1) parser generator in Chttps://github.com/h2337/cparse2 commentsPost comment[–]fjfaase·قبل 10 أشهرreplyThis 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 أشهرreplyHe is also writing a OS right now