Versions in this module Expand all Collapse all v0 v0.3.0 Jun 28, 2014 Changes in this version + func BuildIteratorTreeForQuery(ts graph.TripleStore, query string) graph.Iterator + func ParseString(input string) string + type SexpSession struct + func NewSexpSession(inputTripleStore graph.TripleStore) *SexpSession + func (s *SexpSession) ExecInput(input string, out chan interface{}, limit int) + func (s *SexpSession) InputParses(input string) (graph.ParseResult, error) + func (s *SexpSession) ToText(result interface{}) string + func (s *SexpSession) ToggleDebug()