Th3R3alDuk3 / editor-picoc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 47.8%Language:CSS 26.4%Language:HTML 25.8%