-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
0.5.8
till 0.7.0
Closes #743
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/slang": patch | ||
--- | ||
|
||
support dots in yul identifiers from `0.5.8` till `0.7.0` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ foo.bar │ 0..7 | ||
1 │ foo . bar │ 0..9 | ||
Errors: [] | ||
|
||
Tree: | ||
- (YulExpression) ► (variant꞉ YulIdentifierPath): # "foo.bar" (0..7) | ||
- (YulExpression) ► (variant꞉ YulIdentifierPath): # "foo . bar\n" (0..10) | ||
- (item꞉ YulIdentifier): "foo" # (0..3) | ||
- (separator꞉ Period): "." # (3..4) | ||
- (item꞉ YulIdentifier): "bar" # (4..7) | ||
- (LeadingTrivia) ► (Whitespace): " " # (3..4) | ||
- (separator꞉ Period): "." # (4..5) | ||
- (LeadingTrivia) ► (Whitespace): " " # (5..6) | ||
- (item꞉ YulIdentifier): "bar" # (6..9) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (9..10) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
foo.bar | ||
foo . bar |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ // identifiers with dots were allowed specifically from = "0.5.8" till = "0.7.0": │ 0..81 | ||
2 │ foo.bar │ 82..89 | ||
Errors: [] | ||
|
||
Tree: | ||
- (YulExpression) ► (variant꞉ YulIdentifierPath): # "// identifiers with dots were allowed specifically..." (0..90) | ||
- (LeadingTrivia): # "// identifiers with dots were allowed specifically..." (0..82) | ||
- (SingleLineComment): "// identifiers with dots were allowed specifically..." # (0..81) | ||
- (EndOfLine): "\n" # (81..82) | ||
- (item꞉ YulIdentifier): "foo" # (82..85) | ||
- (separator꞉ Period): "." # (85..86) | ||
- (item꞉ YulIdentifier): "bar" # (86..89) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (89..90) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ // identifiers with dots were allowed specifically from = "0.5.8" till = "0.7.0": │ 0..81 | ||
2 │ foo.bar │ 82..89 | ||
Errors: [] | ||
|
||
Tree: | ||
- (YulExpression) ► (variant꞉ YulIdentifierPath): # "// identifiers with dots were allowed specifically..." (0..90) | ||
- (LeadingTrivia): # "// identifiers with dots were allowed specifically..." (0..82) | ||
- (SingleLineComment): "// identifiers with dots were allowed specifically..." # (0..81) | ||
- (EndOfLine): "\n" # (81..82) | ||
- (item꞉ YulIdentifier): "foo.bar" # (82..89) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (89..90) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ // identifiers with dots were allowed specifically from = "0.5.8" till = "0.7.0": │ 0..81 | ||
2 │ foo.bar │ 82..89 | ||
Errors: [] | ||
|
||
Tree: | ||
- (YulExpression) ► (variant꞉ YulIdentifierPath): # "// identifiers with dots were allowed specifically..." (0..90) | ||
- (LeadingTrivia): # "// identifiers with dots were allowed specifically..." (0..82) | ||
- (SingleLineComment): "// identifiers with dots were allowed specifically..." # (0..81) | ||
- (EndOfLine): "\n" # (81..82) | ||
- (item꞉ YulIdentifier): "foo" # (82..85) | ||
- (separator꞉ Period): "." # (85..86) | ||
- (item꞉ YulIdentifier): "bar" # (86..89) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (89..90) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// identifiers with dots were allowed specifically from = "0.5.8" till = "0.7.0": | ||
foo.bar |