mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
new gg/freetype modules with sokol/fontstash backends
This commit is contained in:
@ -549,6 +549,11 @@ fn (s mut Scanner) scan() ScanRes {
|
||||
s.pos++
|
||||
return scan_res(.left_shift, '')
|
||||
}
|
||||
else if nextc == `-` {
|
||||
s.pos++
|
||||
println("GOT ARR")
|
||||
return scan_res(.left_arrow, '')
|
||||
}
|
||||
else {
|
||||
return scan_res(.lt, '')
|
||||
}
|
||||
|
Reference in New Issue
Block a user