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

Support for structs and enums

mmkathurima opened this issue · comments

Kindly provide support for structs and enums.

When compiling code with enums, enum variables/objects are treated like javascript [Object object] while structs and typedef structs are undefined.