Jeremy Siek 6 년 전
부모
커밋
c636edb84e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      book.tex

+ 2 - 0
book.tex

@@ -3452,6 +3452,8 @@ error.  If it does, there is something wrong with your type checker.
 \section{The $C_1$ Language}
 \label{sec:c1}
 
+UNDER CONSTRUCTION
+
 The $R_2$ language adds Booleans and conditional expressions to $R_1$.
 As with $R_1$, we shall compile to a C-like intermediate language, but
 we need to grow that intermediate language to handle the new features