Skip to content

Build and Run: How to use an online compiler? #534

Closed Answered by SpartanJ
Curculigo asked this question in Q&A
Discussion options

You must be logged in to vote

Realistically speaking you should implement your own script to do all that (an LLM probably can do it for you in one shot). The script could output to the stdout and that's it. Call the script as your build step, from the ecode side you'll just need to use the ${current_doc} to pass the current document path to the script. So something like:
Command: bash
Arguments: yourscript.sh ${current_doc}

I'm not familiar with any online compiler allowing to upload the file from an API though, you'll have to find one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Curculigo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #533 on June 28, 2025 23:38.