viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

Finer grained async #2

Closed viperscape closed 7 years ago

viperscape commented 7 years ago

StreamParser already streams in a file and parses each block; but a better way would be to parse by statement, collect, then build the block on each step of the iteration.

viperscape commented 7 years ago

shelving this for now, as per block parsing seems efficient for now