Initial rough draft of OSN Scenario Grammar

This commit is contained in:
2018-08-29 19:05:16 +02:00
commit c46208040a
4 changed files with 654 additions and 0 deletions

9
index.js Normal file
View File

@ -0,0 +1,9 @@
try {
module.exports = require("./build/Release/tree_sitter_OpenScenarioNext_binding");
} catch (error) {
try {
module.exports = require("./build/Debug/tree_sitter_OpenScenarioNext_binding");
} catch (_) {
throw error
}
}