1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov 2019-07-16 13:56:48 +02:00
parent 31032d3a62
commit 8c516bec4f
2 changed files with 1 additions and 3 deletions

View File

@ -1269,7 +1269,6 @@ fn (p mut Parser) name_expr() string {
hack_lit := p.lit
ph := p.cgen.add_placeholder()
// amp
ptr := p.tok == .amp
deref := p.tok == .mul
if ptr || deref {

View File

@ -89,8 +89,7 @@ struct Game {
// -1 0 0 -1
// -1 0 0 -1
// -1 -1 -1 -1
// TODO: field [][]int
field array_array_int
field [][]int
// TODO: tetro Tetro
tetro []Block
// TODO: tetros_cache []Tetro