From c3b9e4a8be18338ed5da223037d6259eaef54e8f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 10 Dec 2021 00:53:58 -0500 Subject: [EXEC] Some literal handlers. Does not compile ATM. --- src/texec/worldbuilder.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/texec/worldbuilder.go') diff --git a/src/texec/worldbuilder.go b/src/texec/worldbuilder.go index 023c730..9fd29b7 100644 --- a/src/texec/worldbuilder.go +++ b/src/texec/worldbuilder.go @@ -45,6 +45,12 @@ func evalPreLiteral(n tparse.Node) string { return "" } +//Generate a variable for a module +// For sub = 0, give the vlist +func modDef(n tparse.Node, t TType, sub int) ([]string, []TVariable) { + +} + // Parse a file and make an AST from it. func parseFile(p string) tparse.Node { tokens := tparse.TokenizeFile(p) -- cgit v1.2.3