mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
refactor!: rename Array
-> List
This commit is contained in:
parent
41bf14629b
commit
c6eb78a44d
248 changed files with 1948 additions and 1985 deletions
|
@ -518,7 +518,7 @@ impl LexError {
|
|||
let method = StyledStr::new("メソッド", Some(HINT), Some(ATTR));
|
||||
let lit = StyledStr::new("NatLit", Some(HINT), Some(ATTR));
|
||||
let newline = StyledStr::new("改行", Some(HINT), Some(ATTR));
|
||||
let arr = StyledStr::new("配列", Some(HINT), Some(ATTR));
|
||||
let arr = StyledStr::new("リスト", Some(HINT), Some(ATTR));
|
||||
format!("予期: {method}、{lit}、{newline}、{arr}")
|
||||
},
|
||||
"simplified_chinese" => {
|
||||
|
@ -539,7 +539,7 @@ impl LexError {
|
|||
let method = StyledStr::new("method", Some(HINT), Some(ATTR));
|
||||
let lit = StyledStr::new("NatLit", Some(HINT), Some(ATTR));
|
||||
let newline = StyledStr::new("newline", Some(HINT), Some(ATTR));
|
||||
let arr = StyledStr::new("array", Some(HINT), Some(ATTR));
|
||||
let arr = StyledStr::new("list", Some(HINT), Some(ATTR));
|
||||
format!("expect: {method}, {lit}, {newline}, {arr}")
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue