Introduce fipe library (#7281)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Sep 2019 07:08:07 +0000 (16:08 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Sep 2019 07:08:07 +0000 (16:08 +0900)
commitb6aad9eedebeb440055e8968f8a0e191b385e122
treea899ab64765a47e61760fba711546dad4b8ca165
parenteb2ddc31b13be0892933fc0077e1088924636d72
Introduce fipe library (#7281)

* Introduce fipe library

This commit introduces fipe, which permits function chaining with
UNIX pipe-like syntax.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Add License Notice

* Add a comment
compiler/fipe/CMakeLists.txt [new file with mode: 0644]
compiler/fipe/fipe.test.cpp [new file with mode: 0644]
compiler/fipe/include/fipe.h [new file with mode: 0644]