mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bignum module wrapper for kokke/tiny-bignum-c
This commit is contained in:

committed by
Alexander Medvednikov

parent
7a29d959ce
commit
a44ba0b8a2
@ -265,7 +265,7 @@ fn (p mut Parser) fn_decl() {
|
||||
p.register_var(receiver)
|
||||
}
|
||||
// +-/* methods
|
||||
if p.tok in [.plus, .minus, .mul] {
|
||||
if p.tok in [.plus, .minus, .mul, .div, .mod] {
|
||||
f.name = p.tok.str()
|
||||
p.next()
|
||||
}
|
||||
|
Reference in New Issue
Block a user