An open API service indexing awesome lists of open source software.

https://github.com/bnorm/debuglog


https://github.com/bnorm/debuglog

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# debuglog

Recreation of [`debuglog` by Kevin Most][debuglog] as a Kotlin IR compiler
plugin. Reference compiler plugin for the article series ["Writing Your Second
Kotlin Compiler Plugin"][part-1].

[debuglog]: https://github.com/kevinmost/debuglog
[part-1]: https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1