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

https://github.com/goplus/ispx

The Interpreter of Go+ spx engine
https://github.com/goplus/ispx

Last synced: about 2 months ago
JSON representation

The Interpreter of Go+ spx engine

Awesome Lists containing this project

README

        

# ispx
The Interpreter of Go+ spx engine

### install ispx
```
go install github.com/goplus/ispx@latest
```

### ispx command
```
ispc [flags] dir
-dumppkg
print import packages
-dumpsrc
print source code
-dumpssa
print ssa code information
-ghtoken string
set github.com api token
-v print verbose information
```

### run spx demo
* get spx FlappyCalf demo
```
$ git clone https://github.com/goplus/FlappyCalf
```

* run spx demo
```
$ ispx FlappyCalf
```

* run on demo work directory
```
$ cd FlappyCalf
$ ispx .
```
### run spx remote demo

* GitHub API token

rate limiting

generate token

```
$ ispx -ghtoken your_github_api_token github.com/goplus/FlappyCalf
```