gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz/doc/pegboard/1020 PEG_1020.rst


From: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz/doc/pegboard/1020 PEG_1020.rst
Date: Fri, 25 Oct 2002 11:26:06 +0300
User-agent: Mutt/1.4i

On Thu, Oct 24, 2002 at 10:42:30AM -0400, Matti Katila wrote:
> +TextPrototype
> +-------------
> +
> +
> +import java.util.*;
> +
> +public class TextCalendar {
> +    static void p(String s) { System.out.print(s); } 
> +    static void pln(String s) { System.out.println(s); }

....

This is not good; that much code is probably not appropriate for
PEGs. Please include only the interfaces, and enough comments to
know approximately what is intended.

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]