Ginkgo
Ginkgo copied to clipboard
Moving Towards a Recursive Down Front End
The C grammar defined in the C23 standard is difficult to be parsed using the bison-generated LALR parser.
So I decide to rewrite the front end using recursive down algorithm.
I will create a new branch called 'descent' and push my progress there.