Hi guys,
Many thanks for a great tool. I was able to complete (a previously written
treetop parser) in about 15 minutes!

I wanted to ask a couple of questions that naturally stem from my move from
treetop to parslet

Firstly, is there a benefit to treetop's generating code in a separate file
? or even - is there a benefit for parslet keeping it 'in memory' ? (in
terms of runtime use, not development)

Secondly, is there _any_ way to use treetop grammars with parslet? what I
turned to do was a mechanic search + replace of my treetop grammar plus
minor hand tweaks. immediately I was wondering about that.

When I finished, I realized I had two versions of the parser written with
both treetop and parslet. As a typical engineer I ran a quick benchmark --
and parslet (1.2.0) was faster by a considerable margin (perhaps i'll post
the results further down the week).


Thanks guys!

--
Dotan, @jondot

Reply via email to