Python support
ethan-leba opened this issue · 0 comments
ethan-leba commented
Due to Python's whitespace-based parsing, there are oftentimes nodes with identical boundaries. For example, {foo;}
in Java would simply be foo
in Python, but the structure still implicitly exists. The node in the hierarchy affects what editing operations are valid, so that's something to keenly be aware of working in Python.