diff options
Diffstat (limited to 'portToNewSyntax/readme.txt')
-rw-r--r-- | portToNewSyntax/readme.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/portToNewSyntax/readme.txt b/portToNewSyntax/readme.txt deleted file mode 100644 index b1dc277..0000000 --- a/portToNewSyntax/readme.txt +++ /dev/null @@ -1,20 +0,0 @@ -This file explains how to build a valid cocl that reads -Clean 1.3 sources and as a sideeffect produces sources -in which the explicit import statements have been -ported to 2.0 syntax ("coclPort" application) - -The module portToNewSyntax appears twice: in the "compiler" -folder and in the "portToNewSyntax" folder. Iff you want -to build coclPort then set the paths in such a way that -the portToNewSyntax.dcl/icl files from the portToNewSyntax -folder are preferred over the same files in the compiler -folder. - -Further set the "switch_import_syntax" macro in module -syntax to "one_point_three" - -The "switch_port_to_new_syntax" macro in module -portToNewSyntax is used to ed/disable the porting -facilities: -portToNewSyntax/portToNewSyntax.dcl: port -compiler/portToNewSyntax.dcl: dont_port |