Getting Started

You can try all the examples in this tutorial by launching a Scala REPL session,[1] and copy-pasting the following lines:

object IR extends squid.ir.SimpleAST
import IR.Predef._

[1] the simplest way of launching a REPL session is to clone the Squid repository, and in the cloned folder type sbt console (only requires having SBT installed).

To find complete installation info, please refer to the Installation – Getting Started section of the home page.