| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-15 | fix in the versioning of the .gfo files | kr.angelov | |
| 2011-11-15 | now we store version number in every .gfo file. If the file is compiled with ↵ | kr.angelov | |
| different compiler then we simply recompile it. | |||
| 2011-11-15 | now the pretty printer in GF has a new mode called Internal. This is the ↵ | kr.angelov | |
| most detailed mode and it can print even things that are not in the GF syntax. For example PMCFG snippets and indirections. | |||
| 2011-11-15 | Now the errors messages from GF.Compile.Update also follow the new format | kr.angelov | |
| 2011-11-15 | the indirections in the .gf-tags files now point directly to the origin of ↵ | kr.angelov | |
| the corresponding indentifiers | |||
| 2011-11-15 | more structured format for errors and warnings from the compiler | kr.angelov | |
| 2011-11-14 | bugfix in the new PGF generation | kr.angelov | |
| 2011-11-14 | remove the -output-file option | kr.angelov | |
| 2011-11-14 | the new design for -tags | kr.angelov | |
| 2011-11-10 | Now PMCFG is compiled per module and at the end we only link it. The new ↵ | kr.angelov | |
| compilation schema is few times faster. | |||
| 2011-11-10 | remove few obsolete options from GF.Infra.Options | kr.angelov | |
| 2011-11-04 | qualified names in the tags file | kr.angelov | |
| 2011-11-02 | gfse: supply information about what's defined in the exampe language to the ↵ | hallgren | |
| server functions for example-based grammar writing | |||
| 2011-11-02 | gfse: example-based: remove target language from the example language menu | hallgren | |
| 2011-11-02 | merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ↵ | kr.angelov | |
| separate PGF building | |||
| 2011-11-02 | Now the compiler maintains more precise information for the source locations ↵ | kr.angelov | |
| of the different definitions. There is a --tags option which generates a list of all identifiers with their source locations. | |||
| 2011-11-01 | gfse: grammar sharing: bug fixes and win32 support | hallgren | |
| win32 support is untested | |||
| 2011-11-01 | gfse: documentation update | hallgren | |
| 2011-11-01 | Remove configuration flag cclazy | hallgren | |
| 2011-11-01 | Fixed a typo in the shell online help | Nick Frolov | |
| 2011-10-25 | Recording an alternative version of look in Compute/ConcreteLazy.hs | hallgren | |
| Commented out, causes problems in the greek example. | |||
| 2011-10-25 | Preparations for release of GF 3.3 | hallgren | |
| + Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed. | |||
| 2011-10-25 | qualification with real module name accepted, as in GF refman | aarne | |
| 2011-10-25 | TODO list for example-based grammar writing and grammar editor functionality | hallgren | |
| 2011-10-24 | use associativity to force more precompilation of pre expressions | aarne | |
| 2011-10-21 | Work on example-based grammar writing | hallgren | |
| + Preparations to support more target languages. Tested with Swedish. + Don't enable example-based editing if there is less that two concrete languages in the grammar. + Don't show the "By example" button until the required lincat has been defined. + Remember the chosen language for examples. | |||
| 2011-10-20 | Introduce an explicit error value in the Term type | hallgren | |
| This makes it easier to treat run-time errors (e.g. caused by calls to Predef.error) in a way that is more typical for a lazy functional language. | |||
| 2011-10-20 | Some experiments with PSeq (left commented out) | hallgren | |
| 2011-10-20 | Compute/ConcreteLazy.hs: no need to reverse when looking up labels in records | hallgren | |
| 2011-10-20 | AppPredefined.hs: more readable notation for the types of primitives | hallgren | |
| 2011-10-20 | PGF.hs: Add LANGUAGE BangPatterns to make GHC 7.2 happy | hallgren | |
| Also remove oddly named function forExample (topological sorting) from export list. | |||
| 2011-10-18 | pgf-http setup: update path to minibar | hallgren | |
| 2011-10-18 | minibar: adding a start category menu | hallgren | |
| + The start category menu can be turned off by passing the option {startcat_menu:false} when starting the minibar. + Documentation updates. | |||
| 2011-10-18 | minibar: add a button to show some grammar info | hallgren | |
| 2011-10-18 | pgf service: include the start category in grammar info | hallgren | |
| 2011-10-17 | example-based: use random generation for the examples | hallgren | |
| 2011-10-12 | Show version & configuration info when gf -server starts | hallgren | |
| 2011-10-12 | Bug fixes for gf -server mode and setup | hallgren | |
| 2011-10-12 | Improvements of "gf -server" mode and related setup | hallgren | |
| "gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete. | |||
| 2011-10-11 | More work on support for gfse in "gf -server" mode | hallgren | |
| 2011-10-10 | gfse: make it workw ith "gf -server" cloud services | hallgren | |
| 2011-10-10 | Add cloud services needed by gfse to "gf -server" mode | hallgren | |
| 2011-10-10 | minibar/support.js: added function encodeArgs. | hallgren | |
| 2011-10-10 | More functionality in "gf -server" mode | hallgren | |
| "gf -server" mode now includes PGF service and the services to support example-based grammar writing. (But gf -server is not quite ready to replace pgf-http yet...) Also bumped GF version number to 3.2.10-darcs | |||
| 2011-10-07 | gfse: documentation tweaks | hallgren | |
| 2011-10-04 | example-based grammar writing: avoid a problem by returning Nothing instead ↵ | hallgren | |
| of calling error | |||
| 2011-10-03 | gfse: browser compatibility fixes | hallgren | |
| 2011-10-03 | gfse: references to the GF book in keyword tool tips and style tweaks for ↵ | hallgren | |
| example-based grammar editing | |||
| 2011-09-29 | Example-based grammar writing: fix problems caused by the use of exprToAPI | hallgren | |
| The editor needs to keep track of both the raw term and the nice term returned by exprToAPI. (Manually constructed linearization rules will now have the raw term and can not be tested.) Also replace metavariables in generalized terms with the apropriate parameter from the linearization rule. Also fix communication problems caused by inconsistent use of show/read vs showExpr/readExpr. | |||
| 2011-09-28 | gfse: about.html updates | hallgren | |
