Hacker News new | ask | show | jobs
by jzimmerman64 1360 days ago
As far as we are aware, the grammars included with langcc (go.lang and py.lang) parse the full industrial programming languages Golang 1.17.8 and Python 3.9.12. They are not restricted subsets (even though cc.lang is a restricted subset of C++).
1 comments

Thank you, that's impressive. Good work.