rasp icon indicating copy to clipboard operation
rasp copied to clipboard

Implementing RASP transformer programming language https://arxiv.org/pdf/2106.06981.pdf.

Results 2 rasp issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/74303110/224981265-b005047c-857a-4289-b180-d27e9b60091e.png) 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) ```