mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
regen
This commit is contained in:
parent
7f03816918
commit
760fc3cdba
@ -443,7 +443,7 @@ impl ParserContext<'_> {
|
||||
fn parse_external_resource(&mut self, expr: Expression, network_span: Span) -> Result<Expression> {
|
||||
// Parse `/`.
|
||||
self.expect(&Token::Div)?;
|
||||
|
||||
|
||||
// Parse name.
|
||||
let name = self.expect_identifier()?;
|
||||
|
||||
|
@ -11,21 +11,21 @@ outputs:
|
||||
- 0
|
||||
- Literal:
|
||||
Address:
|
||||
- hello
|
||||
- hello.aleo
|
||||
- span:
|
||||
lo: 0
|
||||
hi: 5
|
||||
- 1
|
||||
- Literal:
|
||||
Address:
|
||||
- fooooo
|
||||
- fooooo.aleo
|
||||
- span:
|
||||
lo: 0
|
||||
hi: 6
|
||||
- 1
|
||||
- Literal:
|
||||
Address:
|
||||
- bar
|
||||
- bar.aleo
|
||||
- span:
|
||||
lo: 0
|
||||
hi: 3
|
||||
|
@ -75,7 +75,7 @@ outputs:
|
||||
- Identifier: "{\"id\":\"16\",\"name\":\"a\",\"span\":\"{\\\"lo\\\":178,\\\"hi\\\":179}\"}"
|
||||
- Literal:
|
||||
Address:
|
||||
- hello
|
||||
- hello.aleo
|
||||
- span:
|
||||
lo: 181
|
||||
hi: 186
|
||||
@ -88,7 +88,7 @@ outputs:
|
||||
expression:
|
||||
Literal:
|
||||
Address:
|
||||
- foo
|
||||
- foo.aleo
|
||||
- span:
|
||||
lo: 209
|
||||
hi: 212
|
||||
|
Loading…
Reference in New Issue
Block a user