engineer-man / piston

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

Add Skript #638

Open ghost opened 1 year ago

ghost commented 1 year 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 1 year 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 1 year 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 1 year 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.