Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ynigoreyes/scanner

Concepts of programming languages project
https://github.com/ynigoreyes/scanner

Last synced: 6 days ago
JSON representation

Concepts of programming languages project

Awesome Lists containing this project

README

        

## Prerequisites to running:
* Python 3.7 or higher
```
$ python -V // on windows
$ python3 -V // on Linux/Mac
```

## Running test cases:
```
$ python test.py
```

## Running Scanner:
Place file anywhere and use it's relative path to where you are running the command from
```
$ python main.py
```

## [Report](https://docs.google.com/document/d/1-tfzaW646-miBuYWyFDepbZg6WgOKkKLDD-ebaLlOu8/edit?usp=sharing)