New Ast class: Assertion, to derive from when a pure expression shall be evaluated.
commitc02196bf3930266a193ff08134494b36456c45be
authorHenrik Tidefelt <tidefelt@isy.liu.se>
Sun, 5 Jul 2009 00:42:52 +0000 (5 02:42 +0200)
committerHenrik Tidefelt <tidefelt@isy.liu.se>
Tue, 18 Aug 2009 20:26:21 +0000 (18 22:26 +0200)
treec90285762ccad31df5fddce5c54701d733305800
parenta5e63bc2ee331a7be535b350e0f39d23adc1c93b
New Ast class: Assertion, to derive from when a pure expression shall be evaluated.

Subtypes of this class will automatically get their immediate_ set, and it will not be an error to put such an expression before the end of a code bracket.
source/ast.cc
source/ast.h
source/astvar.cc
source/astvar.h