1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: move v up implementation to tools/vup.v

This commit is contained in:
Delyan Angelov
2019-11-01 12:14:59 +02:00
committed by Alexander Medvednikov
parent 15f971ece7
commit e15abb3de0
4 changed files with 26 additions and 29 deletions

4
.gitignore vendored
View File

@@ -30,3 +30,7 @@ vjs
._*
.vrepl_temp.v
a.out
tools/vrepl
tools/vtest
tools/vup
examples/sqlite