• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Sep-2001-

Expr.yH A D09-Sep-2001717 5035

Hugs.lhsH A D09-Sep-2001569 2722

Main.lhsH A D09-Sep-2001844 3125

MakefileH A D09-Sep-2001525 3019

READMEH A D09-Sep-2001371 148

Tree.lhsH A D09-Sep-2001564 2016

README

1
2Example of arithmetic expression parsing, but producing a labelled
3forest.
4
5Note use of polymorphic type in the labels. See the code more more
6discussion.
7
8"make run" to run the test case.
9
10For Hugs, load up Hugs.lhs - it is a simplified version of Main, with entry
11point "test :: String -> IO ()"
12
13NOTE: you need the -98 flag on Hugs, owing to non-standard class use
14