This repository contains a lightweight web-based playground for the Amit++ language (coding Playground create by me).
index.html— Coding playground HTML code (editor + run + output)style.css— Coding playground CSS code (styles)script.js— Coding playground Javascript codesrc/interpreter.js— Amit++ interpreter core + examplesexamples/*.aim— example AIM programs
- Unzip the folder.
- Open
index.htmlin your browser. (No server required.)
Enjoy!