0.0.23 • Published 28 days ago

@usagi-coffee/tree-sitter-abl v0.0.23

Weekly downloads
-
License
MIT
Repository
-
Last release
28 days ago

tree-sitter-abl

OpenEdge Advanced Business Language (ABL) grammar for tree-sitter.

To see syntax tree output see test/corpus.

Check out tree-sitter-df for progress data definitions parser.

Usage

Keep in mind there are many ABL statements that are not yet implemented but that doesn't necessarily mean they're not parsable, it just means the syntax tree won't have details about the statements!

For the grammar usage in your project look at tree-sitter documentation on how to use the grammar parsers because you can use tree-sitter parsers using node/rust/wasm bindings.

Node

npm install @usagi-coffee/tree-sitter-abl

WASM

Prebuilt WASM binary can be found in NPM package or build yourself with npx tree-sitter build-wasm. Follow web-tree-sitter binding documentation.

// Getting wasm binary from the npm package
const fs = require('node:fs');
const mod = fs.readFileSync('node_modules/@usagi-coffee/tree-sitter-abl/tree-sitter-abl.wasm');

Running the tests

npm run test

Testing your file

npm run parse your_file.p

License

MIT License

Copyright (c) Kamil Jakubus, Jason Chrosrova and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0.0.23

28 days ago

0.0.22

1 month ago

0.0.21

3 months ago

0.0.20

3 months ago

0.0.19

3 months ago

0.0.18

3 months ago

0.0.15

4 months ago

0.0.16

4 months ago

0.0.17

4 months ago

0.0.14

4 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.11

4 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

6 months ago

0.0.1

6 months ago