drewrip / rascal

1 stars 0 forks source link

Develop a basic IR #3

Closed drewrip closed 1 month ago

drewrip commented 1 month ago

Adds a basic IR that more closely resembles the WebAssembly stack based model. The idea is to flatten our computation into a stack. This is done by inserting labels to help represent control flow information.