frankhart2018 / json-lang

A fun toy language with programs in JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fun toy language with programs in JSON

License:MIT License


Languages

Language:JavaScript 81.4%Language:HTML 8.4%Language:Python 6.3%Language:CSS 3.8%