Closed uncomputable closed 4 months ago
Discussed in #6
In the current documentation, we explain block statements instead of bare scopes. Block statements are the only way how {brackets}
can be used in Simfony. As always, the documentation could be improved, but the confusing section on scopes that don't seem to have an effect has been removed, so I will close this issue.
We need to update the documentation of a Simphony context to handle
{scoping}
. The implementation uses a stack of scopes which is probably what we need.