feat: uplc g1 and g2 literal parsing

This commit is contained in:
rvcas
2023-11-06 17:25:49 -05:00
committed by Lucas
parent 6ce85e1662
commit 90aea6476a
8 changed files with 260 additions and 223 deletions

View File

@@ -63,7 +63,7 @@ impl Interner {
}
}
fn intern(&mut self, text: &str) -> Unique {
pub fn intern(&mut self, text: &str) -> Unique {
if let Some(u) = self.identifiers.get(text) {
*u
} else {