Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

A programming language for music lovers (school project)

License

Notifications You must be signed in to change notification settings

AliGhahraei/Project-Symphony

Repository files navigation

NO LONGER MAINTAINED

Just an old student project


Project-Symphony

A language for music lovers

Installation

What follows is the recommended installation method.

  1. Install Python3, pip and virtualenv using your preferred method. Just make sure you install a recent version.

  2. Create an environment inside the project directory:

     $ virtualenv venv
    
  3. Now activate it:

     $ source venv/bin/activate
    
  4. And install our requirements:

     $ pip install -r requirements.txt
    

Tests

Just run the desired test using unittest (after you activate your venv!).

Example:

$ source venv/bin/activate    # if you still haven't done it
$ python -m unittest lexer_parser_test.py

About

A programming language for music lovers (school project)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •