Update references to lines of code count.
[oota-llvm.git] / docs / tutorial / LangImpl9.rst
index 6f694931ef862ab47b3334c664da3f56488cd9d1..c5140a12e5c7eb47058ae0a30d7eafa82931074b 100644 (file)
@@ -15,7 +15,7 @@ being a semi-interesting (but probably still useless) toy. :)
 
 It is interesting to see how far we've come, and how little code it has
 taken. We built the entire lexer, parser, AST, code generator, and an
-interactive run-loop (with a JIT!) by-hand in under 700 lines of
+interactive run-loop (with a JIT!) by-hand in under 1000 lines of
 (non-comment/non-blank) code.
 
 Our little language supports a couple of interesting features: it