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
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
I wanted to experiment with the desugarer, trying to understand the paper ("The Essence of JavaScript") so I spent a bit of time making it buildable. For the record, here's what eventually worked:
ghc-7.0.4
language-ecmascript ==0.10 constraint in LambdaJS.cabal
Patched language-ecmascript-0.10 to remove spurious hiding clauses in src/language/ECMAScript3/Syntax/Arbitrary.hs
That said, once I finally got it building, the output from the desugarer is not very human friendly :(
Anyway, just reporting here in case it's useful to anyone.
The text was updated successfully, but these errors were encountered:
I wanted to experiment with the desugarer, trying to understand the paper ("The Essence of JavaScript") so I spent a bit of time making it buildable. For the record, here's what eventually worked:
ghc-7.0.4
language-ecmascript ==0.10
constraint inLambdaJS.cabal
language-ecmascript-0.10
to remove spurioushiding
clauses insrc/language/ECMAScript3/Syntax/Arbitrary.hs
That said, once I finally got it building, the output from the desugarer is not very human friendly :(
Anyway, just reporting here in case it's useful to anyone.
The text was updated successfully, but these errors were encountered: