eolian: add support for future.
authorCedric BAIL <cedric@osg.samsung.com>
Wed, 29 Jun 2016 22:00:17 +0000 (15:00 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 8 Sep 2016 21:58:05 +0000 (14:58 -0700)
commited9dff8fbd422b613042cd9f402018eda28ffc67
tree0139c04181e4e33581e82048d6665ef3b7f13bfb
parent9a2ada6d87f4a80becec142dbe9186d8385737b8
eolian: add support for future.

Future is the read only side of a Promise. For now, I am not removing
Eina_Promise until everything is in place, but eventually the promise
type of eolian will be gone.
src/Makefile_Eolian.am
src/lib/eolian/eo_lexer.c
src/lib/eolian/eo_lexer.h
src/lib/eolian/eo_parser.c
src/tests/eolian/eolian_generated_future.c [new file with mode: 0644]
src/tests/eolian/generated_future.eo [new file with mode: 0644]