Re: Graphics Compilers?

Karsten Nyblad <karsten@tdr.dk>
20 Apr 1997 12:07:57 -0400

          From comp.compilers

Related articles
Graphics Compilers? jukkaj@ping.at (JUKKA) (1997-04-18)
Re: Graphics Compilers? rweaver@ix.netcom.com (1997-04-20)
Re: Graphics Compilers? karsten@tdr.dk (Karsten Nyblad) (1997-04-20)
Re: Graphics Compilers? meyer@lps.u-psud.fr (peter meyer) (1997-04-20)
Re: Graphics Compilers? af137@torfree.net (1997-04-20)
Re: Graphics Compilers? sethml@ugcs.caltech.edu (1997-04-22)
Re: Graphics Compilers? d92-dne@nada.kth.se (Daniel Neri) (1997-04-22)
Re: Graphics Compilers? case@tvol.it.tvol.it (1997-05-04)
| List of all articles for this month |

From: Karsten Nyblad <karsten@tdr.dk>
Newsgroups: comp.compilers
Date: 20 Apr 1997 12:07:57 -0400
Organization: Tele Danmark Research
References: 97-04-119
Keywords: visual

JUKKA wrote:
>
> Is there any compiler that takes some kind of a graphics
> representation as an input and produces from that the code?
>
> The idea would be not to use some language characters but some other
> level of abstraction. For example flow charts directly to produce
> code? When we now have also GUI's. I know that they use relay graphs
> in industry to generate PLC programs. But that is only limited to
> industy automation.


Some tools for the SDL specification language generate C, C++ or some
other high level languages from SDL specifications. These
specifications are flow char like with algebra specifications of data
types and object orientation for structuring programs. Check
http://www.tdr.dk/public/SDL/tools.html for vendors.


(SDL is a huge specification language designed by International
Telecommunications Union (ITU) for specifying phone systems and other
telecommunication systems. ITU is a sub body of United Nations and
writes standards.)


Karsten Nyblad
karsten@tdr.dk
Tele Danmark R&D
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.