Langcc: A Next-Generation Compiler Compiler

langcc is a tool that takes the formal description of a language, in a standard BNF-style format, and automatically generates a compiler front-end, including data structure definitions for the language’s abstract syntax trees (AST) and traversals, a lexer, a parser, and a pretty-printer.

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

1 Like