C
C
Cyril2018-12-07 11:19:39
Algorithms
Cyril, 2018-12-07 11:19:39

How to convert block diagram to code?

I want to make an admin panel for the bot so that it can be assembled with the mouse in the form of a flowchart.
But then I thought about how to convert this block diagram into code so that the algorithm that was assembled in the admin panel was executed.
Or does it not need to be converted to code at all?
In which direction to dig, what to read?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lander, 2018-12-07
@usdglander

You don't need to convert the block diagram to code. You need to write an interpreter for it, which will view it and "explain" to the performer (in this case, the bot) what exactly and how to do it. Of course, the bot must have its own command system.
Start by developing a bot command system.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question