1.4.9 • Published 8 months ago
@balena/sbvr-parser v1.4.9
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.8-build-renovate-major-9--balenasbvr-types-4adc65de4803853bcabc2f58c29dceca1db7b19c-1
8 months ago
1.4.9
8 months ago
1.4.8
8 months ago
1.4.7
8 months ago
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
2 years ago
1.4.4-build-renovate-major--balenasbvr-types-with-types-42a8618ed704dd55cea52ee82d58b1b4e2333a12-1
2 years ago
1.4.3
3 years ago
1.4.2
3 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.1
5 years ago