/json-lang

A fun toy language with programs in JSON

Primary LanguageJavaScriptMIT LicenseMIT

JSONLang

A fun toy language where the code is written in JSON. The project also features a simple web-based editor and interpreter.

Steps to run the web editor

  1. Run the backend:
user@programmer~:$ cd backend; npm start
  1. Run the frontend:
user@programmer~:$ cd frontend; npm start

License

This project is licensed under the MIT license.