Replies: 1 comment
-
I guess it depends on what you mean by "combine" them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I like
pest
as I can just describe a grammar, while I likecstree
for building a concrete syntax tree without tree node allocations. Is there a way to combine them?Beta Was this translation helpful? Give feedback.
All reactions