Skip to content

murraycu/murrayc-compiler-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

murrayc-compiler-experiments

Code experiments to exercise ideas while reading "Engineering a Compiler".

This is mostly just C++ implementations of the pseudocode in the book. It probably won't make much sense unless you have the book.

Currently the code is just meant to implement the algorithms, so I can be sure that I understand the pseudocode and its description in the book, trying to write fairly concise but correct code. It is not meant to be efficient, but I might get around to that too if it doesn't make the code less readable.

About

Code experiments to exercise ideas while reading "Engineering a Compiler".

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors