CONTRIBUTING.md
CREDITS.md
Godot-v.svg
LICENSE.md
README.md
icon.svg
mit.svg
pyproject.toml
python.svg
requirements.txt
setup.py
bin/gds.py
gdsbin/__init__.py
gdsbin/__main__.py
gdsbin/application.py
gdsbin/ast.py
gdsbin/callnew.py
gdsbin/classn.py
gdsbin/comment.py
gdsbin/defs.py
gdsbin/dictionary.py
gdsbin/extend.py
gdsbin/forloop.py
gdsbin/function.py
gdsbin/ifcond.py
gdsbin/parsertree.py
gdsbin/props.py
gdsbin/root.py
gdsbin/string.py
gdsbin/tokenizer.py
gdsbin/transpiler.py
gdsbin/variable.py
gdsbin/vector2.py
gdsbin/version.py
gdsbin.egg-info/PKG-INFO
gdsbin.egg-info/SOURCES.txt
gdsbin.egg-info/dependency_links.txt
gdsbin.egg-info/top_level.txt
gdsbin.egg-info/zip-safe
gdsbin/test/__init__.py
gdsbin/test/advanced_expression_matching.py
gdsbin/test/arrays.py
gdsbin/test/arrays_dictionaries_nested_const.py
gdsbin/test/basic_expression_matching.py
gdsbin/test/benchmark.py
gdsbin/test/bitwise_operators.py
gdsbin/test/concatenation.py
gdsbin/test/constants.py
gdsbin/test/dictionaries.py
gdsbin/test/dictionary_lua_style.py
gdsbin/test/dictionary_mixed_syntax.py
gdsbin/test/dollar_and_percent_get_node.py
gdsbin/test/dollar_node_paths.py
gdsbin/test/enums.py
gdsbin/test/export_variable.py
gdsbin/test/float_notation.py
gdsbin/test/for_range.py
gdsbin/test/function_default_parameter_type_inference.py
gdsbin/test/function_many_parameters.py
gdsbin/test/if_after_lambda.py
gdsbin/test/ins.py
gdsbin/test/lambda_callable.py
gdsbin/test/lambda_capture_callable.py
gdsbin/test/lambda_default_parameter_capture.py
gdsbin/test/lambda_named_callable.py
gdsbin/test/match_bind_unused.py
gdsbin/test/match_dictionary.py
gdsbin/test/match_multiple_patterns_with_array.py
gdsbin/test/match_multiple_variable_binds_in_pattern.py
gdsbin/test/matches.py
gdsbin/test/multiline_arrays.py
gdsbin/test/multiline_dictionaries.py
gdsbin/test/multiline_if.py
gdsbin/test/multiline_strings.py
gdsbin/test/multiline_vector.py
gdsbin/test/nested_arithmetic.py
gdsbin/test/nested_array.py
gdsbin/test/nested_dictionary.py
gdsbin/test/nested_function_calls.py
gdsbin/test/nested_if.py
gdsbin/test/nested_match.py
gdsbin/test/nested_parentheses.py
gdsbin/test/number_separators.py
gdsbin/test/operator_assign.py
gdsbin/test/property_setter_getter.py
gdsbin/test/semicolon_as_end_statement.py
gdsbin/test/semicolon_as_terminator.py
gdsbin/test/signal_declaration.py
gdsbin/test/static_typing.py
gdsbin/test/str_preserves_case.py
gdsbin/test/string_formatting.py
gdsbin/test/trailing_comma_in_function_args.py
gdsbin/test/truthiness.py
gdsbin/test/typed_arrays.py
gdsbin/test/variable_declaration.py
gdsbin/test/whiles.py