prozak / rtk

1 stars 0 forks source link

grammar.pg issue #26

Closed prozak closed 11 years ago

prozak commented 11 years ago

Somewhy ImportsOpt is not added for quasiquotation tokens. Needs investigation

Unmyth commented 11 years ago

qq vars are not generated for optional rules. The reason is that optional rules have Maybe a type which cannot have additional qq constructors.

prozak commented 11 years ago

the workaround probably would be to create separate rule for Imports and use it inside ImportsOpt

prozak commented 11 years ago

there is another related issue #28. Maybe we should re-implement this part without type, but with data