diff options
Diffstat (limited to 'examples/gfcc/compiler/FILES')
| -rw-r--r-- | examples/gfcc/compiler/FILES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/gfcc/compiler/FILES b/examples/gfcc/compiler/FILES index a52e74c9e..8b1d89a90 100644 --- a/examples/gfcc/compiler/FILES +++ b/examples/gfcc/compiler/FILES @@ -25,6 +25,11 @@ TestImperC -- executable parser generated from ImperC.cf runtime.class -- runtime binary generated from runtime.j gft.tmp -- parse result generated by the compiler front end jvm.tmp -- pseudo-JVM produced by GF linearization +TestImperC -- external parser generated by BNFC +TestImperC.hs -- the external parser Main module +ParImperC.hs -- the external parser parser module +LexImperC.hs -- the external parser lexer module + Required programs to use the compiler: ------------------------------------- |
