GoncaloMark / MunchLex

A simple HTML Lexer/Parser to wrap my head around lexers and parsers, the foundations of a compiler/interpreter. Since I love webscraping thought I'd give it a try!
1 stars 1 forks source link

Create Python Bindings so we can call from Python code #5

Open GoncaloMark opened 8 months ago

GoncaloMark commented 8 months ago

Be able to specify the number of workers and parse multiple files in a distributed manner.