Parser
Parser copied to clipboard
borrowed ast and default builtin types to immutable - String -> Box<str> etc
An alternative to this is that we could try using compact_str to avoid allocating for strings shorter than 24 bytes.