kostacivos/kostacivos/parser.py

13 lines
205 B
Python

#!/usr/bin/env python3
import parser
import ast
def parser(self, source):
tree = ast.parse(source)
return tree
def linker(self, node):
# e' da leggere il codice
#linker(source, glob())