#lark #interning #compiler #capabilities #data

bin+lib lark-intern

Interning capabilities for the Lark compiler

1 unstable release

0.1.0 Jan 15, 2019

#28 in #lark

Download history 44/week @ 2024-07-22 33/week @ 2024-07-29 46/week @ 2024-08-05 28/week @ 2024-08-12 30/week @ 2024-08-19 27/week @ 2024-08-26 16/week @ 2024-09-02 28/week @ 2024-09-09 25/week @ 2024-09-16 60/week @ 2024-09-23 21/week @ 2024-09-30 40/week @ 2024-10-14 12/week @ 2024-10-21 19/week @ 2024-10-28 40/week @ 2024-11-04

111 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
~39K SLoC