summaryrefslogtreecommitdiff
path: root/src/tparse/tree-value.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparse/tree-value.go')
-rw-r--r--src/tparse/tree-value.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tparse/tree-value.go b/src/tparse/tree-value.go
index af547a5..f8bd197 100644
--- a/src/tparse/tree-value.go
+++ b/src/tparse/tree-value.go
@@ -389,3 +389,10 @@ func parseType(tokens *[]Token, tok, max int, param bool) (Node, int) {
return out, tok
}
+
+
+func isTypeThenValue(tokens *[]Token, tok, max int) (bool) {
+ //TODO: check for a standard type and then a value
+
+ return true
+} \ No newline at end of file