v/vlib/v/vet/vet.v

10 lines
273 B
V

// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license that can be found in the LICENSE file.
module vet
import v.ast
import v.table
pub fn vet(file ast.File, table &table.Table, is_debug bool) {
}