1
0
forked from GitHub/gf-core

use MultiMap from the reference implementation instead of GeneralDeduction and RedBlackTree

This commit is contained in:
krasimir
2008-06-02 08:38:27 +00:00
parent 7ee26238f5
commit 75b56603cf
4 changed files with 10 additions and 283 deletions

View File

@@ -40,8 +40,7 @@ library
PGF.Raw.Print
PGF.Raw.Convert
PGF.Raw.Abstract
GF.Data.RedBlackSet
GF.Data.GeneralDeduction
GF.Data.MultiMap
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc
@@ -81,10 +80,9 @@ executable gf3
GF.Command.LexGFShell
GF.Command.AbsGFShell
GF.Command.PrintGFShell
GF.Data.RedBlackSet
GF.Data.GeneralDeduction
GF.Infra.CompactPrint
GF.Text.UTF8
GF.Data.MultiMap
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc