mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
bring back "parser: cache tokens (first step)"
This reverts commit 0fcdd7db35
.
This commit is contained in:
parent
a1e45e3247
commit
a45255337d
5 changed files with 88 additions and 34 deletions
|
@ -27,7 +27,7 @@ enum BuildMode {
|
|||
}
|
||||
|
||||
const (
|
||||
SupportedPlatforms = ['windows', 'mac', 'linux', 'freebsd', 'openbsd',
|
||||
supported_platforms = ['windows', 'mac', 'linux', 'freebsd', 'openbsd',
|
||||
'netbsd', 'dragonfly', 'msvc', 'android', 'js', 'solaris']
|
||||
ModPath = os.home_dir() + '/.vmodules/'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue