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

Re: JDK 1.2



Archie Cobbs wrote:

> I agree in that the parsetab.txt should be an ASCII file with some
> simple (human readable) format, eg:
>
>   1 { 23, 17, 1, 1, -1 }
>   2 { 19, 5, 0, 0, -1 }
>   ...
>

I agree that 1 { 23, 17, 1, 1, -1 } is more readable that 01 17 11 01 01 FF,
but some comments to explain the meaning of 1, 2, ... will be nice. This must be
more usefull if this table is used by another Tool than sableCC.

And for Etienne a small bug report
Take a file x.g for instance and compile it with SabbleCC => No problem.
Open it with a file editor (for instance with code warrior). At the end of the
file add a line
// This a comment without end of line - do not add an end of line
Then compile => you get an error

Best regards
Philippe