Skip to content

Commit

Permalink
meta: update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbz64 committed Oct 24, 2023
1 parent ae60468 commit bab28f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Kamil Jakubus and contributors
Copyright (c) 2023 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
Expand All @@ -18,4 +18,4 @@ 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.
SOFTWARE.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# tree-sitter-abl

> The project is in very early stage - expect that it's very broken and incomplete, contributions welcome!
OpenEdge Advanced Business Language (ABL) grammar for tree-sitter.

## Usage
Expand Down Expand Up @@ -32,6 +30,7 @@ npm run parse your_file.p
- [X] Procedures
- [X] Ternary expression
- [X] Object accessors
- [X] Case/Switch statement
- [X] Transactions
- [X] Buffers
- [X] Streams
Expand All @@ -49,7 +48,6 @@ npm run parse your_file.p
> Even though many statemenents are not listed it doesn't ***necessarily*** mean they're not parsable, it just means the syntax tree won't have details about the statement!
- [X] ASSIGN
- [ ] PUT
- [X] ACCUMULATE
- [X] AVAILABLE (expression)
- [ ] ...
Expand All @@ -65,7 +63,7 @@ Check out `test/corpus` directory to see the syntax tree output for specific gra
```LICENSE
MIT License
Copyright (c) 2023 Kamil Jakubus and contributors
Copyright (c) 2023 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
Expand All @@ -84,4 +82,4 @@ 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 comments on commit bab28f0

Please sign in to comment.