nlsandler / write_a_c_compiler

Test suite to help you write your own C compiler
https://norasandler.com/2017/11/29/Write-a-Compiler.html
MIT License
855 stars 97 forks source link

AST changes on Week 5 are not all bolded #28

Closed retop56 closed 8 months ago

retop56 commented 8 months ago

The AST addition "Assign(string, exp)" on week 5 is not bolded. First image shows the AST definition on week 4, and second image shows the unbolded addition of the Assign AST on week 5. Screenshot 2024-01-24 005243 Screenshot 2024-01-24 005142

nlsandler commented 8 months ago

Thanks for reporting this! Just fixed it - the Assign constructor is now bolded in this listing.