Ginkgo icon indicating copy to clipboard operation
Ginkgo copied to clipboard

Moving Towards a Recursive Down Front End

Open AinsleySnow opened this issue 8 months ago • 0 comments

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.

AinsleySnow avatar Jun 17 '24 10:06 AinsleySnow