Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 225 Bytes

Readme.md

File metadata and controls

7 lines (5 loc) · 225 Bytes

Build your own compiler with llvm and clang

Before the first line of code !

  1. check visitor pattern

Hints

  1. What's the difference between Visit and VisitStmt ?