mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-13 08:47:17 +03:00
Support the signature type in the parser
This commit is contained in:
parent
25eac3c63b
commit
b1b947fef5
@ -67,6 +67,7 @@ impl ParserContext<'_> {
|
||||
Token::Field => Type::Field,
|
||||
Token::Group => Type::Group,
|
||||
Token::Scalar => Type::Scalar,
|
||||
Token::Signature => Type::Signature,
|
||||
Token::String => Type::String,
|
||||
x => Type::Integer(Self::token_to_int_type(x).expect("invalid int type")),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user