| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-28 | Preliminary new shell feature: cc -trace. | hallgren | |
| You can now do things like cc -trace mkV "debug" to see a trace of all opers with their arguments and results during the computation of mkV "debug". | |||
| 2014-10-21 | Renaming SourceGrammar to Grammar and similarly for some related types | hallgren | |
| Included renamings: SourceGrammar -> Grammar SourceModule -> Module SourceModInfo -> ModuleInfo emptySourceGrammar -> emptyGrammar Also introduces a type synonym (which might be good to turn into a newtype): type ModuleName = Ident The reason is to make types like the following more self documenting: type Module = (ModuleName,ModuleInfo) type QIdent = (ModuleName,Ident) | |||
| 2014-07-27 | Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before) | hallgren | |
