antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.08k stars 3.68k forks source link

plist grammar #1264

Open teverett opened 5 years ago

teverett commented 5 years ago

https://en.wikipedia.org/wiki/Property_list

HiranChaudhuri commented 8 months ago

For sure not a perfect implementation, but maybe a start? https://github.com/HiranChaudhuri/OoliteAddonScanner/blob/main/src/main/antlr4/com/chaudhuri/plist/Plist.g4

There is another project https://github.com/3breadt/dd-plist that is quite mature but in case of parse errors does not give good location information. Antlr can do better.