Ticket #33 (closed Feature: fixed)

Opened 2 years ago

Last modified 11 months ago

Allow nested conditionals

Reported by: pebenito Assigned to: pebenito
Priority: High Component: Toolchain
Version: SVN HEAD Keywords:
Cc:

Description (Last modified by pebenito)

Add compiler support for nested conditionals, e.g.,

if(foo) {
  if(bar) {
     allow .....;
  }
  allow ....;
}

Change History

02/22/07 10:28:04 changed by pebenito

  • description changed.

01/07/08 15:03:24 changed by pebenito

  • status changed from new to closed.
  • resolution set to fixed.

works naturally from new policy representation.