Versions in this module Expand all Collapse all v0 v0.4.0 Aug 26, 2014 v0.3.1 Jul 31, 2014 Changes in this version + func BuildIteratorTreeForQuery(ts graph.TripleStore, query string) graph.Iterator + func ParseString(input string) string + type Session struct + func NewSession(inputTripleStore graph.TripleStore) *Session + func (s *Session) ExecInput(input string, out chan interface{}, limit int) + func (s *Session) InputParses(input string) (query.ParseResult, error) + func (s *Session) ToText(result interface{}) string + func (s *Session) ToggleDebug()