Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Following https://interpreterbook.com/ using Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages