https://github.com/bnorm/debuglog
https://github.com/bnorm/debuglog
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bnorm/debuglog
- Owner: bnorm
- License: apache-2.0
- Created: 2020-12-19T22:50:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T23:15:58.000Z (over 3 years ago)
- Last Synced: 2025-04-11T14:25:23.574Z (about 1 year ago)
- Language: Kotlin
- Size: 162 KB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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