This commit is contained in:
parent
f1457af6be
commit
e5baba175b
12 changed files with 221 additions and 4 deletions
8
src/compiler/Compile.go
Normal file
8
src/compiler/Compile.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package compiler
|
||||
|
||||
import "git.urbach.dev/cli/q/src/scanner"
|
||||
|
||||
// Compile waits for the scan to finish and compiles all functions.
|
||||
func Compile(scan scanner.Result) (Result, error) {
|
||||
return Result{}, nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue