README.rst
setup.py
FoxySheep/__init__.py
FoxySheep/__main__.py
FoxySheep/lexer_base.py
FoxySheep/parser.py
FoxySheep/post_parser.py
FoxySheep/version.py
FoxySheep.egg-info/PKG-INFO
FoxySheep.egg-info/SOURCES.txt
FoxySheep.egg-info/dependency_links.txt
FoxySheep.egg-info/entry_points.txt
FoxySheep.egg-info/requires.txt
FoxySheep.egg-info/top_level.txt
FoxySheep/errors/__init__.py
FoxySheep/errors/error_handler.py
FoxySheep/foxy_types/__init__.py
FoxySheep/foxy_types/types.py
FoxySheep/generated/FullFormLexer.py
FoxySheep/generated/FullFormListener.py
FoxySheep/generated/FullFormParser.py
FoxySheep/generated/FullFormVisitor.py
FoxySheep/generated/InputFormLexer.py
FoxySheep/generated/InputFormListener.py
FoxySheep/generated/InputFormParser.py
FoxySheep/generated/InputFormVisitor.py
FoxySheep/generated/__init__.py
FoxySheep/scoping/Scope.py
FoxySheep/scoping/Symbol.py
FoxySheep/scoping/VirtualSymbols.py
FoxySheep/scoping/__init__.py
FoxySheep/transform/__init__.py
FoxySheep/transform/if2py.py
FoxySheep/transform/if_transform.py
FoxySheep/tree/__init__.py
FoxySheep/tree/functions.py
FoxySheep/tree/nodes.py
FoxySheep/tree/pretty_printer.py
FoxySheep/tree/symbol_node.py
FoxySheep/tree/ir/FunctionSignatureNode.py
FoxySheep/tree/ir/__init__.py
FoxySheep/tree/pattern/AlternativeNode.py
FoxySheep/tree/pattern/BlankAbstractNode.py
FoxySheep/tree/pattern/BlankNode.py
FoxySheep/tree/pattern/BlankNullSequenceNode.py
FoxySheep/tree/pattern/BlankSequenceNode.py
FoxySheep/tree/pattern/ConditionNode.py
FoxySheep/tree/pattern/DefaultNode.py
FoxySheep/tree/pattern/OptionalNode.py
FoxySheep/tree/pattern/OptionsPatternNode.py
FoxySheep/tree/pattern/PatternNode.py
FoxySheep/tree/pattern/PatternTestNode.py
FoxySheep/tree/pattern/RepeatedNode.py
FoxySheep/tree/pattern/RepeatedNullNode.py
FoxySheep/tree/pattern/__init__.py
FoxySheep/utils/Mathematica.py
FoxySheep/utils/PatternMatcher.py
FoxySheep/utils/WolframLanguageData.py
FoxySheep/utils/__init__.py
FoxySheep/utils/misc.py
tools/ASTClasses.py
tools/__init__.py