Giter Site home page Giter Site logo

planning's Introduction

15-887 course project by Carlo Angiuli, Ben Blum, and Michael Sullivan.

Stuff here:
report/ - source for the report

tempo-sat-sgplan6/ - the source for the planner we used, modified to build.

concurrency-domain/ - the domain and problem files for our assembly like
                      shared memory concurrency domain
 - threads.pddl is the domain file
 - the rest are various tests

demo-domain/ - a demo domain with very simple operations on natural numbers

lambda-domain/ - two failed attempts to implement the lambda calculus
 - lambda.pddl - a domain for a partially implemented substitution based
                 lambda calculus evaluator
 - lambda-ctx.pddl - a domain for a fully implemented environment passing
                     based lambda calculus evaluator
 - some tests

plus-domain/ - an implementation of Prolog-style natural number addition
 - plus.pddl - the plus domain
 - some tests

ski-domain/ - an attempt to embed the SKI combinator calculus
 - SKI.hs - a SKI evaluator in haskell
 - ski.pddl - the SKI domain
 - some tests

threads-cmplr/ - a compiler for a simple imperative language to the
                 threads domain
 - parser/ - the parser code - some of it cribbed from the base code
                 for an assignment given out when mjsulliv@ was a
                 15-312 TA
 - language.sml - the AST of the frontend language
 - compile.sml - intermediate languages and translations between them;
                 the code for converting a label based assembly
                 language to an address based one modified from code
                 mjsulliv@ wrote for a project once
 - output.sml - pretty printer
 - top.sml - top level that pulls the pieces together

 - run.sml - script to run the compiler to generate all of the output
   files we want. Running 'sml run.sml' from a shell in the
   threads-cmplr directory should generate all the generated domain
   files.

planning's People

Contributors

bblum avatar cangiuli avatar msullivan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.