mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -9,10 +9,8 @@ import toml.token
|
|||
import toml.scanner
|
||||
import strconv
|
||||
|
||||
const (
|
||||
// utf8_max is the largest inclusive value of the Unicodes scalar value ranges.
|
||||
utf8_max = 0x10FFFF
|
||||
)
|
||||
// utf8_max is the largest inclusive value of the Unicodes scalar value ranges.
|
||||
const utf8_max = 0x10FFFF
|
||||
|
||||
// Decoder decode special sequences in a tree of TOML `ast.Value`'s.
|
||||
pub struct Decoder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue