[nest] Add 'Block' class (#684)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Jul 2018 06:01:51 +0000 (15:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Jul 2018 06:01:51 +0000 (15:01 +0900)
commita5e287f4dcf982ab0263b2dffacb16a84429ff58
treed7510be867cf6f6957cde1ffe58b050d4a3181a2
parent030f9d259425c33106166921de84e73b7adf6f51
[nest] Add 'Block' class (#684)

This commit adds 'Block' class which maintains a sequence of nest
statements.

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