0.2.11 • Published 6 years ago
@resin/sbvr-parser v0.2.11
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
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.0
9 years ago
0.0.26
9 years ago
0.0.25
10 years ago
0.0.24
10 years ago
0.0.23
10 years ago
0.0.22
10 years ago
0.0.21
10 years ago
0.0.20
10 years ago
0.0.19
10 years ago
0.0.18
11 years ago