#lark #debugging #debug-info #compiler #internal #deep #structures

nightly lark-debug-with

Extended debug info that does a deep print of Lark compiler internal structures

1 unstable release

0.1.0 Jan 15, 2019

#12 in #lark

24 downloads per month
Used in 19 crates (15 directly)

Custom license

10KB
247 lines

Extended debug info that does a deep print of Lark compiler internal structures.

For more information, see the main readme and internals doc.


lib.rs:

Debugging utilities

Implement DebugWith<Cx> for your type. Then, when using debug! or whatever, do debug!("{}", foo.debug_with(cx)).

Dependencies

~1MB
~16K SLoC