@toml-tools/parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -33,6 +33,8 @@ const { Parser } = require("chevrotain"); | ||
}); | ||
$.SUBRULE($.expression); | ||
$.OPTION2(() => { | ||
$.SUBRULE($.expression); | ||
}); | ||
$.MANY(() => { | ||
$.SUBRULE2($.nl); | ||
$.OPTION2(() => { | ||
$.OPTION3(() => { | ||
$.SUBRULE2($.expression); | ||
@@ -39,0 +41,0 @@ }); |
{ | ||
"name": "@toml-tools/parser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "TOML Parser Implemented in JavaScript", | ||
"keywords": [ | ||
"toml", | ||
"parser" | ||
], | ||
"main": "lib/api.js", | ||
@@ -9,3 +13,3 @@ "repository": "https://github.com/bd82/toml-tools/tree/master/packages/parser", | ||
"dependencies": { | ||
"@toml-tools/lexer": "^0.3.0", | ||
"@toml-tools/lexer": "^0.3.1", | ||
"chevrotain": "4.1.1" | ||
@@ -26,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "f005971142d3e096d33f2da330c5043709e17695" | ||
"gitHead": "5b378848b9efa8636e672a455d379065a6af69b2" | ||
} |
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
222387
511
Updated@toml-tools/lexer@^0.3.1