Skip to content

Commit

Permalink
Remove outdated picture of the AST from the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 8, 2023
1 parent 94844cf commit ee2c54f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file removed doc/images/ast.png
Binary file not shown.
8 changes: 0 additions & 8 deletions doc/tut_expression_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Constants and parameters are mathematically equivalent, the only difference bein
that the value of a constant is determined when the expression is created, whereas
the value of a parameter is loaded from a user-supplied data array at a later stage.

As a simple example, here is a graphical representation of the
AST for the expression :math:`\left( 1 - x^2\right)y-x`:

.. image:: images/ast.png
:scale: 30%
:align: center
:alt: Example of a symbolic tree in heyoka

Thanks to the use of modern C++ features (user-defined literals, overloaded operators, etc.),
the construction of the AST of an expression in heyoka can be accomplished via natural
mathematical notation:
Expand Down

0 comments on commit ee2c54f

Please sign in to comment.