roc-lang / book-of-examples

Software Design by Example in Roc
Other
37 stars 16 forks source link

topic: HTML parser #2

Open agu-z opened 8 months ago

lukewilliamboswell commented 8 months ago

For xml parsing there are at least two efforts I know of which have made a start 1. addition to roc-parser and 2. j-maas/roc-xml-parser

gvwilson commented 8 months ago

@agu-z would you like to take this one on? If so, thank you and I'll assign the issue to you.

agu-z commented 8 months ago

@gvwilson I'm sorry I missed this notification! Yes, I'd like to take this one.

I'm exploring ways to tackle this here: https://github.com/agu-z/roc-html-parser/blob/main/src/Parser.roc

gvwilson commented 8 months ago

thanks @agu-z - I've assigned this one to you and will update README.md. Can you please create a sub-directory under the project root called parser and put your work there (Roc files plus an index.md file with notes to yourself)? Cheers - Greg

agu-z commented 8 months ago

PR adding chapter subdir: https://github.com/roc-lang/book-of-examples/pull/44