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
- Host: GitHub
- URL: https://github.com/goplus/ispx
- Owner: goplus
- Created: 2021-12-23T00:14:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T03:40:02.000Z (10 months ago)
- Last Synced: 2024-08-30T03:56:26.881Z (10 months ago)
- Language: Go
- Size: 48.8 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```