···432432 raise NotImplementedError(f"exp {type(exp)} {exp}")
433433434434435435-# TODO(max): Emit constants into the const heap
436436-# The const heap must only point within the const heap
437437-# The const heap will never be scanned
438438-# The const heap can be serialized to disk and mmap'd
439439-440440-441435def compile_to_string(source: str, debug: bool) -> str:
442436 program = parse(tokenize(source))
443437