summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rtrimana [Mon, 17 Oct 2016 18:35:05 +0000 (11:35 -0700)]
Early version of RMI system for Java part; supports primitives, one-dimensional array, some of the Collection classes (but not recursively parsed), and callback mechanism
rtrimana [Mon, 10 Oct 2016 18:47:24 +0000 (11:47 -0700)]
Abstracting IoTSocket and extend it for client and server sides
rtrimana [Mon, 10 Oct 2016 17:35:13 +0000 (10:35 -0700)]
Adding early version of IoT RMI system; for now: 1) Connects Java to Java; 2) Translates only primitive/basic data types
rtrimana [Fri, 30 Sep 2016 22:43:02 +0000 (15:43 -0700)]
Cleaning up; Adding new files
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
rtrimana [Thu, 29 Sep 2016 22:24:09 +0000 (15:24 -0700)]
Refactoring policy parsing section; Preparing for parsing multiple policy files
rtrimana [Thu, 29 Sep 2016 21:56:02 +0000 (14:56 -0700)]
Adding square brackets handling for arrays; Adding more policy files
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
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
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
rtrimana [Sat, 17 Sep 2016 02:46:38 +0000 (19:46 -0700)]
First version of parser; Generates AST in XML and HTML format.