Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "hm-parser", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"repository": "https://github.com/xodio/hm-parser", | ||
@@ -22,4 +22,4 @@ "description": "A parser for Hidnley Milner notations", | ||
"nearley": "^2.7.12", | ||
"ramda": "^0.23.0" | ||
"ramda": "^0.24.1" | ||
} | ||
} |
import R from 'ramda'; | ||
import { curry } from 'ramda'; | ||
import nearley from 'nearley'; | ||
import grammar from './grammar'; | ||
const parseFrom = R.curry(function parseFrom(start, s) { | ||
const parseFrom = curry(function parseFrom(start, s) { | ||
const parser = new nearley.Parser( | ||
@@ -8,0 +8,0 @@ grammar.ParserRules, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84766
8
304
+ Addedramda@0.24.1(transitive)
- Removedramda@0.23.0(transitive)
Updatedramda@^0.24.1