Re: Coco/R Pascal restrictions

Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
26 Oct 2005 14:27:48 -0400

          From comp.compilers

Related articles
Coco/R Pascal restrictions djg@tramontana.co.hu (DEÁK JAHN, Gábor) (2005-10-23)
Re: Coco/R Pascal restrictions Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2005-10-26)
Re: Coco/R Pascal restrictions DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-10-26)
Re: Coco/R Pascal restrictions djg@tramontana.co.hu (DEÁK JAHN, Gábor) (2005-10-26)
Re: Coco/R Pascal restrictions stephan@stack.nl (Stephan Eggermont) (2005-10-27)
Re: Coco/R Pascal restrictions djg@tramontana.co.hu (DEÁK JAHN, Gábor) (2005-10-29)
Re: Coco/R Pascal restrictions DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-10-29)
Re: Coco/R Pascal restrictions stephan@stack.nl (Stephan Eggermont) (2005-11-02)
[1 later articles]
| List of all articles for this month |

From: Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Newsgroups: comp.compilers
Date: 26 Oct 2005 14:27:48 -0400
Organization: Compilers Central
References: 05-10-148
Keywords: Pascal, tools
Posted-Date: 26 Oct 2005 14:27:48 EDT

>I ran out of the amount of literal terminals allowed (127) with my
>grammar.


I am quite sure, that the code of Coco/R can be modified to accept
much more tokens than 127. Some years ago I have studied the code of
the c++-version intensively and if I remember correctly, the limit
only was necessary to determine the first number for pragmas.


Little advertizing remark: The TextTransformer was stimulated by
Coco/R and can manage thousands of literal tokens by a ternary search
tree.


Regards


Detlef Meyer-Eltz


--
mailto:Meyer-Eltz@t-online.de


http://www.texttransformer.de
http://www.texttransformer.com
http://www.texttransformer.org
http://www.text-konverter.homepage.t-online.de


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.