summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2010-07-31now the meta id of the meta variables is accessible via the PGF APIkrasimir
2010-07-31added function unType in PGFkrasimir
2010-07-15fix the algorithm for items cutting in the partial parserkrasimir
2010-07-13fix the loopchecking in PGF.Forest.bracketedToknkrasimir
2010-07-13Add missing <td> tags in the HTML constructed by functio show_groupedtranslat...hallgren
2010-07-13Bug fix in minibar.js: no translations where shown when using option show_gro...hallgren
2010-07-13Make minibar.js work again after backwards incompatible changes to the data s...hallgren
2010-07-13bugfix in the decoding of literals in PGF.Binarykrasimir
2010-07-08FridgeApp and TranslateApp now show the type errorskrasimir
2010-07-07report type errors in the shell from command "p"krasimir
2010-07-07simplify the monad TcMkrasimir
2010-07-06Access keys for input fields in minibar and feedback formhallgren
2010-07-01redesign the open-literals APIkrasimir
2010-06-30rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...krasimir
2010-06-29in PGF.Printer special output format for SymLitkrasimir
2010-06-29introduce the type synonym Token=String in the PGF APIkrasimir
2010-06-22preliminary version of API for Open Literalskrasimir
2010-06-18Yay!! Direct generation of PMCFG from GF grammarkrasimir
2010-06-18the automatically generated printnames were just junks. Now we store printnam...krasimir
2010-06-18PGF.Printer now dumps the printnames as wellkrasimir
2010-06-16grammar loader and unloader in C. Abstract Syntax only!krasimir
2010-06-09dead code elimination for PGF. Note: the produced grammars will not work well...krasimir
2010-06-09filter the duplications when doing 'l -table'krasimir
2010-06-05Changing rec to rec_ in PGFjordi.saludes
2010-06-02feedback list stylinghallgren
2010-06-02minibar feedback: save user_agent, simple feedback viewerhallgren
2010-06-02Feedback form for phrasebook/minibarhallgren
2010-06-02New minibar option: default_source_languagehallgren
2010-06-02Some minibar/phrasebook button and style changeshallgren
2010-06-02Improved Goolge Translate buttonhallgren
2010-06-01Work on the feedback button for the minibarhallgren
2010-05-29Always show link to Google Translate, and open it in a new window.hallgren
2010-05-29I switched back to the old algorithm for generating dependency trees. This re...krasimir
2010-05-28updated documentationhallgren
2010-05-28Add link to Google Translatehallgren
2010-05-28Changes for publication of SALDO demo web appshallgren
2010-05-28support.js: new function span_id, bug fix in function sorthallgren
2010-05-26since now we don't do common subexpression elimination for PGF we could simpl...krasimir
2010-05-26Add meta tag to avoid horizontal scrolling in Mobile Safarihallgren
2010-05-26Improved keyboard input handling in minibar/phrasebookhallgren
2010-05-26Enable display of abstract syntax in minibarhallgren
2010-05-26Use <input type=button ...> instead of <div ...> tags for the word magnets. T...hallgren
2010-05-26Change server to http://www.grammaticalframework.org:41296hallgren
2010-05-25some fixes for graphvizDependencyTreekrasimir
2010-05-25bugfix in the linearization algorithmkrasimir
2010-05-21hide the language code if translating to only one target languagehallgren
2010-05-21smaller input fieldhallgren
2010-05-19now every BracketedString also has reference to the source expression(s)krasimir
2010-05-19added function lengthBracketedStringkrasimir
2010-05-19now the parser could return partial parse resultskrasimir