snirk-lang / protosnirk

The beginnings of a programming language
MIT License
1 stars 1 forks source link

`pipeline` module #69

Closed SnirkImmington closed 6 years ago

SnirkImmington commented 6 years ago

This PR adds basic "runners" in the pipeline module. This is similar to Rust's drivers, objects which organize the compilation process between the passes. I expect these to change in the future.

This PR is the first step towards #47.

Closes #56.