#lark #interning #compiler

bin+lib lark-intern

Interning capabilities for the Lark compiler

1 unstable release

0.1.0 Jan 15, 2019

#30 in #lark

Download history 18/week @ 2025-09-18 41/week @ 2025-09-25 30/week @ 2025-10-02 12/week @ 2025-10-09 54/week @ 2025-10-16 47/week @ 2025-10-23 31/week @ 2025-10-30 28/week @ 2025-11-06 28/week @ 2025-11-13 32/week @ 2025-11-20 40/week @ 2025-11-27 28/week @ 2025-12-04 23/week @ 2025-12-11 38/week @ 2025-12-18 29/week @ 2025-12-25 32/week @ 2026-01-01

129 downloads per month
Used in 16 crates (14 directly)

Custom license

31KB
818 lines

Interning capabilities for the Lark compiler. Interning is the process of taking a complex structure, storing it in a storage, and referring to it by a simpler data value.

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

Dependencies

~2.5MB
~43K SLoC