Giter VIP home page Giter VIP logo

dars's Introduction

************************************************************
***  DOCUMENTATION FOR CS4500 (Version 3) Assignment 6.1 *** 
************************************************************

****************************************
***    TEAM CONTACT INFORMATION      ***
****************************************

Allen Chen          - [email protected] 
Stefano D'Amico     - [email protected]
Dung Nguyen         - [email protected]
Rhistina Revilla    - [email protected]

Please feel free to contact any of the above email address(es). 

****************************************
***     FILES IN THIS DIRECTORY     ***
****************************************

This directory contains the following files and subdirectories:

    README                  - this file
    main.py                 - generates valid test expressions on input ADT
                              using the generated lexer and parser objects
    darslex.py              - contains the lexer. Essentially the list of
                              tokens and token definitions
    cs4500                  - high level script that calls main.py
                              followed by input and output arguments
    lex.py                  - Python module for PLY lexer
    yacc.py                 - Python module for PLY parser 

****************************************
***          ACKNOWLEDGEMENTS       ***
****************************************

Thank you to David M. Beazley (Dabeaz LLC), creator of PLY parser generator 
for Python. 

    PLY (Python Lex-Yacc)                   Version 3.4
    Copyright (C) 2001-2011,
    David M. Beazley (Dabeaz LLC)
    All rights reserved.

For more documentation on this parser generator:
    
    http://www.dabeaz.com/ply/ply.html

****************************************
***           REQUIREMENTS           ***
****************************************

CS4500 Version 3 (Assignment 6)  requires the use a CCIS Linux machine 
and Python 2.6+

****************************************
***            HOW TO USE            ***
****************************************

In order to run the program on a CCIS Linux machine, please use this format:

FORMAT
    ./cs4500 <input_file> <output_file>
EXAMPLE
    ./cs4500 ~/test_inputs/StackInt.txt ~/test_outputs/output.txt


****************************************
***     IMPORTANT NOTES TO GRADER    ***
***        BUGS AND PROBLEMS         ***
****************************************

This is the first submission of CS4500 Version 3 (for assignment 6)
The following problems exist and will be addressed in the next
assignment: 

    - Identifier evaluates to string rather than Scheme expressions
        This is due to ambigious grammar definitions. Will be addressed
        in future assignments.
    - Rewriting system is not robust


****************************************
***   CHANGE LOG FOR THIS VERSION    ***
****************************************

The following changes have taken place for this version of CS4500:

    - Added rewriting system for generating equations
    - Output reducible equations and their value (which is int for this assignment)
    - Basic equation validation

dars's People

Contributors

xyker avatar skdamico avatar rhistina avatar ouloboros avatar

Stargazers

Mike DuPont avatar  avatar

Watchers

James Cloos avatar  avatar

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.