luau/prototyping/README.md
2022-02-02 19:01:33 -06:00

442 B

Prototyping Luau

An experimental prototyping system for the Luau type system. This is intended to allow core language features to be tested quickly, without having to interact with all the features of production Lua.

Building

First install Haskell and Agda.

Install dependencies:

  cabal update
  cabal install --lib aeson

Then compile

  agda --compile Main.agda

and run!

  echo '{"some": "JSON"}' | ./Main