12.13.1 Cppia 시작하기(Getting started with Cppia)

12.13.1 Cppia 시작하기(Getting started with Cppia)

Cppia 타깃은 스크립팅을 위해 해석 가능한 바이트코드를 생성합니다. --cppia 플래그로 컴파일할 수 있습니다.

haxe --main Main --cppia main.cppia

생성된 .cppia 파일은 hxcpp으로 빌드된 cppia 런타임에서 실행할 수 있습니다. Cppia는 런타임에 코드를 변경해야 하는 스크립팅 시나리오에 유용합니다.

출처: Getting started with Cppia

더 알아보기