diff --git a/LICENSE b/LICENSE index 09d4e16..c622095 100644 --- a/LICENSE +++ b/LICENSE @@ -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 @@ -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. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 73de08a..473a66c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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) - [ ] ... @@ -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 @@ -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. -``` \ No newline at end of file +```