mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: add format
, help!
This commit is contained in:
parent
905a03d578
commit
868609f95a
4 changed files with 21 additions and 2 deletions
|
@ -525,6 +525,7 @@ const KW_INTO: &str = "into";
|
|||
const KW_ENCODING: &str = "encoding";
|
||||
const KW_ERRORS: &str = "errors";
|
||||
const KW_ARGS: &str = "args";
|
||||
const KW_KWARGS: &str = "kwargs";
|
||||
const KW_IDX: &str = "idx";
|
||||
const KW_LHS: &str = "lhs";
|
||||
const KW_RHS: &str = "rhs";
|
||||
|
@ -539,6 +540,7 @@ const KW_OBJECT: &str = "object";
|
|||
const KW_OBJECTS: &str = "objects";
|
||||
const KW_TEST: &str = "test";
|
||||
const KW_MSG: &str = "msg";
|
||||
const KW_SPEC: &str = "spec";
|
||||
const KW_STR: &str = "str";
|
||||
const KW_I: &str = "i";
|
||||
const KW_SRC: &str = "src";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue