LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/FlowTutor.egg-info/PKG-INFO
src/FlowTutor.egg-info/SOURCES.txt
src/FlowTutor.egg-info/dependency_links.txt
src/FlowTutor.egg-info/entry_points.txt
src/FlowTutor.egg-info/requires.txt
src/FlowTutor.egg-info/top_level.txt
src/flowtutor/__init__.py
src/flowtutor/codegenerator.py
src/flowtutor/containers.py
src/flowtutor/language_service.py
src/flowtutor/main.py
src/flowtutor/modal_service.py
src/flowtutor/py.typed
src/flowtutor/settings_service.py
src/flowtutor/util_service.py
src/flowtutor/debugger/__init__.py
src/flowtutor/debugger/debugsession.py
src/flowtutor/debugger/ftdb.py
src/flowtutor/debugger/ftdbsession.py
src/flowtutor/debugger/gdbsession.py
src/flowtutor/debugger/stdinqueue.py
src/flowtutor/flowchart/__init__.py
src/flowtutor/flowchart/connection.py
src/flowtutor/flowchart/connector.py
src/flowtutor/flowchart/flowchart.py
src/flowtutor/flowchart/functionend.py
src/flowtutor/flowchart/functionstart.py
src/flowtutor/flowchart/node.py
src/flowtutor/flowchart/parameter.py
src/flowtutor/flowchart/struct_definition.py
src/flowtutor/flowchart/struct_member.py
src/flowtutor/flowchart/template.py
src/flowtutor/flowchart/type_definition.py
src/flowtutor/gui/__init__.py
src/flowtutor/gui/debugger.py
src/flowtutor/gui/gui.py
src/flowtutor/gui/menubar_main.py
src/flowtutor/gui/section_node_extras.py
src/flowtutor/gui/section_structs.py
src/flowtutor/gui/section_typedefs.py
src/flowtutor/gui/sidebar.py
src/flowtutor/gui/sidebar_functionend.py
src/flowtutor/gui/sidebar_functionstart.py
src/flowtutor/gui/sidebar_multi.py
src/flowtutor/gui/sidebar_none.py
src/flowtutor/gui/sidebar_template.py
src/flowtutor/gui/window_types.py
src/flowtutor/gui/assets/__init__.py
src/flowtutor/gui/assets/c.png
src/flowtutor/gui/assets/hammer.png
src/flowtutor/gui/assets/inconsolata.ttf
src/flowtutor/gui/assets/pencil.png
src/flowtutor/gui/assets/python.png
src/flowtutor/gui/assets/run.png
src/flowtutor/gui/assets/step_into.png
src/flowtutor/gui/assets/step_over.png
src/flowtutor/gui/assets/stop.png
src/flowtutor/gui/assets/trash.png
src/flowtutor/templates/__init__.py
src/flowtutor/templates/c/assignment.template.json
src/flowtutor/templates/c/call.template.json
src/flowtutor/templates/c/close_file.template.json
src/flowtutor/templates/c/conditional.jinja
src/flowtutor/templates/c/conditional.template.json
src/flowtutor/templates/c/declaration.template.json
src/flowtutor/templates/c/dowhileloop.jinja
src/flowtutor/templates/c/dowhileloop.template.json
src/flowtutor/templates/c/forloop.jinja
src/flowtutor/templates/c/forloop.template.json
src/flowtutor/templates/c/function.jinja
src/flowtutor/templates/c/input.jinja
src/flowtutor/templates/c/input.template.json
src/flowtutor/templates/c/language.json
src/flowtutor/templates/c/open_file.jinja
src/flowtutor/templates/c/open_file.template.json
src/flowtutor/templates/c/output.template.json
src/flowtutor/templates/c/snippet.template.json
src/flowtutor/templates/c/whileloop.jinja
src/flowtutor/templates/c/whileloop.template.json
src/flowtutor/templates/c/write_file.template.json
src/flowtutor/templates/python/assignment.template.json
src/flowtutor/templates/python/call.template.json
src/flowtutor/templates/python/conditional.jinja
src/flowtutor/templates/python/conditional.template.json
src/flowtutor/templates/python/forloop.jinja
src/flowtutor/templates/python/forloop.template.json
src/flowtutor/templates/python/function.jinja
src/flowtutor/templates/python/input.jinja
src/flowtutor/templates/python/input.template.json
src/flowtutor/templates/python/language.json
src/flowtutor/templates/python/output.template.json
src/flowtutor/templates/python/snippet.template.json
src/flowtutor/templates/python/whileloop.jinja
src/flowtutor/templates/python/whileloop.template.json
tests/test_flowtutor_codegenerator.py
tests/test_flowtutor_flowchart.py