diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-02-28 15:49:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-02-28 15:49:13 +0000 |
| commit | 6248b4a1c79015f2fee994d61240b22fc2ed151e (patch) | |
| tree | 9fd03e014fd6b219e53fbaa6a0494f64554f3d13 /examples/model/MathEng.gf | |
| parent | b7890313963071961bdf4ac45f69a42da8977d95 (diff) | |
model for resource
Diffstat (limited to 'examples/model/MathEng.gf')
| -rw-r--r-- | examples/model/MathEng.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/model/MathEng.gf b/examples/model/MathEng.gf new file mode 100644 index 000000000..fcba8851b --- /dev/null +++ b/examples/model/MathEng.gf @@ -0,0 +1,7 @@ +--# -path=.:api:present:prelude:mathematical + +concrete MathEng of Math = MathI with + (Grammar = GrammarEng), + (Combinators = CombinatorsEng), + (Predication = PredicationEng), + (Lex = LexEng) ; |
