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

vmod: add v.mod parser

This commit is contained in:
Ned Palacios
2020-05-18 20:35:28 +08:00
committed by GitHub
parent 53ffee1e02
commit ae3df002a2
5 changed files with 317 additions and 5 deletions

2
v.mod
View File

@@ -1,5 +1,3 @@
#V Project#
Module {
name: 'V',
description: 'The V programming language.',