Menu

Tree [fc400b] master /
 History

HTTPS access


File Date Author Commit
 graphal_cli 2013-05-11 Michal Turek Michal Turek [75903e] Web
 graphal_gui 2013-09-14 Michal Turek Michal Turek [a065a3] GLU include and library added
 graphs 2013-05-12 Michal Turek Michal Turek [1fbe08] Web
 history 2013-05-18 Michal Turek Michal Turek [e68c2d] Web, project
 libgraphal 2014-05-08 Michal Turek Michal Turek [f48549] Single line comment prefix added before TODO co...
 samples 2013-05-12 Michal Turek Michal Turek [1fbe08] Web
 utils 2013-05-18 Michal Turek Michal Turek [e68c2d] Web, project
 web 2013-10-28 Michal Turek Michal Turek [302bef] Typo in PHP scripts
 windows 2013-08-25 Michal Turek Michal Turek [715199] MS Windows port
 .gitignore 2013-04-27 Michal Turek Michal Turek [1ae6cf] Makefile libgraphal
 COPYING 2013-05-01 Michal Turek Michal Turek [a07ffc] Licensing
 COPYING.LESSER 2013-05-01 Michal Turek Michal Turek [a07ffc] Licensing
 ChangeLog 2013-08-25 Michal Turek Michal Turek [51adc1] Prepare release 1.0.1
 Doxyfile 2013-04-27 Michal Turek Michal Turek [d6d275] Doxygen
 Makefile 2013-05-18 Michal Turek Michal Turek [e68c2d] Web, project
 README.md 2014-05-08 Michal Turek Michal Turek [fc400b] Link and screenshot added to README.md
 TODO 2013-08-25 Michal Turek Michal Turek [715199] MS Windows port
 configure 2013-05-11 Michal Turek Michal Turek [75903e] Web
 graphal.config 2013-04-27 Michal Turek Michal Turek [acc80d] Main Makefile
 graphal.creator 2013-04-27 Michal Turek Michal Turek [acc80d] Main Makefile
 graphal.creator.user 2013-05-18 Michal Turek Michal Turek [e68c2d] Web, project
 graphal.files 2013-05-18 Michal Turek Michal Turek [e68c2d] Web, project
 graphal.includes 2013-04-27 Michal Turek Michal Turek [acc80d] Main Makefile
 qtcreator_update.sh 2013-05-09 Michal Turek Michal Turek [8a4442] Web
 release_howto.txt 2013-08-25 Michal Turek Michal Turek [51adc1] Prepare release 1.0.1

Read Me

Graphal

About

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.

Screenshot of Graphal GUI

http://graphal.sourceforge.net/

Main Features

  • The script code looks very similar to C or Java language.
  • Shared library and CLI application is written in C++ with STL.
  • GUI application uses Qt library.
  • There is no other dependency to any external library.
  • 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.

Dependencies

  • GNU Bison
  • Perl
  • Qt library

Installation

To extract the downloaded archive:

tar -xzvf graphal-VERSION.tar.gz
cd graphal-VERSION

To compile the source codes (please see top level Makefile for possible options):

./configure
make

To install the application:

su
make install

Run

To execute Graphal CLI:

graphal_cli

To execute Graphal GUI:

graphal_gui

Contribute/Contact

Graphal is a free software, I would be very glad for any help with its improving. If you want to code, write documentation, maintain the website, package the software, publish a script you develop, or similar, please send me an email to mixalturek (at) users.sourceforge.net or WOQ (at) seznam.cz.

If you want something to be fixed or added to the applications or just to tell me that you are using Graphal and optionally how, contact me too, please. The developer is always happy to know that somebody uses his software.

Thank you very much in advance.

Michal Turek

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.