summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-23Minibar: add show/hide functionsjohn.j.camilleri
2012-11-22minibar: can now switch back to the minibar after switching to the syntax editorhallgren
2012-11-22PGFService.hs: fix type error caused by change to PGF.graphvizParseTreehallgren
2012-11-22Syntax editor: can now load minibar (in-place) from a linearised treejohn.j.camilleri
2012-11-22better visualization of parse treespeter.ljunglof
2012-11-22Added C compilation notes for Mac OSXpeter.ljunglof
2012-11-21minibar: fix bug introduced in previous updatehallgren
2012-11-21minibar+syntax editor integration, work in progress 2hallgren
2012-11-21Syntax editor: start with initial ASTjohn.j.camilleri
2012-11-21minibar+syntax editor integration, work in progresshallgren
2012-11-21Syntax editor: start with initial grammar, startcat, to: languagesjohn.j.camilleri
2012-11-21support.js: elem() returns false when as is undefinedjohn.j.camilleri
2012-11-20gfse: remove obsolete fileshallgren
2012-11-20GF cloud: move gf-web-api-examples.html out of minibar directoryhallgren
2012-11-20Syntax editor: update to use common js filesjohn.j.camilleri
2012-11-20GF cloud: move support.js and pgf_online.jshallgren
2012-11-20Syntax editor: random generation of trees (and subtrees!)john.j.camilleri
2012-11-19remove the duplicated definition of PgfProductionIdx in parser.ckr.angelov
2012-11-17GF web service API examples: update examples of the browse commandhallgren
2012-11-17PGF service: command=browse&format=json returns info on all cats and funshallgren
2012-11-17GF web service API examples: added the "abstrjson" commandhallgren
2012-11-16Syntax editor: work on importing AST as string (eg for generate random)john.j.camilleri
2012-11-16bugfix for the building of bottom-up filter in the C runtimekr.angelov
2012-11-16new-comp: rewrite f (x|y) into (f x|f y)hallgren
2012-11-16Syntax editor: select subset of available languagesjohn.j.camilleri
2012-11-15Syntax editor: jump to next hole in treejohn.j.camilleri
2012-11-15Syntax editor: fix bug in Firefox, Seamonkeyjohn.j.camilleri
2012-11-14Add flag --document-root for user with gf --serverhallgren
2012-11-14GF usage message fixeshallgren
2012-11-14revised heuristic in the statistical parserkr.angelov
2012-11-13Add first demo of new syntax editorjohn.j.camilleri
2012-11-13Adding a new experimental partial evalutatorhallgren
2012-11-13bugfix in the statistical parserkr.angelov
2012-11-12two simple heuristics which speed up the statistical parser more than seven t...kr.angelov
2012-11-12a simple refactoring in the statistical parserkr.angelov
2012-11-12more counters in the profiler for the statistical parserkr.angelov
2012-11-12now we store the state instead of the offset for every continuation in the ch...kr.angelov
2012-11-12in the statistical parser: move the outside probability from the parse items ...kr.angelov
2012-11-12small refactoring in the C runtimekr.angelov
2012-11-12use size_t consistently as the type for constituent indices in the C runtimekr.angelov
2012-11-12implemented gu_map_count in runtime/c/gu/map.ckr.angelov
2012-11-08Eliminate warnings about deprecated use of catch and tryhallgren
2012-11-07GF.Grammar.PatternMatch: relax overly restrictive type signatureshallgren
2012-11-07Some changed/new utility functionshallgren
2012-11-06gf -server: make it possible to pass arbitrary flags/options to gf when compi...hallgren
2012-11-05unicode4k-changedvirk.shafqat
2012-10-30TransQuiz: use the grammars from the same serverhallgren
2012-10-29use prob_t instead of float in a few placeskr.angelov
2012-10-26Minibar: cursor over editable words is now a "hand"john.j.camilleri
2012-10-25forgot to add one #ifdefkr.angelov