1
0
forked from GitHub/gf-core

added wiki grammars

This commit is contained in:
aarne
2008-03-04 11:56:12 +00:00
parent e434f57eff
commit 9dcad11f09
39 changed files with 4484 additions and 0 deletions

7
examples/wiki/WikiEng.gf Normal file
View File

@@ -0,0 +1,7 @@
--# -path=.:present:prelude
concrete WikiEng of Wiki = WikiI with
(Syntax = SyntaxEng),
(LexWiki = LexWikiEng) ;