| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-28 | fix the error handling in the Java binding | kr.angelov | |
| 2013-08-28 | make the Expr constructor private | kr.angelov | |
| 2013-08-28 | fixes in the Java binding | kr.angelov | |
| 2013-08-27 | added PGF.getStartCat() | kr.angelov | |
| 2013-08-27 | added method for best first parsing in the Java binding | kr.angelov | |
| 2013-08-27 | bugfix in the java binding | kr.angelov | |
| 2013-08-27 | linearization in the Java binding | kr.angelov | |
| 2013-08-27 | small refactoring in the Java binding | kr.angelov | |
| 2013-08-27 | parsing from the Java binding | kr.angelov | |
| 2013-08-27 | comparison for strings in libgu | kr.angelov | |
| 2013-08-27 | quicksort and binary search for buffers in libgu | kr.angelov | |
| 2013-08-23 | nonExist now does the expected thing | kr.angelov | |
| 2013-08-23 | Add INSTALL file for python bindings. Add note about libtool to INSTALL of c ↵ | john | |
| runtime | |||
| 2013-08-21 | gfse: don't use multiline text boxes everywhere, just for concrete syntax | hallgren | |
| 2013-08-21 | change the locale in the test script for the Python binding | kr.angelov | |
| 2013-08-21 | fix in the C parser | kr.angelov | |
| 2013-08-21 | fix a crash in the python binding | kr.angelov | |
| 2013-08-20 | gf -server: fix for directory URLs without a trailing slash | hallgren | |
| When a browser requests a URL that refers to a directory, web server usually redirect the browser to the same URL with a trailing '/' added, if one was not already present. This is to prevent relative links in the returned document from being interpreted relative to the parent directory instead of the current document. This type of redirection was missing in gf -server. | |||
| 2013-08-19 | word completion in the C runtime now returns multi-word expressions and the ↵ | kr.angelov | |
| category for every expression | |||
| 2013-08-19 | gfse: only try to upload/compile grammars when browser is online | hallgren | |
| Show error message "Offline" if browser is offline. | |||
| 2013-08-19 | gfse: always open a resizable text box when editing concrete syntax | hallgren | |
| (Also fixed a broken link in gf-web-api-examples.html) | |||
| 2013-08-19 | fullFormLexicon in C and Python | kr.angelov | |
| 2013-08-19 | added GuEnum interface for iterating over maps in the C runtime | kr.angelov | |
| 2013-08-16 | implemented lookupMorpho for C and Python | kr.angelov | |
| 2013-08-16 | provide API to access the language code for the concrete language | kr.angelov | |
| 2013-08-16 | fixes in the C and Python API to make them closer to the Haskell API | kr.angelov | |
| 2013-08-15 | added graphvizParseTree in the C and Python runtimes | kr.angelov | |
| 2013-08-15 | graphvizAbstractTree in the C and Python runtimes | kr.angelov | |
| 2013-08-13 | Syntax editor: minor CSS fix | john.j.camilleri | |
| 2013-08-07 | Better error messages for attempts to redefine predefined constants | hallgren | |
| Instead of just "syntax error", you now get e.g. PType is a predefined constant, it can not be redefined This is a simple change in the parser. | |||
| 2013-08-01 | added untested port of GNU lightning to ARM | kr.angelov | |
| 2013-08-01 | a bit more on the Java to C binding. Now it is possible to load a grammar ↵ | kr.angelov | |
| and query for the list of languages | |||
| 2013-07-30 | the first approximation for a statistical model consistent with dependent ↵ | kr.angelov | |
| types in the abstract syntax | |||
| 2013-07-29 | Cloud & PGF service: use Content-Type application/json for JSON output | hallgren | |
| This is in accordance with RFC 4627. http://tools.ietf.org/html/rfc4627 Use application/javascript for JSONP output. | |||
| 2013-07-29 | minibar: more robust test for availability localStorage | hallgren | |
| Minibar should now work if localStorage is disabled or unavailable. (In Firefox, disabling cookies also disables localStorage.) | |||
| 2013-07-25 | Allow cross origin requests to GF cloud & PGF services | hallgren | |
| By adding a header Access-Control-Allow-Origin: * to the HTTP responses, web browsers are informed that it is OK to call the services from web pages hosted on other sites. This is apparently supported in most modern browsers, so it should no longer be necessary to resort to JSONP. See https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS | |||
| 2013-07-25 | RGL Browser: now includes Syntax Editor tab! | john.j.camilleri | |
| 2013-07-24 | hs datatype generation for empty abstract types added | aarne | |
| 2013-07-18 | bugfix for parsing floating point numbers in the C runtime | kr.angelov | |
| 2013-07-15 | gf-server.cabal: same changes as in gf.cabal for ghc-7.6 compatibility | hallgren | |
| 2013-07-05 | the hash function for pgf.Expr is now really added | kr.angelov | |
| 2013-07-03 | the parser in the C runtime now checks for duplicated results | kr.angelov | |
| 2013-07-02 | complete pgf_expr_eq in the C runtime | kr.angelov | |
| 2013-07-02 | hash function for abstract syntax trees | kr.angelov | |
| 2013-06-27 | C runtime: fix the debug modes in the parser and in the reasoner after the ↵ | kr.angelov | |
| changes in the printer | |||
| 2013-06-27 | typos in the documentation for the Python binding | kr.angelov | |
| 2013-06-27 | a complete Python API for reading, printing and manipulation of abstract ↵ | kr.angelov | |
| trees and types. This includes dependent types, high-order abstract syntax and implicit arguments | |||
| 2013-06-26 | dummy compute function in the Python binding | kr.angelov | |
| 2013-06-26 | we no longer maintain an explicit list of functions per category since now ↵ | kr.angelov | |
| it is implicitly kept in the JIT compiled code | |||
| 2013-06-26 | forgot to add reasoner.h | kr.angelov | |
