| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-23 | Add MOLTO best practices, molto domain has expired | Inari Listenmaa | |
| 2025-08-11 | update developers' guide | Inari Listenmaa | |
| 2025-08-02 | update default depth in tutorial and help text | Inari Listenmaa | |
| 2025-08-02 | convert editor-modes into markdown | Inari Listenmaa | |
| 2025-02-20 | Specify that extending a grammar doesn't inherit the startcat | Inari Listenmaa | |
| 2024-04-29 | be consistent in the use of quotes | Inari Listenmaa | |
| 2024-04-29 | Clarify description for vt | Inari Listenmaa | |
| 2023-03-03 | Update instructions for Geany | Inari Listenmaa | |
| 2023-02-10 | update to System.Environment (getArgs) | Inari Listenmaa | |
| 2021-11-08 | Add simpler VSCode extension to editor modes page | John J. Camilleri | |
| 2021-08-17 | Move Thomas from current to previous on maintainers page | John J. Camilleri | |
| 2021-07-26 | add VS code on the list of editor modes | Inari Listenmaa | |
| 2021-07-15 | General restructuring, various minor changes | Inari Listenmaa | |
| 2021-07-15 | Update C runtime instructions | Inari Listenmaa | |
| 2021-07-15 | Remove instructions to create binaries | Inari Listenmaa | |
| Those are in github actions | |||
| 2021-07-15 | Split the Cabal instructions to another page | Inari Listenmaa | |
| and link from main instructions | |||
| 2021-07-14 | install and upgrade stack | 1Regina | |
| 2021-07-14 | updated docs to reflect binaries generated via github actions | Meowyam | |
| fix merge conflicts resolve merge conflict | |||
| 2021-07-14 | Changes in Git instructions | Inari Listenmaa | |
| 2021-07-14 | updated doc with instructions for C runtime for ubuntu and fedora | Inari Listenmaa | |
| 2021-07-14 | Changes in Git instructions | Inari Listenmaa | |
| 2021-07-14 | update doc for linux installation | Meowyam | |
| 2021-07-14 | Update information about test suite | Inari Listenmaa | |
| Co-Authored-By: 1Regina <46968488+1Regina@users.noreply.github.com> | |||
| 2021-07-14 | Update instructions about C runtime | Inari Listenmaa | |
| 2021-02-22 | (refman) Add section about lists + links to my blog | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Rename TV (transitive verb) to V2, the name used in RGL | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Remove reference to morpho_list + overly verbose path | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Update the pre syntax | Inari Listenmaa | |
| 2020-09-29 | (Tutorial) Remove mentions to pt -typecheck | Inari Listenmaa | |
| The GF shell no longer has `put_tree -typecheck` option, and typechecking is done automatically when parsing. The metavariable thing is a bit unclear: you don't get it when parsing "dim the light", or "switch on the fan, but you do get it when you `gt` after adding `switchOn` and `switchOff`. ``` > p "switch on the fan" CAction fan (switchOff fan) (DKindOne fan) > gt CAction light dim (DKindOne light) CAction ?3 (switchOff ?3) (DKindOne ?3) CAction ?3 (switchOn ?3) (DKindOne ?3) ``` My hypothesis is that you don't get metavariable when parsing e.g. "dim the light", because even though `light` is suppressed in `CAction`, it still appears in `DKindOne`, so it gets to contribute to the whole tree with its string. | |||
| 2020-08-31 | (Tutorial) Minor typofixes + current error message | Inari Listenmaa | |
| 2020-08-30 | (Homepage) Change link of video tutorials to a page + small fixes | Inari Listenmaa | |
| Also added video tutorial link to the footer. | |||
| 2020-08-30 | Fix wording + formatting slightly | Inari Listenmaa | |
| 2020-08-30 | Add a page for all GF video tutorials | Inari Listenmaa | |
| 2020-08-21 | (Tutorial) Fix to make calculator example compile | Inari Listenmaa | |
| In abstract: startcat needs to be defined to run the commands that are shown later in the doc. In concrete: ss and SS are defined in Prelude. | |||
| 2020-06-16 | Merge pull request #55 from inariksit/error-messages | Inari Listenmaa | |
| Improvements in common error messages | |||
| 2020-06-14 | Update documentation. | Michael Elsdörfer | |
| 2020-06-05 | Condense the unsupported token gluing as per John's suggestion | Inari Listenmaa | |
| 2020-05-11 | Add Lauri Alanko to the list of contributors | Inari Listenmaa | |
| 2019-12-12 | Remove outdated advice on producing Haskell file | Inari Listenmaa | |
| 2019-05-20 | Update link to RGL tutorial (now HTML version) | John J. Camilleri | |
| 2019-05-06 | Merge pull request #42 from gear0/master | John J. Camilleri | |
| corrected some minor typos in reference manual | |||
| 2019-05-05 | corrected some minor typos in reference manual | gear0 | |
| 2019-05-03 | (doc) Update path to gflib.js | Inari Listenmaa | |
| 2019-05-03 | gf-tutorial: fix link to JavaScript translator demo | Thomas Hallgren | |
| After fixing trivial problem in translator.html, the demo works, but the example grammar contains only one langauge, so it is not so interesting. translator.html is located in src/runtime/javascript. The editor.html in the same location also works. | |||
| 2019-04-29 | started collecting error messages in order to explain them | Aarne Ranta | |
| 2018-12-22 | Change refs from RGL's Make.* to Setup.* in dev guide | John J. Camilleri | |
| 2018-12-10 | TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0 | John J. Camilleri | |
| The use of $toc$ and $table-of-contents$ flags changed, see: https://pandoc.org/releases.html#pandoc-2.0-29-oct-2017 under "Behaviour changes" | |||
| 2018-12-09 | Replace gf-refman.html with Markdown version gf-refman.md | John J. Camilleri | |
| The raw HTML was invalid, and this way we use the common website template for a uniform look without any duplication. It seems gf-refman.html was once generated from txt2tags, although I have been unable to find this original .t2t file. I also tried to re-generate txt2tags from HTML but was not able to. However I was able to convert HTML to Markdown using Pandoc and I think the result is pretty good, so I think we should use this. The original gf-refman.html can be obtained from git history, e.g.: https://github.com/GrammaticalFramework/gf-core/blob/a7e43d872f5e612f93131f2d8caf811fbee9aa83/doc/gf-refman.html | |||
| 2018-12-08 | Update doc/index page | John J. Camilleri | |
| 2018-12-06 | Fix linking to chapters in gf-tutorial; Remove reference to Htmls. | John J. Camilleri | |
