Skip to content

dav8t/langcc.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

zig implementation of langcc

langcc can serve as a replacement for lex+yacc, but is much more powerful. langcc enables a completely new paradigm for developing programming languages based on iteratively improving the intuitive declarative specification of your language instead of laboriously updating your hand-written compiler frontend for every grammar change.

🔗 link to the paper: https://arxiv.org/abs/2209.08385

About

zig implementation of langcc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published