Tag Archive > parser

bbcodeutils: BBCode parser and BBCode to HTML for Python

Yesterday I was looking for a Python module able to parse Bulletin Board Code (bbcode for friends) or able to transform bbcode to HTML.
After looking on the Internet I decided to create bbcodeutils a Python module to parse, generate and transform bbcode. I created in a way that I think is really simple to use.
Inside [...]

Continue reading

, , ,

Superfast tokenizer in PHP

I am currently working on a PHP library/framework (I think it looks more like a library than a framework, and I think it’s better this way).
The thing is that for some of the components I needed to parse some data (look at parser definition), and for that task I needed a PHP tokenizer (or PHP [...]

Continue reading

, , , , , , ,