You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser exported from pcg-language is known to be inefficient. It could benefit greatly from INLINEABLE and SPECIALISE pragmas in adding to the usage of "smarter" parser combinators such as takeWhile1P.
The parser exported from
pcg-languageis known to be inefficient. It could benefit greatly fromINLINEABLEandSPECIALISEpragmas in adding to the usage of "smarter" parser combinators such astakeWhile1P.