Hi,
I would like to parse text like
-----
id(param1, param2, ... paramX)
id -> id
id ->> id
-----
id is alphanumeric string,
param is any string optionally enclosed in quotes (so both quoted and unquoted string is needed)
I saw that there are many tools for parsing but since I have no experience in such matters I don't know what would be the best.
PetitParser?
SmaCC?
Something else?
Thanks,
Peter