mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
added a primitive full-text search index in libsg. This can be use for finding an abstract tree whose linearization matches given keywords
This commit is contained in:
@@ -59,8 +59,6 @@ import Data.Function(on)
|
||||
-- the foreign pointer in case if the application still has a reference
|
||||
-- to Concr but has lost its reference to PGF.
|
||||
|
||||
data PGF = PGF {pgf :: Ptr PgfPGF, pgfMaster :: ForeignPtr GuPool}
|
||||
data Concr = Concr {concr :: Ptr PgfConcr, concrMaster :: PGF}
|
||||
|
||||
type AbsName = String -- ^ Name of abstract syntax
|
||||
type ConcName = String -- ^ Name of concrete syntax
|
||||
|
||||
Reference in New Issue
Block a user