Worked around psuedo parameter binder bug that causes switch parameters to report a constant bool value regardless of explicit argument (Fixes #56)
Worked around psuedo parameter binder bug that causes invalid binding exceptions I didn't account for (Fixes #62)
Changed encoding of the document edit writer to unicode to fix a bug reported on discord where unicode characters were getting mangled (why am I using a byte stream instead of an List<char>? Because I had no idea what I was doing two years ago 🙃 )
List<char>
? Because I had no idea what I was doing two years ago 🙃 )