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

View File

@ -22,7 +22,6 @@ fn cerror(e string){
fn vmod_content(name, desc string) string {
return [
'#V Project#\n',
'Module {',
' name: \'${name}\',',
' description: \'${desc}\',',