mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
DOT => .dot
This commit is contained in:
parent
c44d54fb4c
commit
87762d6cf3
@ -299,7 +299,7 @@ fn (p mut Parser) import_statement() {
|
|||||||
// limit depth to 4 for now
|
// limit depth to 4 for now
|
||||||
max_module_depth := 4
|
max_module_depth := 4
|
||||||
mut depth := 1
|
mut depth := 1
|
||||||
for p.peek() == DOT {
|
for p.peek() == .dot {
|
||||||
p.next() // SKIP DOT
|
p.next() // SKIP DOT
|
||||||
p.next() // SUBMODULE
|
p.next() // SUBMODULE
|
||||||
submodule := p.lit.trim_space()
|
submodule := p.lit.trim_space()
|
||||||
|
Loading…
Reference in New Issue
Block a user