Thank you Jan, for your work in enhancing PetitParser for Markdown. I think I got what you did by loading PetitParser in Pharo 4.0. I found the examples PPMarkdownGrammarTest, category testing-documents. I also read http://scg.unibe.ch/research/indentParsing. Could you please elaborate a bit more about the changes you did to the grammar and give some more usage examples? Regards Hannes On 4/14/15, Jan Kurš <kurs@iam.unibe.ch> wrote:
Hey,
I also created an indentation sensitive extension of PetitParser, I also included some examples including Markdown. If you load PetitParser, you get the Markdown example as well.
There is a short introduction to the indentation:
http://scg.unibe.ch/research/indentParsing
Cheers Jan On Apr 13, 2015 5:24 PM, "H. Hirzel" <hannes.hirzel@gmail.com> wrote:
Are there any news on this?
--Hannes
On 12/28/14, Norbert Hartl <norbert@hartl.name> wrote:
I found markdown parsers in smalltalkhub and in the configuration browser.
http://smalltalkhub.com/#!/~PharoExtras/PetitMarkdown/ <http://smalltalkhub.com/#!/~PharoExtras/PetitMarkdown/>
and the one in the configuration browser
PPMarkdown
If I understand it correctly both are rooted into work Camillo did. The one in PharoExtras looks newer to me. So I assume the best would be to copy the ConfigurationOfPetitMarkdown from PharoExtras to MetacelloRepo and remove the ConfigurationOfPPMarkdown. Right? Or are there any objections?
Norbert