ch1n3du's recent activity

  1. Comment on Has anybody followed along with Crafting Interpreters? in ~comp

    ch1n3du
    Link Parent
    I had this same issue I wanted to try something new so I wrote a custom language for the second half but the type checker is relatively simple. I took a lot of inspiration from the chapter on...

    I had this same issue I wanted to try something new so I wrote a custom language for the second half but the type checker is relatively simple. I took a lot of inspiration from the chapter on semantic analysis and this great blog post also I made a list of nice compiler resources here on my blog and I'm very open to answer any questions about the code

    edit: I used rust instead of Java

    1 vote