Giter Site home page Giter Site logo

537-proj3's Introduction

CS 537 Programming Assignment 3 (Fall 2020)
Michael Noguera ([email protected]) and Julien de Castelnau ([email protected])
due Nov 5 at 12:30pm

== BUILDING ==

To build, run "make" at the root of this directory. If you specify the DEBUG environment
variable as "true" or use "make DEBUG=true", debug symbols will be included in the 
executable as well. You can also run the scan-build target to build with the Clang static
analyzer, and scan-view to view the generated output in a web browser.

Use "make clean" to get rid of object files and executables.

== USAGE ==
Valid usages are:
 - `./537make`
 - `./537make TARGET`
 - `./537make -f MAKEFILE`
 - `./537make -f MAKEFILE TARGET`

I/O redirection is supported.

== PROJECT STRUCTURE: MODULES ==
 - main: (of course), gets arguments and sorchestrates program operation

 - makefileparser: macro-scale makefile parser, given a file pointer outputs a
   directed graph of rules
   uses pthreads to read, process, and output in a synchronized fashion

 - makefilerule: interprets individual rules' commands, and handles I/O detection

 - graph: DAG (errors upon cycle detection), specifically constructed to hold
   makefile Rules. Topological sorting is handled here.

 - exec: forks and runs each process as detailed by topologically ordered list.

 - VARIOUS ADTs: void*s make these fully generic:
    - linkedlist: linkedlist of void*s
    - queue: thread-safe circular buffer of void*s (used for synchronization in
      makefileparser)
    - bintree: binary tree implementation with string keys and void* values

537-proj3's People

Contributors

michaelnoguera avatar panther03 avatar

Watchers

 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.