README.md
README.rst
setup.py
FoxySheep/FullFormEmitter.py
FoxySheep/LexerBase.py
FoxySheep/LexerPreface.py
FoxySheep/PostParser.py
FoxySheep/__init__.py
FoxySheep/__main__.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/AST/__init__.py
FoxySheep/AST/functions.py
FoxySheep/AST/nodes.py
FoxySheep/AST/symbol_node.py
FoxySheep/AST/ir/FunctionSignatureNode.py
FoxySheep/AST/ir/__init__.py
FoxySheep/AST/pattern/AlternativeNode.py
FoxySheep/AST/pattern/BlankAbstractNode.py
FoxySheep/AST/pattern/BlankNode.py
FoxySheep/AST/pattern/BlankNullSequenceNode.py
FoxySheep/AST/pattern/BlankSequenceNode.py
FoxySheep/AST/pattern/ConditionNode.py
FoxySheep/AST/pattern/DefaultNode.py
FoxySheep/AST/pattern/OptionalNode.py
FoxySheep/AST/pattern/OptionsPatternNode.py
FoxySheep/AST/pattern/PatternNode.py
FoxySheep/AST/pattern/PatternTestNode.py
FoxySheep/AST/pattern/RepeatedNode.py
FoxySheep/AST/pattern/RepeatedNullNode.py
FoxySheep/AST/pattern/__init__.py
FoxySheep/errors/__init__.py
FoxySheep/errors/error_handler.py
FoxySheep/foxy_types/__init__.py
FoxySheep/foxy_types/types.py
FoxySheep/generated/FoxySheepLexer.py
FoxySheep/generated/FoxySheepListener.py
FoxySheep/generated/FoxySheepParser.py
FoxySheep/generated/FoxySheepVisitor.py
FoxySheep/generated/FullFormLexer.py
FoxySheep/generated/FullFormListener.py
FoxySheep/generated/FullFormParser.py
FoxySheep/generated/FullFormVisitor.py
FoxySheep/generated/__init__.py
FoxySheep/scoping/Scope.py
FoxySheep/scoping/Symbol.py
FoxySheep/scoping/VirtualSymbols.py
FoxySheep/scoping/__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