I think that would be very nice to be able to import, generating a flow of C code so that you can simulate with the rest of the project.
Another idea might be to have a statechart to manage the sub flochart?
Thank you and good job
Good ideas?
Moderator: Benj
Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Only feature requests will be considered here. General questions should not be posted in this forum.
- JonnyW
- Posts: 1230
- Joined: Fri Oct 29, 2010 9:13 am
- Location: Matrix Multimedia Ltd
- Has thanked: 63 times
- Been thanked: 290 times
- Contact:
Re: Good ideas?
Hi Druido.
Do you mean turn C code into a flowchart? This could be possible and might be something we do in an external app, but C is a poor language for trying to do this, as it is firstly very reliant on the pre-processor, and secondly an ambiguous language requiring plenty of context. Not saying it isn't possible though and would be really nice to have down the line.
Thanks for the suggestion.
Jonny
Do you mean turn C code into a flowchart? This could be possible and might be something we do in an external app, but C is a poor language for trying to do this, as it is firstly very reliant on the pre-processor, and secondly an ambiguous language requiring plenty of context. Not saying it isn't possible though and would be really nice to have down the line.
Thanks for the suggestion.
Jonny
Re: Good ideas?
It's what I meant to ask you, with regard to the statechart I do not say anything? have a state machine (not UML), but that makes it possible to create programs to be built with flochart then it would seem the perfection of the environment, right?
Thanks for your patience, Marco
Thanks for your patience, Marco
- JonnyW
- Posts: 1230
- Joined: Fri Oct 29, 2010 9:13 am
- Location: Matrix Multimedia Ltd
- Has thanked: 63 times
- Been thanked: 290 times
- Contact:
Re: Good ideas?
Hello. Yes, I see.
When a language is compiled it goes through a stage called a parse tree which is very much like a flowchart, so it is certainly possible to build a flowchart out of a textual language. For C it is not that simple, but I will have a look at how things are.
Jonny
When a language is compiled it goes through a stage called a parse tree which is very much like a flowchart, so it is certainly possible to build a flowchart out of a textual language. For C it is not that simple, but I will have a look at how things are.
Jonny