[fpc-pascal] Re: [Lazarus] complex ini like syntax parser

Jorge Aldo G. de F. Junior jagfj80 at gmail.com
Thu Jan 6 07:24:26 CET 2011


i have a small parser called PON Compiler that stores objects into a
file using the following syntax :

Instance <nameofinstance> Of <classofinstance> ( <propertiesofsuchinstance> )
Begin
<other instances here> etc
End.

properties can itself point to instances wich can be declared in place.

with this setup and a bunch of RTTI etc you can have a very rich config file.

2011/1/6 leledumbo <leledumbo_cool at yahoo.co.id>:
>
> If you want something fast, pyacc and plex distributed with fpc can be an
> option. But I suggest writing your own since that way you'll have a full
> control of its features.
> --
> View this message in context: http://free-pascal-general.1045716.n5.nabble.com/complex-ini-like-syntax-parser-tp3329069p3330004.html
> Sent from the Free Pascal - General mailing list archive at Nabble.com.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



More information about the fpc-pascal mailing list