| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-06-26 | forgot to add jit.h | kr.angelov | |
| 2013-06-26 | an optimization in the jitter for generating more compact code | kr.angelov | |
| 2013-06-26 | patch for adjustable heuristics from Python | kr.angelov | |
| 2013-06-26 | compatibility issue for MacOS X | kr.angelov | |
| 2013-06-26 | fix for x86_64 | kr.angelov | |
| 2013-06-25 | Now there is a just-in-time compiler which generates native code for proof ↵ | kr.angelov | |
| search. This is already used by the exhaustive generator. The time to generate 10000 abstract trees with ParseEng went down from 4.43 sec to 0.29 sec. | |||
| 2013-06-24 | bugfix for the linearizer in the C runtime | kr.angelov | |
| 2013-06-22 | bugfix for the word completion in the C runtime | kr.angelov | |
| 2013-06-20 | add x86_64 support to GNU lightning | kr.angelov | |
| 2013-06-19 | fíx in the Python binding for compatibility with Python<2.7 | kr.angelov | |
| 2013-06-19 | fix an issue in the Python binding related to the 32 vs 64 bit compatibility | kr.angelov | |
| 2013-06-17 | fix for a couple of warnings that are generated when GNU lightning is used | kr.angelov | |
| 2013-06-17 | add the source code for GNU lightning in the source directory for the C runtime | kr.angelov | |
| 2013-06-15 | Improvements In Sindhi RG | virk.shafqat | |
| 2013-06-14 | bugfix in the python binding | kr.angelov | |
| 2013-06-13 | Fix UTF-8 decoding problem in gf -server | hallgren | |
| The package network-2.4.1.1 thoughlessly introduced a backward incompatible change to the function Network.URI.unEscapeString, see https://github.com/haskell/network/commit/f2168b1f8978b4ad9c504e545755f0795ac869ce This also affects the function Network.Shed.Httpd.queryToArguments, which is used in GFServer.hs. To remain compatible with older and newer versions of the network package, we need to stay clear of queryToArguments and unEscapeString. A replacement function has been added to server/URLEncoding.hs. | |||
| 2013-06-13 | Syntax editor: minor CSS tweak to resemble Minibar more | john.j.camilleri | |
| 2013-06-13 | Syntax editor: AST string always shown, remove export button | john.j.camilleri | |
| 2013-06-10 | Update the usage text for the --output-format option | hallgren | |
| It needs to be updated manually when the list of available output format changes. | |||
| 2013-06-02 | GF.Text.Transliterations: avoid error prone function Data.Map.fromAscList | hallgren | |
| 2013-05-31 | Prasad's sanskrit transliteration ; MiniresourceSan now compiles but is ↵ | aarne | |
| mostly incorrect due to missing paradigms | |||
| 2013-05-31 | now the call Expr.unpack("? e1 e2") in Python returns a pair with None as ↵ | kr.angelov | |
| the first element and a the list [e1,e2] as the second. This makes it easier to decompose partial abstract trees | |||
| 2013-05-31 | improved error message in the Python binding | kr.angelov | |
| 2013-05-30 | bugfix for the grammar printer in the C runtime | kr.angelov | |
| 2013-05-29 | a simple refactoring in the Python runtime | kr.angelov | |
| 2013-05-29 | readPGF in the Python runtime now throws "No such file or directory" ↵ | kr.angelov | |
| exception if the grammar is missing | |||
| 2013-05-28 | added a test class for the Java API plus a small refinement in the ↵ | kr.angelov | |
| implementation for the binding | |||
| 2013-05-28 | an initial skeleton for building a Java binding to the C runtime | kr.angelov | |
