Add stub for Windows native parameters

This commit is contained in:
Sasha Koshka 2024-03-26 13:15:56 -04:00
parent 11e7a83eb4
commit 2edda8a960
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package native
import "os"
import "path/filepath"
import "git.tebibyte.media/fspl/fspl/compiler"
func nativeResolver () (*compiler.Resolver, error) {
// TODO
}