luau/prototyping
ajeffrey@roblox.com 5a6e5c02b5 Fix smoke test
2022-02-10 12:03:37 -06:00
..
Examples Fix smoke test 2022-02-10 12:03:37 -06:00
FFI First draft interpreter 2022-02-09 14:23:25 -06:00
Luau Improved VarDec syntax 2022-02-10 11:13:13 -06:00
Properties Started on typechecking 2022-02-09 15:28:24 -06:00
.gitignore Prototyping a small subset of Luau in Agda (#350) 2022-02-08 18:26:58 -06:00
Examples.agda Improved typeToString 2022-02-09 18:31:55 -06:00
Interpreter.agda First draft interpreter 2022-02-09 14:23:25 -06:00
PrettyPrinter.agda Prototyping a small subset of Luau in Agda (#350) 2022-02-08 18:26:58 -06:00
Properties.agda Improved VarDec syntax 2022-02-10 11:13:13 -06:00
README.md Prototyping a small subset of Luau in Agda (#350) 2022-02-08 18:26:58 -06:00

Prototyping Luau

prototyping workflow

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 scientific vector

Then compile

  agda --compile PrettyPrinter.agda

and run!

  luau-ast Examples/SmokeTest.lua | ./PrettyPrinter