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_c...@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-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to