I am working on an html5 parser and I want to get ideas of how a parser can be used outside a browser. So a very simple example is something like live DOM viewer(http://software.hixie.ch/utilities/js/live-dom-viewer/ ) that shows the hierarchy of the elements in the html code. This is an application that uses a parser outside a browser. So the applications has to use the functionalities of the parser to give some output or functionality. The Moose project (I think) gives parsing services and doesn't use parsing to give some other service I hope this is clearer :) Thank you very much
From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Tudor Girba Sent: Monday, August 19, 2013 11:29 AM To: Any question about pharo is welcome Subject: Re: [Pharo-users] Smalltalk frameworks that use parsers Hi, The Moose project uses PetitParser for various parsers: http://moosetechnology.org But, could you elaborate your use case? Doru On Mon, Aug 19, 2013 at 12:21 PM, Mohammad Al Houssami (Alumni) <mh...@mail.aub.edu<mailto:mh...@mail.aub.edu>> wrote: Hello all, Are there any frameworks or applications built in Smalltalk that use parsers ? If yes can I get the names of a few of them ? I was only able to find applications that provide parsing services but not things that use a parser to do something like sanitization for example. Any help is much appreciated :) -- www.tudorgirba.com<http://www.tudorgirba.com> "Every thing has its own flow"