#lark #debugging #compiler #internal #info #deep #print

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

#10 in #lark

Download history 123/week @ 2024-03-29 46/week @ 2024-04-05 51/week @ 2024-04-12 52/week @ 2024-04-19 62/week @ 2024-04-26 55/week @ 2024-05-03 60/week @ 2024-05-10 50/week @ 2024-05-17 47/week @ 2024-05-24 40/week @ 2024-05-31 28/week @ 2024-06-07 51/week @ 2024-06-14 55/week @ 2024-06-21 23/week @ 2024-06-28 14/week @ 2024-07-05 34/week @ 2024-07-12

139 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