Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.482.274 Times

PL/1 for GCC 0.0.14

  Date Added: November 13, 2010  |  Visits: 1.269

PL/1 for GCC

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)



PL/1 for GCC project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text processing, Web, and business applications. This is the eleventh code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. Version 0.0.11, includes a new infrastructure for the PL/I preprocessor. It has been more than a year since the previous release of pl1gcc, but development has picked up again, so expect releases to happen more frequently. And remember you are always welcome to join the project, we need really help at all levels of development. The v0.0.11 release marks another important step forward towards a fully functioning PL/I compiler: the preprocessor. The current implementation supports just a few statements, but thanks to the tools flex and bison, it is straight forward to add the missing preprocessor statements. Expect a few new ones to be added with each new release, just like the PL/I parser has been developed. Currently there is still no codegeneration taking place, so dont run out and uninstall your production PL/I compiler, just yet. But read ahead for some good news. It would still be a great help for us if you try the compiler on some of your own source code, or if you could construct a PL/I program that really tests the corners of the grammar. Basically a program that does all what the syntax allows. As inspiration, have a look at the test program written by Paul Karagianis http://www.multicians.org/proc-proc.html but I am sure you can create a much worse PL/I program, which we would like to see. And if you release it under GPL it can be added to the pl1gcc hall of fame, so just go ahead and do the coding. Please inform us about any syntax errors that might occur so we can check if the error is in the pl1gcc parser, and not in your code. Installation: Since the GCC PL/I is not yet part of mainline GCC, there are some manual steps you have to perform before you can use the GCC PL/I compiler. If you are using Cygwin under Windows, please follow the instructions in the file INSTALL.cygwin. If you want to use eclipse please consult INSTALL.eclipse. First you need the source code for the GCC compiler itself. If you do not already have the sourcecode installed you will have to download it. This is how we did it; you can probably come up with another way. Get latest working version of the gcc-core-4.2-2006mmdd weekly snapshot and the latest version of the pl1gcc-0.0.x archive file, from http://pl1gcc.sourceforge.net Note: The snapshot of gcc downloaded from the pl1gcc project is known to work with pl1gcc. If you try another snapshot from the GCC project, please let us know if it works or not. GCC recommends to separate the source directories from the build directories, so create a direcory to hold the unpacked source code. cd ~ mkdir gcc-src Unpack the downloaded gcc-core-4.2-2006mmdd snapshot into your directory for gcc source, assuming the downloaded files are stored in ~/download, this will unpack the gcc compiler file: cd ~/gcc-src tar -xjf ~/download/gcc-core-4.2-2006mmdd.tar.bz2 Note: this will create a directory named ~/gcc-src/gcc-4.2-2006mmdd Unpack the pl1gcc-0.0.x.zip file into your home directory, with these commands cd ~ unzip ~/download/pl1gcc-0.0.x.zip This will create the directories ~/pl1gcc-0.0.x/pl1 Create a link from ~/gcc-src/gcc-4.2-2006mmdd to your unpacked pl1 library: cd ~/gcc-src/gcc-4.2-2006mmdd/gcc ln -s ~/pl1gcc-0.0.x/pl1 pl1 Create an empty ~/gcc directory, where the built object will created: cd ~ rm -rf ~/gcc mkdir gcc Unpacking is now done, and you can start to build your downloaded compiler. This might take a while (*). Now do: cd ~/gcc ../gcc-src/gcc-4.2-2006mmdd/configure make and go enjoy some of your favorite bewerages, and of course dont forget to make a donation to the pl1gcc project. You can speed up the compilation considerably, by disabling some of the languages you do no longer need, now you have PL/I as your favorite compiler. To do this edit the files ~/gcc-src/gcc-4.2-2006mmdd/ /config-lang.in, and set the variable build_by_default="no" Whats New in This Release: - This release adds support for using the tilde character as the "not" operator and support for ENVIRONMENT(). - It adds location information to most messages. %INCLUDE can now have filenames inside of quotes..

Requirements: No special requirements
Platforms: Linux
Keyword: Compiler Compilers Create Create A Gcc Gnu Compiler Gnu Compiler Collection Pl I Project To Create Using
Users rating: 0/10

License: Freeware Size: 286.72 KB
USER REVIEWS
More Reviews or Write Review


PL/1 FOR GCC RELATED
Programming  -  NES Compiler Collection alpha1
A project to create a compiler suite for the creation of NES binaries.
12.64 KB  
Utilities  -  Cobol for GCC 0.1.2
COBOL For GCC is a project to produce a free COBOL compiler compliant with the COBOL 85 Standard, integrated into the GNU Compiler Collection (GCC).
942.08 KB  
Programming  -  Travis's Cross Compiler Collection 50204
Travis's Cross Compiler Collection is a collection of scripts that build cross compilers targetting different, specific, platforms. All requisite files are grabbed by ftp, so most cross compilers are just a 'make install' away.
2.38 KB  
File Synchronizers  -  FL-COW 0.6
The library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations...
296.96 KB  
Modules  -  Search API for Drupal 7.x-1.0-beta2
This module provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine. The module on its own is pretty much useless and needs at least another module that defines an actual search backend...
71.68 KB  
Audio Tools  -  jac 0.15
jac is a Cd-Player which runs under Linux (but I hope to port it to other Unix-like platform). Its birth is due to my need of a command line cd player, and now it offers many features (including the "exclusive" crazy-playing mode) and also a small...
61.44 KB  
Code Management Tools  -  GDC 0.23
GDC is a D language front end for the GNU Compiler Collection. GDC supports a number of targets and nearly all features of Digital Mars D. GDC works with GCC versions 3.3.x, 3.4.x, and 4.0.x. Linux (tested on Fedora Core 5 x86 and PowerPC)...
2.7 MB  
Networking  -  WordPress Gallery Slideshow 1.5.7
NextGEN Gallery another plugin for WordPress by Alex Rabe was the inspiration for this small and simple plugin. I really must say he did and still does a great job with this plugin but sometimes such a huge plugin is simply too much. So I decided...
10 KB  
Libraries  -  GNU Classpath 0.95
GNU Classpath (essential libraries for Java) is a project to create free core class libraries for use with virtual machines and compilers for the Java programming language. GNU Classpath project includes all native methods and core classes...
6.5 MB  
Programming  -  JaCIL: A .NET to Java Compiler 0.7.0.0
JaCIL (pronounced 'jackal') is a project to create a byte-code compiler to translate .NET assemblies to Java class files.
9.44 MB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB