In this challenge I will create an interpreter in Rust following the book Writing An Interpreter In Go.
Transforming, from source code to tokens, is called “lexical analysis”, or “lexing” for short.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
In this challenge I will create an interpreter in Rust following the book Writing An Interpreter In Go.
Transforming, from source code to tokens, is called “lexical analysis”, or “lexing” for short.