Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Print a little bit more with -v/--verbose #332

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

After #327 the self-hosted compiler compiles in just a few seconds, so the main purpose of -v is for someone new to the compiler to learn how it works (see CONTRIBUTING.md). I changed it to print one line for each compilation step (e.g. Tokenizing /home/akuli/jou/stdlib/_assert_fail.jou) instead of vaguely combining multiple steps into one (e.g. Parsing Jou files...)