Top Level Namespace

Defined Under Namespace

Modules: Generator

Constant Summary collapse

SUPPORTED_LANGUAGES =

A list of languages that we can build Cicero-ready applications for. Right now it’s just Python and Go. TODO(cgb): Add Java support

%w{py go}