On June 1, 2016 6:31:29 PM GMT+02:00, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Iâm installing pillar like this:
pillar: spec spec project: 'Pillar' with: [ spec className: 'ConfigurationOfPillar'; loads: #('html exporter'); repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main' ]
who, according to me, should give me elements to parse pillar
I don't have the code at hand but this not what I expect : the parser is not necessary to export html, you just need a document model (which you could get through a Markdown parser for example).
export to html⦠but when I finish, my installation is lacking a parser.
⦠and PRDocumentItem class>>#parser is having an undeclared behaviour (PRPillarParserMain is not in the system).
This has probably been fixed by Yann already in the development version. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill