111

Wednesday 11 June 2014

Graphal download

Graphal

Graphal Description
Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
Graphal Features
  • The script code looks very similar to C or Java language.
  • Core library, CLI and GUI applications are separated.
  • Null, bool, int, float, string, array, struct, set, vertex, edge and graph data types.
  • Global and local variables.
  • C/C++ like evaluation of expressions.
  • If-else, for, while and foreach statements.
  • Return, break and continue structured jumps.
  • Built-in and user defined functions.
  • Preprocessor includes and defines.
  • Text editor for programmers with syntax highlighting.
  • Window with compilation and script output.
  • Interactive visualization Window with graph in 3D space.
  • Advanced debugging of the scripts.
  • Runnable on GNU/Linux and MS Windows, other operating systems are probably supported too.
  • Core library licensed under GNU LGPL, applications under GNU GPL.

  • Download:Click Here

    No comments:

    Post a Comment