[nest] Add 'Subscript' class (#672)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Jul 2018 00:56:31 +0000 (09:56 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Jul 2018 00:56:31 +0000 (09:56 +0900)
commit792e4d07131fd3f6e37d18f3fcdd37473fbe0b2a
tree7ff9ebc28fd0412be6cd08e3ec73d7b67fffc869
parentec093d4348be2c7938bead62b3dddc606d44d28e
[nest] Add 'Subscript' class (#672)

This commit adds 'Subsscript' class under nest::expr namespace, which
denotes a ND domain subscript expression.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/include/nest/expr/Subscript.h [new file with mode: 0644]
contrib/nest/src/expr/Subscript.test.cpp [new file with mode: 0644]