orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Remove dependences between orc.ast and other packages #183

Open arthurp opened 7 years ago

arthurp commented 7 years ago

Make orc.ast as standalone as possible. It should be possible to use orc.ast without importing any of the runtime and just a few utilities from orc.util and a few universal API classes from the orc package.