mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler2: proof of concept cgen
This commit is contained in:
@ -980,6 +980,9 @@ fn (p mut Parser) fn_args(f mut Fn) {
|
||||
p.next()
|
||||
}
|
||||
}
|
||||
//if types_only && p.peek() == .lcbr {
|
||||
//println('wtf')
|
||||
//}
|
||||
}
|
||||
|
||||
// foo *(1, 2, 3, mut bar)*
|
||||
|
Reference in New Issue
Block a user