GithubHelp home page GithubHelp logo

hw2's Introduction

This code was worked on by:
Andrew Thankson
Rebero Prince

How to run the program: 
the folder contains two sample text files..... test1.txt and test2.txt... these  can be parsed as argments to run the program. To run the program, 
            run: 
                make 
                make run ARGS="test1.txt"   
             //   or  if you want to test test2.txt
                make run ARGS="test2.txt"  

   to clean the file run:
                make clean 


Extra credit:

1. We  translated the program in c 
2. Made makefile to compile  the program. 

Sample syntax Tree  output-- 

test1.txt :
 (program [(read "n")(:= "cp"( (num "2")do ))(do [(check ( (id "n")n> (num "0") ))(:= "found"( (num "0")cf1 ))(:= "cf1"( (num "2")cf1s ))(:= "cf1s"( (* (id "cf1")(id "cf1"))do ))(do [(check ( (id "cf1s")cf1s>= (id "cp") ))(:= "cf2"( (num "2")pr ))(:= "pr"( (* (id "cf1")(id "cf2"))do ))(do [(check ( (id "pr")pr>= (id "cp") ))(if (( (id "pr")pr== (id "cp") ))[(:= "found"( (num "1")fi ))])(:= "cf2"( (+ (id "cf2")(num "1"))pr ))(:= "pr"( (* (id "cf1")(id "cf2"))od ))])(:= "cf1"( (+ (id "cf1")(num "1"))cf1s ))(:= "cf1s"( (* (id "cf1")(id "cf1"))od ))])(if (( (id "found")found== (num "0") ))[(write ( (id "cp")n ))(:= "n"( (- (id "n")(num "1"))fi ))])(:= "cp"( (+ (id "cp")(num "1"))od ))])])
test2.txt :
(program [(read "n")(:= "cp"( (num "2")if ))(if (( (id "n")n> (num "0") ))[(read "n")])])

bugs:
when the input is entered through terminal, the program works smoothly no error. However, when we move the code into a file, there is one error " unexpected charcter" after it 
the code has passed $$.  

 

hw2's People

Contributors

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