Files
mercury/compiler
Peter Wang 3dedf92d05 Fix these problems with string and character literals output by the Java
Branches: main

Fix these problems with string and character literals output by the Java
backend, due to using routines originally designed for C literals:

- string literals cannot be broken into multiple segments

- \a, \v escape characters are not supported

- trigraphs are not supported so don't need to avoid them


compiler/c_util.m:
        Add versions of existing predicates which take the output language as
        an argument.

        Fix the above problems for Java.

compiler/mlds_to_java.m:
        Use the new predicates.
2009-05-07 01:16:27 +00:00
..
2009-04-22 06:35:23 +00:00
2009-04-16 01:45:09 +00:00
2009-04-30 04:37:27 +00:00
2009-04-16 01:45:09 +00:00
2009-01-16 02:31:26 +00:00
2008-08-27 03:58:44 +00:00