DWidel / ZilObjectVisualizer

Object Visualizer for Infocom ZIL Files
MIT License
7 stars 0 forks source link

Improve ZIL syntax parsing #1

Open taradinoc opened 5 years ago

taradinoc commented 5 years ago

ZILF uses Zilf.Language.Parser to read source code into objects. The rules for parsing object names and comments can be tricky, so this would be a way to improve accuracy. The class probably can't be used directly right now, but you could adapt the algorithm it uses.

DWidel commented 5 years ago

Appreciate you finding that. If I'd known it was that hard I never would have started! Too bad it's not like a dll I could load. That does answer some questions I was wondering about, though. I'm going to concentrate on the UI first, and come back to the parsing. Thanks again.