Example #1
0
    def compile(self, ast):
        """Compile a `quichem` AST into a string of the compiled
        tokens.

        """
        return ''.join(Compiler.compile(self, ast))