Coder Social home page Coder Social logo

gluck-compiler's Introduction

Gluck Compiler

This project was an assignment of the Compilers course at [ITBA] 1 in 2008. See copyright notes at the bottom.

It features a [compiler] 2 of a programming language called Gluck. It is based in Java libraries, namely JFlex and BYACC/J, among others.

Refer to the documentation for further information on the compiler features and usage.

Program usage

Note: Build dcc.jar using the Apache Ant buildfile. It requires the lib directory at the same level. Also note that the source code must include the system directory at the default location for the io and Util classes to be compiled.

java -jar dcc.jar [options] [filename]

Options:

-S for grammar analysis only
-D for grammar analysis and showing dependencies (-r for recursive search)
-T for showing the symbol table
-E for lexical, syntactic and semantic parsing
-I for generating intermediate code (-o for including optimizations)
-A for generating Jasmin-compatible assembly-code
-C for compiling input source code into a .class file

Copyright

Copyright (c) 2008
 - Rafael Martín Bigio <[email protected]>
 - Santiago Andrés Coffey <[email protected]>
 - Andrés Santiago Gregoire <[email protected]>

The following additional provisions apply to third party software
included as part of this product:
 - BYACC/J: Public domain software. See <http://byaccj.sourceforge.net/>
 - JFlex: Licensed under the GNU GPL. See <http://www.jflex.de/>
 - Asm 3.1: Licensed under the BSD license. See <http://asm.ow2.org/>
 - Jasmin: Copyright (c) 2004 Jonathan Meyer et al.
   Licensed under the GNU GPL. See <http://jasmin.sourceforge.net/>

Gluck Compiler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Gluck Compiler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Gluck Compiler.  If not, see <http://www.gnu.org/licenses/>.

gluck-compiler's People

Watchers

 avatar  avatar

Forkers

sheilazpy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.