ohua-dev / ohua-core

Core Haskell library for the compiler
https://ohua-dev.github.io
Eclipse Public License 1.0
5 stars 0 forks source link

[Feature] Compiler logging #5

Closed JustusAdam closed 5 years ago

JustusAdam commented 6 years ago

For debugging purposes it would be good to have logging capabilities for the compiler, preferably configurable, such as printing of intermediate representations.

This might have to be partly implemented by the adapters.

JustusAdam commented 6 years ago

Implemented basic logging by copying code from monad-logger. We still need the configuration though.

sertel commented 5 years ago

We have that too now with the staging.