Skip to content

Commit 7ce7491

Browse files
authored
Merge pull request #8 from datalust/dev
1.0.1 Release
2 parents 2acb0c7 + 72989ab commit 7ce7491

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ A [parser combinator](https://en.wikipedia.org/wiki/Parser_combinator) library b
44

55
![Logo](https://raw.githubusercontent.com/datalust/superpower/dev/asset/Superpower-White-200px.png)
66

7-
**Superpower is new and rapidly evolving. It's expected to stabilize fairly quickly as it's being built for use in a real-world product, but if you need stability/predictability today we suggest starting with [Sprache](https://github.com/sprache/Sprache) and watching this repository to track our progress.**
8-
97
### Usage
108

119
Superpower is embedded directly into your program code, without the need for any additional tools or build-time code generation tasks.
@@ -211,10 +209,10 @@ Type=ArithmeticExpressionBenchmark Mode=Throughput
211209

212210
```
213211

214-
Method | Median | StdDev | Scaled | Scaled-SD |
215-
---------------- |-----------: |----------: |------: |---------: |
216-
Sprache | 283.8618 µs | 10.0276 µs | 1.00 | 0.00 |
217-
Superpower (Token) | 81.1563 µs | 2.8775 µs | 0.29 | 0.01 |
212+
| Method | Median | StdDev | Scaled | Scaled-SD |
213+
|---------------- |----------- |---------- |------ |--------- |
214+
| Sprache | 283.8618 µs | 10.0276 µs | 1.00 | 0.00 |
215+
| Superpower (Token) | 81.1563 µs | 2.8775 µs | 0.29 | 0.01 |
218216

219217
Benchmarks and results are included in the repository.
220218

src/Superpower/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"version": "1.0.0-*",
1+
{
2+
"version": "1.0.1-*",
33

44
"description": "A parser combinator library for C#",
55
"authors": [ "Datalust", "Superpower Contributors", "Sprache Contributors" ],
@@ -31,12 +31,12 @@
3131
}
3232
},
3333

34-
"dependencies": {
35-
"NETStandard.Library": "1.6.0"
36-
},
37-
3834
"frameworks": {
35+
"net4.5": {},
3936
"netstandard1.0": {
37+
"dependencies": {
38+
"NETStandard.Library": "1.6.0"
39+
},
4040
"imports": [
4141
"dnxcore50",
4242
"portable-net45+win8"

0 commit comments

Comments
 (0)