eolian: add @cref as alternative to @in
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 1 Nov 2017 11:00:14 +0000 (12:00 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 1 Nov 2017 11:40:39 +0000 (12:40 +0100)
commiteab6f009e25a34492e0fd69a283d135df7a60d25
tree387e79a7e263a1d69921910ffb5f5f1a0c631aed
parent0496b7988ab8df1c20874ebc81c8ff909aee58e1
eolian: add @cref as alternative to @in

This is a "pass by reference to const" equivalent. There is no explicit pointer
and currently it's the same as ptr(const(x)) on the type. However, it is also
usable on properties.
src/lib/eolian/eo_lexer.h
src/lib/eolian/eo_parser.c