Re: parserino 0.2.0

2022-10-23 Thread Andrea Fontana via Digitalmars-d-announce

On Saturday, 22 October 2022 at 22:14:26 UTC, Adam D Ruppe wrote:

On Saturday, 22 October 2022 at 21:58:54 UTC, Enjoys Math wrote:

Nice!  So it's D's answer to Python's BeautifulSoup.


D has had a html tag soup parser since 2009 in my dom.d.

The parserino might be more html5 compliant specifically 
though, as mine was written before html5 was a thing. It's been 
updated with it but still an independent parser (capable of 
reading in-the-wild html as well as things like xml and even 
php tags) instead of following their specific algorithm.


Ah-ah! Adam is worried 
Just kidding, he helped me to compile parserino on Windows, so 
thanks Adam!


Re: parserino 0.2.0

2022-10-22 Thread Adam D Ruppe via Digitalmars-d-announce

On Saturday, 22 October 2022 at 21:58:54 UTC, Enjoys Math wrote:

Nice!  So it's D's answer to Python's BeautifulSoup.


D has had a html tag soup parser since 2009 in my dom.d.

The parserino might be more html5 compliant specifically though, 
as mine was written before html5 was a thing. It's been updated 
with it but still an independent parser (capable of reading 
in-the-wild html as well as things like xml and even php tags) 
instead of following their specific algorithm.


Re: parserino 0.2.0

2022-10-22 Thread Enjoys Math via Digitalmars-d-announce
On Wednesday, 19 October 2022 at 08:30:57 UTC, Andrea Fontana 
wrote:

Hello!

Finally I released the public version of parserino, a html5 
parser for linux, macos and windows.


Link:
https://github.com/trikko/parserino


Nice!  So it's D's answer to Python's BeautifulSoup.


Re: parserino 0.2.0

2022-10-21 Thread Guillaume Piolat via Digitalmars-d-announce
On Wednesday, 19 October 2022 at 08:30:57 UTC, Andrea Fontana 
wrote:

Hello!

Finally I released the public version of parserino, a html5 
parser for linux, macos and windows.


Link:
https://github.com/trikko/parserino


Nice, thanks for this!


Re: parserino 0.2.0

2022-10-20 Thread Andrea Fontana via Digitalmars-d-announce

On Thursday, 20 October 2022 at 13:24:27 UTC, psyscout wrote:
Wow, it uses builtin browser. Cool! I have a coming project, 
will try it out. Thank You for your effort!


You're welcome :)


Re: parserino 0.2.0

2022-10-20 Thread psyscout via Digitalmars-d-announce
Wow, it uses builtin browser. Cool! I have a coming project, will 
try it out. Thank You for your effort!





Re: parserino 0.2.0

2022-10-19 Thread rassoc via Digitalmars-d-announce

On 10/19/22 10:30, Andrea Fontana via Digitalmars-d-announce wrote:

Finally I released the public version of parserino, a html5 parser for linux, 
macos and windows.


Sweet, thanks for sharing, will check it out later!


parserino 0.2.0

2022-10-19 Thread Andrea Fontana via Digitalmars-d-announce

Hello!

Finally I released the public version of parserino, a html5 
parser for linux, macos and windows.


Link:
https://github.com/trikko/parserino