Commit 09b70ba2 authored by Peter Eastman's avatar Peter Eastman
Browse files

Change to hopefully fix compilation error

parent 20cdc7c2
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
namespace Lepton { namespace Lepton {
class ParsedExpression;
/** /**
* An ExpressionProgram is a linear sequence of Operations for evaluating an expression. The evaluation * An ExpressionProgram is a linear sequence of Operations for evaluating an expression. The evaluation
* is done with a stack. The arguments to each Operation are first taken off the stack in order, then it is * is done with a stack. The arguments to each Operation are first taken off the stack in order, then it is
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment