summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-26gfse: add Prelude to the list of RGL modules that can be openedhallgren
2012-11-26gfse: more readable layout for not so simple grammars + bug fixhallgren
2012-11-23gf -server + gfse: show modification time of public grammarshallgren
2012-11-23gf -server: support overloaded opers in gfsehallgren
2012-11-23gfse: use POST requests when parsing grammar modules after editing as texthallgren
2012-11-23Fix a prededence bug in GF grammar pretty printerhallgren
2012-11-23minibar_online.js: updated to launch Editor using a GrammarManager objectjohn.j.camilleri
2012-11-23Syntax editor: now uses common GrammarManager objectjohn.j.camilleri
2012-11-23syntax editor + minibar: fix bug with repeated switching back and forthhallgren
2012-11-23Syntax editor: return to editor after having switched to minibarjohn.j.camilleri
2012-11-23Minibar: call abstract_action with 'this' bound to minibar objectjohn.j.camilleri
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