mewmew / uc

A compiler for the µC language.
58 stars 5 forks source link

lexer: Gocc test-cases fail for new definition of TypeName #28

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

ref: https://travis-ci.org/mewmew/uc/builds/119698507

mewmew commented 8 years ago

From https://github.com/mewmew/uc/issues/27#issuecomment-207892375:

With commit f7c2633 we are back to using ident for the TypeName production rule, thus handling the Lexer Hack in the same way as Clang. Closing this issue for now. We can easily re-open it later, if after discussion we would prefer to solve this issue in some other way.

This issue was thus resolved by the aforementioned commit related to issue #27.