most of hash map - have to commit fix for unify type first

This commit is contained in:
Nathan Braswell
2016-04-20 16:09:26 -04:00
parent 8d0996fb47
commit 2cd43e5a21
7 changed files with 155 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ import tree:*
import vector:*
import stack:*
import map:*
import hash_map:*
import util:*
import string:*
import mem:*
@@ -405,6 +406,7 @@ obj parser (Object) {
obj gss (Object) {
var data: vector<vector<*tree<int>>>
var edges: map< pair<*tree<int>, *tree<int>>, *tree<symbol> >
/*var edges: hash_map< pair<*tree<int>, *tree<int>>, *tree<symbol> >*/
fun construct(): *gss {
data.construct()