<div dir="ltr">Hi there!<div><br></div><div>I want to write some small toy language using attoparsec.</div><div><br></div><div>So I thought, first step tokenize. Let attoparsec consume the input stream and produce a list of tokens.</div><div>Second step, parse tokens and produce the AST.</div><div><br></div><div>Using parsec this would be possible easily and is documented. But I want to use attoparsec for this task, because I am interested in attoparsecs capability to have the input in chunks.</div><div><br></div><div>TIA</div><div>Norbert</div></div>