engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.89k stars 239 forks source link

Add Skript #638

Open aabssmc opened 9 months ago

aabssmc commented 9 months ago

Provide links to different compilers/interpreters that could be used to implement this language, and discuss pros/cons of each. https://skriptlang.org

Jonxslays commented 9 months ago

As far as I can tell this is a plugin built specifically for minecraft and not a programming language. Not sure how that's supposed to work with piston.

Vrganj commented 9 months ago

There's already https://parser.skunity.com/ I don't think it's worth adding, it's a hassle to maintain and resource intensive

Aresiel commented 9 months ago

I do not believe parser.skunity.com is able to in any way interpret, compile or otherwise execute Skript code.

As I read, it merely parses code:

Just to let you know, the Parser can't catch logic errors. So make sure your script works before sharing it.

I do not believe Skript can run without a Minecraft server either.