summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-09Transfer: changed syntax to remove the mandatory type annotation in let.bringert
2005-12-09Regenerated gf-compiler-png with Aarne's and my changes.bringert
2005-12-09Added more steps in the speech grammar part of the GF compiler graph.bringert
2005-12-09more compiler dataaarne
2005-12-09Added note about Transfer being experimental.bringert
2005-12-09doc on chartaarne
2005-12-09doc on GF compileraarne
2005-12-09doc on embeddedaarne
2005-12-09mcfgaarne
2005-12-09link to GF prologaarne
2005-12-08SLF generation: make sure that there is only one final node, and that it is ↵bringert
actually final.
2005-12-08Set encoding in txt2tags documents to utf-8.bringert
2005-12-08Transfer: fixed bug in prelude partition. Fixed naming of tuple field names, ↵bringert
made it 1-based as in docs, instead of 0-based as before.
2005-12-08Transfer: Added compile_all.sh.bringert
2005-12-08document on main indexaarne
2005-12-08documentation documentaarne
2005-12-08removing obsolete doc/bookaarne
2005-12-08removed obsolete index fileaarne
2005-12-07more Scandinavianaarne
2005-12-07Transfer reference: first proof reading fixes.bringert
2005-12-07Transfer reference: operators, overloadingbringert
2005-12-07Transfer: derive Eq Boolbringert
2005-12-07Transfer reference: added list patterns, do notation.bringert
2005-12-07Transfer reference: added metavariable section and implementation status ↵bringert
section.
2005-12-06Transfer tutorial: conjunction, not conjugation.bringert
2005-12-06Transfer: Changed transfer program file extension from .tr to .tra to avoid ↵bringert
collision with Troff file extension.
2005-12-06Simple transfer tutorial touch-up.bringert
2005-12-06Moved transfer documentation to doc/. Added sections and text to transfer ↵bringert
tutorial and reference. Added script for generating html from txt2tags files.
2005-12-06Transfer: Fixed BNFC's layout resolver to not insert semicolon at end of ↵bringert
line if there is one already.
2005-12-06Transfer: fixed syntax error in prelude definition of partition.bringert
2005-12-06Transfer: Changed BNFC's layout syntax resolver to add a semicolon at EOF if ↵bringert
using top-level layout sytax. Changed transfer syntax to use this to force semicolon after imports when pretty printing transfer. transfer grammar printer now produces Transfer syntax, not core. It also imports prelude and includes Eq and Compos instances.
2005-12-06Transfer: moved pair stuff to prelude. Added partition function.bringert
2005-12-06opers in cncaarne
2005-12-06After suggestion from Jordi: note that darcs pull should be done inside the ↵bringert
local repository.
2005-12-06bug fix in Shell commands at, wtaarne
2005-12-05multimodal resource recreated for new APIaarne
2005-12-05Added beginnings of a transfer language reference.bringert
2005-12-05Removed variable for the type argument of List.bringert
2005-12-05Renamed transfer compiler and interpreter.bringert
2005-12-05Changed test.tr to run a fibNat test.bringert
2005-12-05Added aggregation example.bringert
2005-12-05Added tuple expressions and patterns.bringert
2005-12-05tidy up res; bug fix in ShellState.addTransferaarne
2005-12-05Transfer: fixed Eq derivation to at least work for GF-generated Tree types.bringert
2005-12-02Transfer added guards and Eq derivation.bringert
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-12-02Added some differences between Cayenne and Transfer to transfer READMEbringert
2005-12-02Make words in SLF language models upper case.bringert
2005-12-01Transfer: removed list syntax from TODO.bringert
2005-12-01Added list patterns. Added som simple prelude functions.bringert