RustPython / Parser

MIT License
72 stars 28 forks source link

Python location transform and related refactoring #13

Closed youknowone closed 1 year ago

youknowone commented 1 year ago

Unfortunately, Python symbols are containing line numbers regardless it has source or not. RustPython may be able to defer the actual transform to symbol table and compile error. But I decide not to do it right now to avoid even larger diff.