Files
gf-core/src/compiler/GF/Grammar
hallgren 491e8b2bb8 Renaming SourceGrammar to Grammar and similarly for some related types
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-10-21 14:42:31 +00:00
..
2014-10-20 15:05:43 +00:00
2013-11-20 00:45:33 +00:00
2014-10-20 15:05:43 +00:00
2014-10-20 15:05:43 +00:00
2014-10-20 15:05:43 +00:00
2014-10-15 20:42:36 +00:00