pull/751/head v0.1.8
Alexander Medvednikov 2019-06-28 13:49:34 +02:00
parent bd49977feb
commit 50012ae57b
2 changed files with 6 additions and 1 deletions

View File

@ -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
- All C code in the compiler and vlib has been replaced with V.

View File

@ -8,7 +8,7 @@ import os
import time
const (
Version = '0.1.7'
Version = '0.1.8'
)
// TODO no caps