JSCPP icon indicating copy to clipboard operation
JSCPP copied to clipboard

A simple C++ interpreter written in JavaScript

Results 27 JSCPP issues
Sort by recently updated
recently updated
newest added

My code run well on my local compiler but can't run normally on JSCPP. Source Code: ```c++ #include using namespace std; class Main { public: Main() { cout

I've tried to use a source code with usage in stdint.h (or cstdint). When I tried to run in JSCPP, it returns the following error: `Error: 2:1 cannot find library:...

printf("");Does not support Chinese?

Is it possible not to execute C++ code but only translate it to JS, which could be written to a file and then executed?

discussion

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

Hello there, First of all, :clap: :clap: this project is amazing, I just discovered it, and played for an hour on the online JSCPP interpreter. It's a great tool for...

Hello there again, I noticed a few things that are not optimal in the UI of the online editor: - when entering debug mode, the style for current debugged line...

Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.8.2 to 4.9.1. Release notes Sourced from @typescript-eslint/eslint-plugin-tslint's releases. v4.9.1 4.9.1 (2020-12-07) Bug Fixes eslint-plugin: [method-signature-style] fix crash with methods without a return type (#2836) (fed89f2), closes...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.0. Release notes Sourced from eslint's releases. v7.15.0 5c11aab Upgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills) 0eb7957 Upgrade: [email protected] (#13877)...

dependencies