-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello there.
My name is Ivano Arrighetta and I'm Italian.
I would like a visual JavaScript programming editor which is browser based, generates and read JavaScript code and be able to edit forms. The editor should use a UML Class Diagram style for defining objects and a FlowChart style for defining methods/functions. I would need a list of all the callable JavaScript functions to be added to the FlowChart editor. For each function return's type there will be a pin on the left, and for each parameter accepted, one on the top. Variables are represented as boxes, as constants, and connected through wires. The execution flow is given by wires. The only very hard thing will be enforcing the right type of input/output per function.
And for external JavaScript files (eg: jQuery), the parser should collect classes/methods and functions and display them as diagrams, then made them usable. (this obviously means classes can be instantiated and functions/methods can be called inside flowcharts)
Are you interested in this project? It will be OpenSource.
Thanks in advance for either.
Bye, Ivano.