StackLanguge / stack-language

The official impilmentation of the Stack programming language created by BookOwl
4 stars 1 forks source link

Import op #2

Closed towerofnix closed 8 years ago

towerofnix commented 8 years ago

The problem I was having when coding the import op was that I was importing from the primary stack implementation on my computer so I had to change a bunch of imports, wait, what?

BookOwl commented 8 years ago

Is there anyway that I can try the code before I merge it?

towerofnix commented 8 years ago

Yes! Just open up the import branch, and run the importer.stack program.

BookOwl commented 8 years ago

OK, great!

BookOwl commented 8 years ago

Great work! Merged.