compiling-to-assembly-from-scratch icon indicating copy to clipboard operation
compiling-to-assembly-from-scratch copied to clipboard

code organize issue and test cases

Open gengjiawen opened this issue 4 years ago • 1 comments

  • Is it possible add code based on chapter I think this way is more progressive, friendly to compiler newbie.

This is the sample code from https://interpreterbook.com/, I really enjoyed this way.

image

  • Add test cases

test case can make the code more playable, helpful understand the code and more fun.

gengjiawen avatar Dec 24 '20 10:12 gengjiawen

So far, the idea was to split the code into part-1 and part-2 folders; I'll play around to see if a more fine-grained approach will work…

keleshev avatar Dec 25 '20 21:12 keleshev