diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-09-05 14:05:42 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-09-05 14:05:42 +0000 |
| commit | d2a5148708a3f270b058403e573106ed1d309957 (patch) | |
| tree | d1676e0578644e96ba644250c5190f5e294bac06 /examples/tutorial/embedded/LexMathEng.gf | |
| parent | e2b9657f79d913dddb064037e79a9dd1a63bdbf9 (diff) | |
modernized parser in EmbedAPI
Diffstat (limited to 'examples/tutorial/embedded/LexMathEng.gf')
| -rw-r--r-- | examples/tutorial/embedded/LexMathEng.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/tutorial/embedded/LexMathEng.gf b/examples/tutorial/embedded/LexMathEng.gf new file mode 100644 index 000000000..183fa520f --- /dev/null +++ b/examples/tutorial/embedded/LexMathEng.gf @@ -0,0 +1,8 @@ +instance LexMathEng of LexMath = open SyntaxEng, ParadigmsEng in { + + oper + even_A = mkA "even" ; + odd_A = mkA "odd" ; + prime_A = mkA "prime" ; + +} |
