differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Multiline support #75

Closed Xavion3 closed 8 years ago

Xavion3 commented 8 years ago

Includes support for triple quoted strings, explicit line continuation via backslash, and implicit line continuation in brackets, braces, and parentheses along with tests for them.

It also includes the divmod changes from my other pull request because I screwed up while forking stuff and didn't notice till too late.