#lark #debugging #internal

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

#15 in #lark

Download history 22/week @ 2025-10-04 20/week @ 2025-10-11 70/week @ 2025-10-18 50/week @ 2025-10-25 38/week @ 2025-11-01 39/week @ 2025-11-08 36/week @ 2025-11-15 47/week @ 2025-11-22 40/week @ 2025-11-29 37/week @ 2025-12-06 33/week @ 2025-12-13 53/week @ 2025-12-20 27/week @ 2025-12-27 34/week @ 2026-01-03 4/week @ 2026-01-10 28/week @ 2026-01-17

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

Custom license

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