Is there an algorithm for a compiler compiler that generates a recursive descent parser?

63 views Asked by At

I have written an LR(1) compiler compiler and to me table generation is pretty straight forward. However today I found myself wondering if there is a general algorithm for generating a recursive decent parser. I know there are tools such as javacc that do this but I'm more interested in the general steps of this generation. Thanks in advance.

0

There are 0 answers