Skip to content
  • Damien George's avatar
    py: Don't automatically intern strings in parser. · 5042bce8
    Damien George authored
    This completes non-automatic interning of strings in the parser, so that
    doc strings don't take up RAM.  It complicates the parser and compiler,
    and bloats stmhal by about 300 bytes.  It's complicated because now
    there are 2 kinds of parse-nodes that can be strings: interned leaves
    and non-interned structs.
    5042bce8