Pascal analyzer - Yacc?
- From: "Borneq" <borneq@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 17 Oct 2008 16:51:30 +0200
Hi,
I want to create Pascal code analyzer, language version Delphi/Kylix and Lazarus, this tool also will convert between Delphi/Kylix and Lazarus. I create library for Delphi and I want to use this library with Lazarus and LCL.
LCL and VCL are differ and I want to convert my library to avoid maintain two version.
I must parse Pascal code.
Which compiler generator better to use? Standard Yacc or another; I prefer right analyze (LALR or LR(1))
Bison,BYacc,Gold,Lemon,SableCC ? or another from http://en.wikipedia.org/wiki/Comparison_of_parser_generators,LPG,Monkey
I want to create table data or Pascal source;
furthermore be good if generator will freem, willingly in Delphi, if not - in C/C++, ultimately Java.
Where I found good Delphi grammar?
.
- Follow-Ups:
- Re: Pascal analyzer - Yacc?
- From: Rob Kennedy
- Re: Pascal analyzer - Yacc?
- From: Marco van de Voort
- Re: Pascal analyzer - Yacc?
- From: Hans-Peter Diettrich
- Re: Pascal analyzer - Yacc?
- Prev by Date: Re: Calc time difference between two date/time/zones
- Next by Date: Re: Calc time difference between two date/time/zones
- Previous by thread: Calc time difference between two date/time/zones
- Next by thread: Re: Pascal analyzer - Yacc?
- Index(es):
Relevant Pages
|