/editor-picoc

online C-editor that uses a client-side compiler (picoc)

Primary LanguageJavaScriptMIT LicenseMIT

editor-picoc

This is an online C-editor that uses a client-side interpreter (picoc).

DEMO

editor-client-side

I am using some well-known toolchains and frameworks in this project.

Because of is small size, the picoc interpreter from Zik Saleeba is suitable for our purposes.
Special thanks to Gregor Richards and Krithik Rao for recompiling picoc to WASM (picoc-js).

installation

Install node.js and download all dependencies.

npm install
npm start