ccc CC's C - EVM compiler UNDER DEVELOPMENT Installation With npm: $ sudo npm install -g cccompiler Source code Source repository is on github. Usage From shell $ ccc [options] file As module var ccc = require("cccompiler"); var res = ccc(filename, options); Documentation For more details please check the documentation.