In #16 I added support for a basic @if directive.
But we don't yet have support for @elseif or @else directives
We also want to provide better parser errors for things like unclosed @if directives or if you have accidentally put the @endif inside another node.
Depends on #17
In #16 I added support for a basic
@ifdirective.But we don't yet have support for
@elseifor@elsedirectivesWe also want to provide better parser errors for things like unclosed
@ifdirectives or if you have accidentally put the@endifinside another node.Depends on #17