diff options
author | martinw | 2000-06-06 10:17:57 +0000 |
---|---|---|
committer | martinw | 2000-06-06 10:17:57 +0000 |
commit | 0c2fc8bee853030a29494fbb1781f287421c0870 (patch) | |
tree | f92453d8dc6d150eafd6a89681c6071aaafda986 /coclmaindll | |
parent | enabled higher order function elimination also for functions (producers) (diff) |
added simple hacky preprocessor facility. The following source
module t
/*2.0
from m import :: T(C1)
0.2*/
//1.3
from m import T, C1
//3.1
will be transformed into
module t
/***/
from m import :: T(C1)
/***/
/*1.3
from m import T, C1
3.1*/
before scanning. In this way we achieve that the upper source can be
compiled with the 2.0 compiler as well as with the 1.3 compiler
The comments _must_ begin the line (no leading whitespaces are allowed).
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@150 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'coclmaindll')
0 files changed, 0 insertions, 0 deletions