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

v2: the new parser can now parse the entire V compiler

This commit is contained in:
Alexander Medvednikov
2020-02-18 17:29:47 +01:00
parent 4de8d3ae8c
commit 4e9bfa95ec
6 changed files with 43 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import (
benchmark
os
os.cmdline
compiler
)
fn compile(command string, args []string) {