1
0
forked from GitHub/gf-core

testing grammar distr

This commit is contained in:
aarne
2004-08-03 15:21:01 +00:00
parent b01e79de2c
commit 29b3d08046
6 changed files with 51 additions and 2 deletions

20
grammars/prelude/README Normal file
View File

@@ -0,0 +1,20 @@
Generic (i.e. language-independent) resources.
Coordination -- building lists; used in resource/*/
HTML -- printing with HTML formatting
Latex -- printing with Latex formatting
Precedence -- precedence levels and the use of parentheses
Predef -- type signatures of predefined opers
PredefAbs -- type signatures of predefined cats
Prelude -- useful string operations
Predef and PredefAbs no longer have to be imported explicitly
in GF 2.0.
Copyright (c) 2004 Aarne Ranta
under GNU General Public License (GPL).
Document last updated August 3, 2004.