Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-10-06 22:09:57 -0700 (Sat, 06 Oct 2001)
Revision: 3421
Log message:
Essentially, this commit is a bunch of
code reorganization so that rewrites
and term declareations are now found
in more logical places (I claim).
- Fir*state* is now removed.
- Fir_ty and Fir_exp now just declare terms.
All evaluations is done with firEvalT in Fir_eval.
This means that Fir_int also went away.
- Fir_*type* are no longer compiled by default.
I'll come back to these when I need to,
under the assumption that by then, everything
else will have stabilized / be close to that state.