felixhao28 / JSCPP

A simple C++ interpreter written in JavaScript

Home Page:https://felixhao28.github.io/JSCPP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Classes

programmeruser2 opened this issue · comments

Currently if you try to define a class the interpreter throws a syntax error. Are there any plans to support C++ classes?