rasp
rasp copied to clipboard
Implementing RASP transformer programming language https://arxiv.org/pdf/2106.06981.pdf.
Hi. When trying to install the RASP language with your recommended command: `pip install git+https://github.com/yashbonde/rasp`, the following error was given.  The environment I am using is Google Colab. I...
```bash >>> from rasp import RaspModule Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'RaspModule' from 'rasp' (/Users/marawangamal/Documents/github/rasp/rasp/__init__.py) ```