From bb80f93c4753ca80eb75bf83bb5f55b1ec885477 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Nov 2007 19:33:52 +0000 Subject: [PATCH] grammaro git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43729 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index 3e629287cc3..8e9ed1fb6bf 100644 --- a/docs/tutorial/LangImpl3.html +++ b/docs/tutorial/LangImpl3.html @@ -91,7 +91,7 @@ Assignment - the concepts are really quite natural once you grok them.

Note that instead of adding virtual methods to the ExprAST class hierarchy, it could also make sense to use a visitor pattern or some other way to model this. Again, this tutorial won't dwell on good software engineering practices: -for our purposes, adding virtual methods is simplest.

+for our purposes, adding a virtual method is simplest.

The second thing we want is an "Error" method like we used for parser, which will -- 2.34.1