1.4.6 • Published 10 months ago
@balena/sbvr-parser v1.4.6
sbvr-parser
An SBVR Structured Englished to SBVR Logical Formulation parser.
The SBVR documentation can be found here http://www.omg.org/spec/SBVR/
Example usage
const SBVRParser = require('./sbvr-parser.js').SBVRParser.createInstance()
const rule = 'Term: name'
const LF = SBVRParser.matchAll(rule, 'Process')
console.log(LF)
outputs:
[ 'Model',
[ 'Vocabulary', 'Default', [ 'Attributes' ] ],
[ 'Term', 'name', 'Default', [ 'Attributes' ] ] ]
Tests
Tests can be found under the test/
folder, to run the whole suite use npm test
1.4.6
11 months ago
1.4.5
12 months ago
1.4.6-build-renovate-major--balenasbvr-types-53f551ce32318e6a39456b00a7331170ab543e15-1
12 months ago
1.4.7-build-renovate-major-9--balenasbvr-types-44242407d20a6869fe590c499e137cd6df40d3a9-1
10 months ago
1.4.6-build-renovate-major-8--balenasbvr-types-cf8795b08f30806b5500508dcab3623c5d444928-1
12 months ago
1.4.5-build-renovate-major--balenasbvr-types-f577e1f11b60a679e5f62f34d18230da3b564b64-1
12 months ago
1.4.4
1 year ago
1.4.4-build-renovate-major--balenasbvr-types-with-types-42a8618ed704dd55cea52ee82d58b1b4e2333a12-1
1 year ago
1.4.3
3 years ago
1.4.2
3 years ago
1.4.1
3 years ago
1.4.0
3 years ago
1.3.0
3 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.1
5 years ago