|
Revision 130, 81 bytes
(checked in by sshimko, 4 years ago)
|
-Fixed entry and access validation (ensuring each ends a a non-decomposed domain)
-Validates domains to ensure comment above and that each domain w/ children has at least 1 subdomain
-Fixed entry constraint checks in parser.
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
#! /bin/sh |
|---|
| 2 |
java -cp build/ com.tresys.framework.Compiler -ds $1 -p $2 -o $3 $4 |
|---|
| 3 |
|
|---|