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
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