lunacookies / eldiro

Learn to make your own programming language with Rust

Home Page:https://lunacookies.github.io/lang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Part Three typo

cgyurgyik opened this issue · comments

remove mod util; from expr.rs, and put the following in lib.rs:

Should be

remove mod utils; from expr.rs, and put the following in lib.rs:

i.e. mod util -> mod utils

Thanks for the series!

Thanks for spotting this! I’ll fix it now.