mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
parser: cache tokens (first step)
This commit is contained in:
parent
04e4018228
commit
8992707fbb
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']
|
||||
ModPath = os.home_dir() + '/.vmodules/'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue