perlang-org / perlang

The Perlang Programming Language
https://perlang.org
MIT License
16 stars 1 forks source link

(consoleapp) Remove custom `IConsole` implementations #456

Closed perlun closed 4 months ago

perlun commented 4 months ago

This is a preparation for rewriting the argument handling in Perlang, as one of the very first elements of the compiler to become self-hosted. Regretfully, this means that we will lose some of our test coverage, but we will have to revisit that aspect later.