objmagic / LR

explore different techniques to generate LR(k) parsing code
MIT License
14 stars 1 forks source link

Existential unpacking #1

Open objmagic opened 9 years ago

objmagic commented 9 years ago

When reducing, we need to apply semantic function. However, the type of (any) semantic function cannot be recovered due to existential unpacking.