mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
grammaro
llvm-svn: 43729
This commit is contained in:
parent
963e54c2cf
commit
c7800bd256
@ -91,7 +91,7 @@ Assignment</a> - the concepts are really quite natural once you grok them.</p>
|
|||||||
<p>Note that instead of adding virtual methods to the ExprAST class hierarchy,
|
<p>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
|
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:
|
this. Again, this tutorial won't dwell on good software engineering practices:
|
||||||
for our purposes, adding virtual methods is simplest.</p>
|
for our purposes, adding a virtual method is simplest.</p>
|
||||||
|
|
||||||
<p>The
|
<p>The
|
||||||
second thing we want is an "Error" method like we used for parser, which will
|
second thing we want is an "Error" method like we used for parser, which will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user