mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-24 21:44:45 +00:00
Fix ast types' _fields and use 0-based column
This commit is contained in:
parent
41ddb7c369
commit
ac77f7f501
56 changed files with 480 additions and 480 deletions
|
@ -43,7 +43,7 @@ impl Location {
|
|||
|
||||
pub fn reset(&mut self) {
|
||||
self.row = 1;
|
||||
self.column = 1;
|
||||
self.column = 0;
|
||||
}
|
||||
|
||||
pub fn go_right(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue