program-synthesis / abstract_syntax_trees.py
ayushnoori's picture
Extract constants and variables
a417ea3
raw
history blame
131 Bytes
'''
ABSTRACT SYNTAX TREES
This file contains Python classes that define the abstract syntax tree (AST) for program synthesis.
'''