wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

Replaced CharPtr with Tokenizer #45

Closed wduquette closed 4 years ago

wduquette commented 4 years ago

Both expr.rs and interp.rs now use Tokenizer instead of CharPtr or Peekable<Char>, albeit in a suboptimal way.