mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: impl setter for AST elements
This commit is contained in:
parent
9b4daab5b0
commit
f834585083
9 changed files with 358 additions and 75 deletions
|
@ -340,7 +340,7 @@ impl From<TokenKind> for BinOpCode {
|
|||
}
|
||||
}
|
||||
|
||||
#[pyclass(get_all)]
|
||||
#[pyclass(get_all, set_all)]
|
||||
#[derive(Clone, Eq)]
|
||||
pub struct Token {
|
||||
pub kind: TokenKind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue