Tyler-Yates / Piety

CS 345H Final Project to implement the Piet programming language in Scala
4 stars 2 forks source link

Implement Internal DSL #21

Closed Tyler-Yates closed 9 years ago

Tyler-Yates commented 9 years ago

Implement an internal DSL to run Piet programs by defining the codels within the .scala files.

Tyler-Yates commented 9 years ago

The internal DSL works for a sample "Hello, world!" application. We should write some tests to have better confidence that it works in all cases.