Crates.io | lark-intern |
lib.rs | lark-intern |
version | 0.1.0 |
source | src |
created_at | 2019-01-15 17:43:47.517933 |
updated_at | 2019-01-15 17:43:47.517933 |
description | Interning capabilities for the Lark compiler. |
homepage | |
repository | https://github.com/lark-exploration/lark/tree/master/components/lark-intern |
max_upload_size | |
id | 108736 |
size | 7,622 |
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.