https://github.com/horance-liu/scalaspec
The specification of the scala programming language.
https://github.com/horance-liu/scalaspec
Last synced: 14 days ago
JSON representation
The specification of the scala programming language.
- Host: GitHub
- URL: https://github.com/horance-liu/scalaspec
- Owner: horance-liu
- Created: 2016-08-05T01:51:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T21:18:36.000Z (over 8 years ago)
- Last Synced: 2025-04-15T01:16:27.212Z (14 days ago)
- Language: Scala
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ScalaSpec is a simple specification for the scala programming language.
## Building
```bash
$ ./gradlew spec
```## IntelliJ IDEA
```bash
$ ./gradlew idea
```