Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 323 Bytes

Implementation of Writing An Interpreter In Go in Rust

Things to improve

  • Support float literals
  • Support Utf-8 charset
  • Use arena alloc or a single Vec for AST storage
  • Make Lexer use an impl Iterator<Token>
  • Attach error messages to result types