No description
Find a file
Jeong YunWon a3d9d8cb14 numerous refactoring
- Split parser core and compiler core. Fix #14
- AST int type to `u32`
- Updated asdl_rs.py and update_asdl.sh fix #6
- Use `ruff_python_ast::SourceLocation` for Python source location. Deleted our own Location.
- Renamed ast::Located to ast::Attributed to distinguish terms for TextSize and SourceLocation
- `ast::<Node>`s for TextSize located ast. `ast::located::<Node>` for Python source located ast.
- And also strictly renaming `located` to refer only python location related interfaces.
- `SourceLocator` to convert locations.
- New `source-code` features of to disable python locations when unnecessary.
- Also including fully merging https://github.com/astral-sh/RustPython/pull/4 closes #9
2023-05-10 14:35:38 +09:00
.github/workflows Add python lint 2023-05-06 14:34:31 +09:00
ast numerous refactoring 2023-05-10 14:35:38 +09:00
core numerous refactoring 2023-05-10 14:35:38 +09:00
literal rustpython-literal 2023-05-05 21:49:12 +09:00
parser numerous refactoring 2023-05-10 14:35:38 +09:00
ruff_text_size Separate byteoffset ast and located ast 2023-05-09 00:21:52 +09:00
scripts Adapt SourceLocation 2023-05-09 20:34:48 +09:00
.gitattributes gitattribute 2023-05-07 17:20:52 +09:00
.gitignore Set up workspace - Forked from 2023-05-05 23:49:50 +09:00
Cargo.toml numerous refactoring 2023-05-10 14:35:38 +09:00
LICENSE Set up workspace - Forked from 2023-05-05 23:49:50 +09:00