Fix parser to handle errors 64/265464/1
authorjh9216.park <jh9216.park@samsung.com>
Wed, 20 Oct 2021 05:57:27 +0000 (01:57 -0400)
committerjh9216.park <jh9216.park@samsung.com>
Wed, 20 Oct 2021 05:57:27 +0000 (01:57 -0400)
commitf108ca7b745fec3aa94bcc88e121f8beb9fabb2e
tree2a3e04eefaa3b748690ed9b8781ac1c48638fdc0
parent3dce7e3cf3ab57093aedd9ebffe8188c7a8db720
Fix parser to handle errors

- Because cion java generator does not support 'bundle' type,
  Make compile errors only for cion option when 'bundle' type is used

Change-Id: Iad6f114f356b76ae6b29a2d0797791a444e2922b
Signed-off-by: jh9216.park <jh9216.park@samsung.com>
idlc/ast/location.hh
idlc/ast/parser.cc
idlc/ast/parser.h
idlc/ast/tidlc.yy
idlc/ast/tidlc_l.cpp
idlc/ast/tidlc_y.cpp
idlc/ast/tidlc_y.hpp
idlc/main.cc
tests/build_tests/CMakeLists.txt
tests/build_tests/prebuild.sh
tests/build_tests/tidl/ExCion.tidl [new file with mode: 0644]