iot2.git
7 years agoFixing program structure; now accepting multiple policy files; cross-checking referen...
rtrimana [Fri, 30 Sep 2016 22:40:26 +0000 (15:40 -0700)]
Fixing program structure; now accepting multiple policy files; cross-checking references in multiple policy files for USERDEFINED types to generate type-checked input parameters; better command line input

7 years agoRefactoring policy parsing section; Preparing for parsing multiple policy files
rtrimana [Thu, 29 Sep 2016 22:24:09 +0000 (15:24 -0700)]
Refactoring policy parsing section; Preparing for parsing multiple policy files

7 years agoAdding square brackets handling for arrays; Adding more policy files
rtrimana [Thu, 29 Sep 2016 21:56:02 +0000 (14:56 -0700)]
Adding square brackets handling for arrays; Adding more policy files

7 years agoAdding handling for primitives, non-primitives, and user-defined types; doesn't handl...
rtrimana [Thu, 29 Sep 2016 21:17:05 +0000 (14:17 -0700)]
Adding handling for primitives, non-primitives, and user-defined types; doesn't handle local vs. stub interface exchange for input parameters yet

7 years agoSeparating policy file into main policy and generated interfaces; fixing lexer, parse...
rtrimana [Tue, 27 Sep 2016 21:13:21 +0000 (14:13 -0700)]
Separating policy file into main policy and generated interfaces; fixing lexer, parser, parse-tree, etc.; non-generic data types haven't been handled

7 years agoPerfecting parser, lexer, and parse-tree handling for policy files; Generating skelet...
rtrimana [Fri, 23 Sep 2016 23:25:41 +0000 (16:25 -0700)]
Perfecting parser, lexer, and parse-tree handling for policy files; Generating skeletons for stubs

7 years agoFirst version of parser; Generates AST in XML and HTML format.
rtrimana [Sat, 17 Sep 2016 02:46:38 +0000 (19:46 -0700)]
First version of parser; Generates AST in XML and HTML format.