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/LexMath.gf | |
| parent | e2b9657f79d913dddb064037e79a9dd1a63bdbf9 (diff) | |
modernized parser in EmbedAPI
Diffstat (limited to 'examples/tutorial/embedded/LexMath.gf')
| -rw-r--r-- | examples/tutorial/embedded/LexMath.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/tutorial/embedded/LexMath.gf b/examples/tutorial/embedded/LexMath.gf new file mode 100644 index 000000000..25bfe8846 --- /dev/null +++ b/examples/tutorial/embedded/LexMath.gf @@ -0,0 +1,8 @@ +interface LexMath = open Syntax in { + + oper + even_A : A ; + odd_A : A ; + prime_A : A ; + +} |
