Giter Site home page Giter Site logo

cs381-sp13's Introduction

Hi there ๐Ÿ‘‹

cs381-sp13's People

Contributors

bramwelt avatar irdan avatar

Watchers

 avatar  avatar

cs381-sp13's Issues

Mini Logo

A. Define the abstract syntax for Mini Logo as a Haskell data type.

B. Write a Mini Logo macro vector that draws a line from a given position (x1, y1) to a given position (x2, y2) and represent the macro in abstract syntax, that is, as a Haskell data type value.

C. Define a Haskell function steps :: Int -> Cmd that constructs a Mini Logo program which draws a stair of n steps.

Digital Circuit Design Language

(a) Define the abstract syntax for the above language as a Haskell data type.

(b) Represent the half adder circuit in abstract syntax, that is, as a Haskell data type value.

(c) Define a Haskell function that implements a pretty printer for the abstract syntax.

Design Abstract Syntax

(a) Represent the expression -(3+4)*7 in the alternative abstract syntax.

(b) What are the advantages or disadvantages of either representation?

(c) Define a function translate :: Expr -> Exp that translates expressions given in the first abstract syntax into equivalent expressions in the second abstract syntax

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.