| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02-10 | update to System.Environment (getArgs) | 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-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. | |||
| 2019-12-12 | Remove outdated advice on producing Haskell file | Inari Listenmaa | |
| 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. | |||
| 2018-12-06 | Fix linking to chapters in gf-tutorial; Remove reference to Htmls. | John J. Camilleri | |
| 2018-12-05 | Another fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-12-05 | Fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-11-04 | Fix encoding on tutorial | John J. Camilleri | |
| 2018-10-31 | Remove doc/tutorial/gf-tutorial.html from version control | John J. Camilleri | |
| Checked that the t2t is still valid and html should be automatically generated. Although there is some encoding issue with this file? | |||
| 2017-02-01 | typo in gf-tutorial: enougo->enough | krasimir | |
| 2013-08-12 | Correct #chaptwo to #chapfour URLs in tutorial | john.j.camilleri | |
| Thanks to "drbean" from the IRC channel for pointing this out! | |||
| 2010-12-23 | word alignment ex in tutorial | aarne | |
| 2010-12-23 | updated tutorial and quickstart for 3.2 | aarne | |
| 2010-12-22 | Documentation fixes | hallgren | |
| + Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents | |||
| 2010-12-22 | moved parts of doc to deprecated/doc | aarne | |
| 2008-06-27 | rm old tutorials | aarne | |
| 2007-08-31 | moved away book | aarne | |
| 2007-08-30 | chaps 1-4 | aarne | |
| 2007-08-29 | introductions to chapters | aarne | |
| 2007-08-29 | patches to forthcoming chapters | aarne | |
| 2007-08-29 | appendices to the book | aarne | |
| 2007-08-28 | chap on syntax and morpho | aarne | |
| 2007-08-28 | section on cf grammars | aarne | |
| 2007-08-28 | intro revised | aarne | |
| 2007-08-26 | chapter on parameters | aarne | |
| 2007-08-16 | section on agreement | aarne | |
| 2007-08-16 | foods example moved and completed | aarne | |
| 2007-08-16 | book in separate file | aarne | |
| 2007-08-16 | moved tutorial examples to GF/examples | aarne | |
| 2007-08-16 | improving mini res morpho | aarne | |
| 2007-08-16 | prepared mini syntax example | aarne | |
| 2007-08-15 | book style | aarne | |
| 2007-08-15 | restructured middle part of tutorial | aarne | |
| 2007-08-14 | Hello grammars in tutorial | aarne | |
| 2007-08-13 | new tutorial version started | aarne | |
| 2007-07-08 | links to tutorial in index | aarne | |
| 2007-07-08 | tutorial in final form | aarne | |
| 2007-07-08 | peb's forest patch | aarne | |
| 2007-07-06 | new tutorial almost finished | aarne | |
| 2007-07-05 | resource-food example in tutorial | aarne | |
| 2007-06-19 | restricted functor example | aarne | |
