piston icon indicating copy to clipboard operation
piston copied to clipboard

A high performance general purpose code execution engine.

Results 108 piston issues
Sort by recently updated
recently updated
newest added

Is there a way to submit a piece of code for execution and have it be run more than once, with a different input each time? Consider the following scenario:...

As I saw when making pull requests, npm version is 7.x.x also if 9.x.x exists and node version is 15 also if 19 (but I recommend 18) exists

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies
javascript

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies
javascript

Commit message: >This patch adds support for the HolyC programming language by Terry A. Davis. > >The compiler used is based on a modified version of the 3Days compiler. Both...

It can use the 3Days compiler: https://git.xslendi.xyz/slendi/3Days (forked to be CLI only) Example Dockerfile: https://github.com/ThePrimeagen/ts-rust-zig-deez/blob/master/holyc/Dockerfile

package

The largest / most popular interpreter for APL is Dyalog's implementation https://www.dyalog.com/ https://www.dyalog.com/dyalog/dyalog-versions/182.htm I'm unaware of any other modern APL interpreters

package

Checklist: - [x] The package builds locally with `./piston build-pkg dart 3.0.1` - [x] The package installs with `./piston ppman install dart=3.0.1` - [x] The package runs the test code...

Tried running code with the bot, says the language is unsupported. ![image](https://github.com/engineer-man/piston/assets/76135138/15ae3530-7a60-405f-b3fb-15389236664a)

An essential library that isn't included with the compiler is to make stuff such as print(), printf(), and many other essential programming logic and functions work: https://github.com/pawn-lang/pawn-stdlib Compiler: https://github.com/pawn-lang/compiler The...

package