# js-to-gcc **Repository Path**: mirrors_floatdrop/js-to-gcc ## Basic Information - **Project Name**: js-to-gcc - **Description**: icpf2014 contest javascript to gcc translator - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JavaScript to GCC translator This is partial implementation of javascript to gcc translator for [icfp2014](icfpcontest.org/specification.html). ## Installation: ``` $ brew install node $ cd js-translator $ npm i $ node translate.js example/simple.js ```