lambdacube3d / lambdacube-compiler

LambdaCube 3D is a Haskell-like purely functional language for GPU. Try it out:
http://lambdacube3d.com
Other
86 stars 9 forks source link

Megaparsec 7 Compatibility Fix #21

Open RiugaBachi opened 4 years ago

RiugaBachi commented 4 years ago

Some of these were simply function naming changes. P.State was updated to take an extra (ErrorFancy Void) parameter. Other than that, the changes were mostly updating ParseError to (NonEmpty ParseError), as runParse' now returns a ParseErrorBundle; the other field of which is simply discarded.