orc-lang / orc

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

Eliminate OrcRuntimeProvides and replace with Backend's Runtime where needed #202

Open arthurp opened 6 years ago

arthurp commented 6 years ago

Any elements of OrcRuntimeProvides which are still needed could be lifted into utility classes which are only used by some Backends.

Derived from discussion in #199.