- 15 Jan, 2015 1 commit
-
-
Jonathan Shahen authored
Reorganizing files and small fix needed in the parser: changed Role to MyRole because of a class with the class Role, and the Query now takes a TimeSlot instead of an Integer
-
- 08 Jan, 2015 1 commit
-
-
Jonathan Shahen authored
Gotten through the straight conversion to Uzun and have in-place the essentials to help convert the rest (See RoleHelper and TimeIntervalHelper)
-
- 06 Jan, 2015 1 commit
-
-
Jonathan Shahen authored
-
- 04 Jan, 2015 1 commit
-
-
Jonathan Shahen authored
added regression tests; made the input language more forgiving with time-intervals and role schedules (they can now be single time-slots without the extra input); started the toRanise conversion; updated the base template for conversion
-
- 01 Jan, 2015 1 commit
-
-
Jonathan Shahen authored
-
- 31 Dec, 2014 1 commit
-
-
Jonathan Shahen authored
fixed README formatting; edited regression tests; allowed NOT to have whitespace between it and the tilde (~); allowed for administrator role in a rule to be TRUE; included an Expected command in the SPEC files
-
- 30 Dec, 2014 1 commit
-
-
Jonathan Shahen authored
TODO: add more regression tests TODO: add test-cases that are actually useful and have a known outcome TODO: remove skeleton code that isn't used anymore
-
- 29 Dec, 2014 2 commits
-
-
Jonathan Shahen authored
To Fix Error: had to add the default eclipse JUnit library to the build path (that fixed it), then I removed hamcrest and JUnit and then added them back and removed JUnit (maybe it is the ordering that counts, I added JUnit first then hamcrest)
-
Jonathan Shahen authored
Strange eclipse bug where there is a class not found error, but the build script works.....Saw this on the other project too, but it fixed its self (might just be a local problem) Still need to debug the ANTLR4 grammar but it is almost done for parsing
-