[fpc-pascal] Parser Generators
    Michael Van Canneyt 
    michael.vancanneyt at wisa.be
       
    Fri Dec  3 17:29:03 CET 2004
    
    
  
On Fri, 3 Dec 2004, Agustin Barto wrote:
> I'm looking for a good free (as in speech) parser generator for
> FreePascal. Right now I'm working with Coco/R (from
> http://www.tetzel.com/CocoR/) and I'm not very pleased with this tool.
> The generated code works perfect with fpc-1.9.4 but the (parser)
> compiler only works on Windows and I want my project to be as
> cross-platform as possible (Even the development tools).
Try tplexyacc.
It's distributed with FPC. sources are in utils/tply
Michael.
    
    
More information about the fpc-pascal
mailing list