#lark #interning #compiler #capabilities #data

bin+lib lark-intern

Interning capabilities for the Lark compiler

1 unstable release

0.1.0 Jan 15, 2019

#12 in #interning

Download history 35/week @ 2023-11-19 32/week @ 2023-11-26 26/week @ 2023-12-03 15/week @ 2023-12-10 38/week @ 2023-12-17 40/week @ 2023-12-24 1/week @ 2023-12-31 36/week @ 2024-01-07 29/week @ 2024-01-14 12/week @ 2024-01-21 11/week @ 2024-01-28 44/week @ 2024-02-04 29/week @ 2024-02-11 33/week @ 2024-02-18 53/week @ 2024-02-25 29/week @ 2024-03-03

154 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
~38K SLoC