[nest] Overload 'operator+' over nest expressions (#712)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Jul 2018 01:15:59 +0000 (10:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Jul 2018 01:15:59 +0000 (10:15 +0900)
commit50fda2d100bdf653fe57817db496ac13c7c8d048
tree8dbb4bc930a572b250233944c4d59ee919b73066
parent32764c940a0759be82b2c3d096d9875a0970e730
[nest] Overload 'operator+' over nest expressions (#712)

This commit introduce 'operator+' overloading to make it easy to
construct 'ADD' expression in nest IR.

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