OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
186 stars 100 forks source link

`DMCompiler` needs making non-`static` #1829

Open amylizzle opened 2 weeks ago

amylizzle commented 2 weeks ago

Currently DMCompiler is static, and depends on a lot of other static functionality. Ideally it should be converted to a non-static class so we can use instances of it for tests and stuff.