Code Monkey home page Code Monkey logo

imp's Introduction

Imp

All of these indications are for Unix systems. If you are on Windows, I can't help you.

Installation:

To install, input the following command in terminal. Clone the repository: git clone https://www.github.com/Imp.git

  1. Remove the virtual environment venv with

    rm -r venv

  2. Make sure you have virtualenv python library installed with

    pip install virtualenv

  3. Create a virtual environment to run python on

    virtualenv venv

  4. Activate the environment.

    source venv/bin/activate

  5. Upgrade pip and install all required libraries to this virtual environment

    pip install --upgrade pip
    pip install -r requirements.txt
    

Testing the parser:

  1. Navigate into the repository in terminal.
  2. Execute the command
 venv/bin/python parser.py -f tests/test.imp
  1. The output will be on the file impvm.html. Note: You can send any test file to the parser.

imp's People

Contributors

betoesquivel avatar acisneros92 avatar

Watchers

James Cloos avatar  avatar  avatar

imp's Issues

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.