Replies: 2 comments 2 replies
-
This is not really a question to me. Noone has ever told me where they are using ctpg. The branch I'm working on (term-groups) is a big step forward, it basically allows you to group similar operators, like the 11 assignment operators in C. From parser point of view they are the same. This greatly reduces the resources compiler uses to compile ctpg based parsers. |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a compile-time parser & plan generator of SQL. |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for writing this library. Is ctpg capable of parsing complex languages like C/C++? Have there been any open source big parsers with many rules and terms built on top of ctpg that I could refer to?
Beta Was this translation helpful? Give feedback.
All reactions