mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
V 0.1.8
This commit is contained in:
parent
bd49977feb
commit
50012ae57b
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
# 0.1.8
|
||||||
|
- Single file programs without `fn main` now work as expected.
|
||||||
|
- REPL has been fixed: it now supports imports, consts, function definitions, etc.
|
||||||
|
|
||||||
# 0.1.7
|
# 0.1.7
|
||||||
|
|
||||||
- All C code in the compiler and vlib has been replaced with V.
|
- All C code in the compiler and vlib has been replaced with V.
|
||||||
|
@ -8,7 +8,7 @@ import os
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = '0.1.7'
|
Version = '0.1.8'
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO no caps
|
// TODO no caps
|
||||||
|
Loading…
Reference in New Issue
Block a user