README.md
pyproject.toml
pbark/__init__.py
pbark/__main__.py
pbark/bark.py
pbark/errors.py
pbark/lexer.py
pbark/options.py
pbark/print_style.py
pbark.egg-info/PKG-INFO
pbark.egg-info/SOURCES.txt
pbark.egg-info/dependency_links.txt
pbark.egg-info/entry_points.txt
pbark.egg-info/requires.txt
pbark.egg-info/top_level.txt
pbark/cli/dog_art.py
pbark/cli/version.py
pbark/config/__init__.py
pbark/config/_resources.py
pbark/config/config_loader.py
pbark/config/dog_topics.py
pbark/config/name_hints.py
pbark/config/trait_loader.py
pbark/config/variable_type.py
pbark/interpreter/bark_value.py
pbark/interpreter/comparators.py
pbark/interpreter/dog.py
pbark/interpreter/interpreter.py
pbark/interpreter/loop_signal.py
pbark/interpreter/print_styles.py
pbark/interpreter/prop.py
pbark/interpreter/stdin_reader.py
pbark/parser/__init__.py
pbark/parser/ast_node.py
pbark/parser/parse_expression.py
pbark/parser/parser.py
pbark/parser/assign/__init__.py
pbark/parser/assign/assign_parser.py
pbark/parser/collection/__init__.py
pbark/parser/collection/pile_action_parser.py
pbark/parser/collection/pile_parser.py
pbark/parser/collection/smart_ordinal_parser.py
pbark/parser/collection/stash_parser.py
pbark/parser/collection/stash_spots.py
pbark/parser/collection/take_parser.py
pbark/parser/controlflow/__init__.py
pbark/parser/controlflow/foreach_parser.py
pbark/parser/controlflow/function_parser.py
pbark/parser/controlflow/if_parser.py
pbark/parser/controlflow/inline_body_parser.py
pbark/parser/controlflow/loop_control_parser.py
pbark/parser/controlflow/until_parser.py
pbark/parser/controlflow/while_parser.py
pbark/parser/expression/__init__.py
pbark/parser/expression/comparison_op.py
pbark/parser/expression/condition_parser.py
pbark/parser/expression/value_parser.py
pbark/parser/input/__init__.py
pbark/parser/input/input_parser.py
pbark/parser/keywords/__init__.py
pbark/parser/keywords/attribute_keyword_groups.py
pbark/parser/keywords/collection_keyword_groups.py
pbark/parser/keywords/control_flow_keyword_groups.py
pbark/parser/keywords/keyword_registry.py
pbark/parser/keywords/logic_keyword_groups.py
pbark/parser/keywords/print_keyword_groups.py
pbark/parser/printing/__init__.py
pbark/parser/printing/print_parser.py
pbark/parser/printing/print_verb.py
pbark/parser/share/__init__.py
pbark/parser/share/share_parser.py
pbark/resources/breeds.txt
pbark/resources/dogfacts.txt
pbark/resources/objects.txt
pbark/resources/piles.txt
pbark/resources/stashes.txt
pbark/resources/traits.json
tests/test_feature.py
tests/test_golden.py
tests/test_parser_register.py
tests/test_parser_shape.py
tests/test_parser_stash.py
tests/test_parser_value.py
tests/test_script_mode_parse.py