Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 563 Bytes

README.org

File metadata and controls

17 lines (12 loc) · 563 Bytes

Compiler adventure

Attempt to solve exercises from very old compiler book for newbies.

Link to the book: Let’s Build a Compiler, by Jack Crenshaw https://compilers.iecc.com/crenshaw/

It’s seems to be very easy book achually.

Difference of my implementation from the book

AspectUsed in bookUsed in my repo
LanguagePascalC
CompilerTurboPascalclang / any modern
Target Assembly68000Atmel AVR / avra
Target PlatformSK*DOSATmega16 MCU