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

compiler: add back support for -live

This commit is contained in:
Delyan Angelov
2020-05-01 20:34:27 +03:00
parent d6c1ee0202
commit 7038f59ca5
13 changed files with 431 additions and 317 deletions

5
vlib/dl/dl.v Normal file
View File

@@ -0,0 +1,5 @@
module dl
pub const (
version = 1
)