Add TODO to draft

This commit is contained in:
Danila Fedorin 2019-08-26 00:18:20 -07:00
parent 469cabda14
commit 30c881ce3f
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ at the implementation now:
{{< codeblock "C++" "compiler/03/ast.cpp" >}} {{< codeblock "C++" "compiler/03/ast.cpp" >}}
{{< todo >}}Explain implementation, at least a little.{{< /todo >}}
This looks good, but we're not done yet. We can type This looks good, but we're not done yet. We can type
check expressions, but our program ins't check expressions, but our program ins't
made up of expressions. Rather, it's made up of made up of expressions. Rather, it's made up of