mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
WIP
This commit is contained in:
parent
c784ba261e
commit
56779ab06e
10 changed files with 130 additions and 32 deletions
|
@ -613,8 +613,8 @@ impl KeyValue {
|
|||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct NormalDict {
|
||||
pub(crate) l_brace: Token,
|
||||
pub(crate) r_brace: Token,
|
||||
pub l_brace: Token,
|
||||
pub r_brace: Token,
|
||||
pub kvs: Vec<KeyValue>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue