Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammorteza/interpreter
https://github.com/ammorteza/interpreter
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammorteza/interpreter
- Owner: ammorteza
- Created: 2021-11-24T15:10:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T15:45:00.000Z (about 3 years ago)
- Last Synced: 2024-11-05T14:13:35.446Z (about 2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interpreter
## UnitTest
```
make test
```## Example
You can review the written example for getting the runtime result. For running example:
```
go run main.go test.bf
```