1 unstable release
| 0.1.0 | Jan 15, 2019 |
|---|
#15 in #lark
103 downloads per month
Used in 19 crates
(15 directly)
10KB
247 lines
Debugging utilities
Implement DebugWith<Cx> for your type. Then, when using
debug! or whatever, do debug!("{}", foo.debug_with(cx)).
Extended debug info that does a deep print of Lark compiler internal structures.
For more information, see the main readme and internals doc.
Dependencies
~1MB
~19K SLoC