diff --git a/vendored_parsers/tree-sitter-erlang-src b/vendored_parsers/tree-sitter-erlang-src deleted file mode 120000 index 3b185897b..000000000 --- a/vendored_parsers/tree-sitter-erlang-src +++ /dev/null @@ -1 +0,0 @@ -tree-sitter-erlang/src \ No newline at end of file diff --git a/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/bug_report.md b/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index db5069ee9..000000000 --- a/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Bug report -about: Report unexpected parsing results -title: '' -labels: 'bug' -assignees: '' - ---- - -The following piece of code is valid but it is parsed incorrectly: - -```javascript - -``` - -Here's a link to the TypeScript Playground showing that the snippet above is valid JavaScript or TypeScript: - - - -The output of `tree-sitter parse` is the following: - -``` - -``` - - - - diff --git a/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/feature_request.md b/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9b3a5b342..000000000 --- a/vendored_parsers/tree-sitter-erlang/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/vendored_parsers/tree-sitter-erlang/.github/workflows/ci.yml b/vendored_parsers/tree-sitter-erlang/.github/workflows/ci.yml deleted file mode 100644 index afe29a1fa..000000000 --- a/vendored_parsers/tree-sitter-erlang/.github/workflows/ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Build/test -on: - pull_request: - branches: - - "**" - push: - branches: - - "main" -jobs: - test: - runs-on: ${{ matrix.os }} - strategy: - fail-fast: true - matrix: - os: [macos-latest, ubuntu-latest, windows-latest] - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 16 - - run: npm ci - - run: npm test diff --git a/vendored_parsers/tree-sitter-erlang/.gitignore b/vendored_parsers/tree-sitter-erlang/.gitignore deleted file mode 100644 index f9822f181..000000000 --- a/vendored_parsers/tree-sitter-erlang/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -*.wasm -node_modules -build -examples -*.log - -# Output of running `npm run parse -- --debug-graph foo.erl` -log.html - -# Input to the parse test -foo.erl diff --git a/vendored_parsers/tree-sitter-erlang/.prettierrc b/vendored_parsers/tree-sitter-erlang/.prettierrc deleted file mode 100644 index 71d38891e..000000000 --- a/vendored_parsers/tree-sitter-erlang/.prettierrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "arrowParens": "avoid", - "bracketSameLine": true, - "bracketSpacing": false, - "requirePragma": true, - "singleQuote": true, - "trailingComma": "all", - "tabWidth": 4, - "indentSize": 4 -} diff --git a/vendored_parsers/tree-sitter-erlang/CHANGELOG.md b/vendored_parsers/tree-sitter-erlang/CHANGELOG.md deleted file mode 100644 index 3beac6563..000000000 --- a/vendored_parsers/tree-sitter-erlang/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -0.1.0 (June 16, 2023) -* Add support for OTP 26 constructs - * maybe - * map comprehension - -0.0.1 (September 26, 2022) - -* Initial Release diff --git a/vendored_parsers/tree-sitter-erlang/CODE_OF_CONDUCT.md b/vendored_parsers/tree-sitter-erlang/CODE_OF_CONDUCT.md deleted file mode 100644 index 83f431e8f..000000000 --- a/vendored_parsers/tree-sitter-erlang/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,80 +0,0 @@ -# Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to make participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or -advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic -address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a -professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies within all project spaces, and it also applies when -an individual is representing the project or its community in public spaces. -Examples of representing a project or community include using an official -project e-mail address, posting via an official social media account, or acting -as an appointed representative at an online or offline event. Representation of -a project may be further defined and clarified by project maintainers. - -This Code of Conduct also applies outside the project spaces when there is a -reasonable belief that an individual's behavior may have a negative impact on -the project or its community. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at . All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq diff --git a/vendored_parsers/tree-sitter-erlang/CONTRIBUTING.md b/vendored_parsers/tree-sitter-erlang/CONTRIBUTING.md deleted file mode 100644 index 15f717554..000000000 --- a/vendored_parsers/tree-sitter-erlang/CONTRIBUTING.md +++ /dev/null @@ -1,35 +0,0 @@ -# Contributing to tree-sitter-erlang - -We want to make contributing to this project as easy and transparent as possible. - -## Our Development Process - -tree-sitter-erlang is currently developed in Meta's internal repositories and then exported -out to GitHub by a Meta team member; however, we invite you to submit pull -requests as described below. - -## Pull Requests - -We actively welcome your pull requests. - -1. Fork the repo and create your branch from `main`. -2. If you've added code that should be tested, add tests. -3. Ensure the test suite passes. -4. If you haven't already, complete the Contributor License Agreement ("CLA"). - -## Contributor License Agreement ("CLA") - -In order to accept your pull request, we need you to submit a CLA. You only need -to do this once to work on any of Facebook's open source projects. - -Complete your CLA here: - -## Issues - -We use GitHub issues to track public bugs. Please ensure your description is -clear and has sufficient instructions to be able to reproduce the issue. - -## License - -By contributing to tree-sitter-erlang, you agree that your contributions will be -licensed under the [LICENSE](LICENSE) in the root directory of this source tree. diff --git a/vendored_parsers/tree-sitter-erlang/Cargo.toml b/vendored_parsers/tree-sitter-erlang/Cargo.toml deleted file mode 100644 index 298767147..000000000 --- a/vendored_parsers/tree-sitter-erlang/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -categories = ["parsing", "text-editors"] -description = "erlang grammar for the tree-sitter parsing library" -edition = "2018" -keywords = ["incremental", "parsing", "erlang"] -license = "MIT" -name = "tree-sitter-erlang" -version = "0.1.0" - -build = "bindings/rust/build.rs" -include = [ - "bindings/rust/*", - "grammar.js", - "queries/*", - "src/*", -] - -[lib] -path = "bindings/rust/lib.rs" - -[dependencies] -tree-sitter = "0.20.10" - -[build-dependencies] -cc = "1.0.79" diff --git a/vendored_parsers/tree-sitter-erlang/LICENSE b/vendored_parsers/tree-sitter-erlang/LICENSE deleted file mode 100644 index 261eeb9e9..000000000 --- a/vendored_parsers/tree-sitter-erlang/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/vendored_parsers/tree-sitter-erlang/Makefile b/vendored_parsers/tree-sitter-erlang/Makefile deleted file mode 100644 index 4e2f9527e..000000000 --- a/vendored_parsers/tree-sitter-erlang/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# TREE_SITTER=tree-sitter -TREE_SITTER=npm run - -all: fmt gen test - -fmt: - ./node_modules/.bin/prettier --write grammar.js - -.PHONY: test -test: gen - $(TREE_SITTER) test - -.PHONY: test-highlight -test-highlight: - # Note: test-highlight uses a filter for non-existent corpus - # tests, so only highlights run. And does not gen. - $(TREE_SITTER) test-highlight - -.PHONY: update -update: gen - $(TREE_SITTER) test -- --update - -.PHONY: debug -debug: gen - $(TREE_SITTER) test -d - -.PHONY: gen -gen: - $(TREE_SITTER) generate - ruby -e 'ARGV.each{|f| File.write(f, "// @"+"generated\n\n"+File.read(f))}' src/parser.c src/tree_sitter/parser.h - ruby -rjson -e 'ARGV.each{|f| File.write(f, JSON.pretty_generate(JSON.parse(File.read(f)).tap{|j| j["@"+"generated"] = true}))}' src/grammar.json - ruby -rjson -e 'ARGV.each{|f| File.write(f, JSON.pretty_generate(JSON.parse(File.read(f)).tap{|j| j << {"@"+"generated" => true}}))}' src/node-types.json - -.PHONY: deps -deps: - npm install - -.PHONY: web -web: wasm - $(TREE_SITTER) web-ui - -.PHONY: wasm -wasm: - $(TREE_SITTER) build-wasm - -.PHONY: publish -publish: all wasm - cp ./tree-sitter-erlang.wasm ./docs diff --git a/vendored_parsers/tree-sitter-erlang/README.md b/vendored_parsers/tree-sitter-erlang/README.md deleted file mode 100644 index c0ddf9d55..000000000 --- a/vendored_parsers/tree-sitter-erlang/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# Tree Sitter Erlang - -This represents tree-sitter grammar used for the Erlang language in the -ELP project. - -It started as a direct clone of -https://github.com/AbstractMachinesLab/tree-sitter-erlang at -[7b436e1ca50f0002f6765a9a2a00f6156b2cc881](https://github.com/AbstractMachinesLab/tree-sitter-erlang/commit/7b436e1ca50f0002f6765a9a2a00f6156b2cc881), -but was later heavily modified for completeness. - -## Usage - -Install the required toolchain with - -``` -make deps -``` - -Edit the `grammar.js` file and re-generate the code with: - -``` -make gen -``` - -Useful test command, parses `foo.erl` and opens a browser window to -show the process, with pretty pictures of the generated AST. - -``` -npm run parse -- --debug-graph testdata/foo.erl -``` - -## License - -tree-sitter-erlang is [Apache licensed](./LICENSE). diff --git a/vendored_parsers/tree-sitter-erlang/binding.gyp b/vendored_parsers/tree-sitter-erlang/binding.gyp deleted file mode 100644 index 64b7451de..000000000 --- a/vendored_parsers/tree-sitter-erlang/binding.gyp +++ /dev/null @@ -1,18 +0,0 @@ -{ - "targets": [ - { - "target_name": "tree_sitter_erlang_binding", - "include_dirs": [ - " -#include "nan.h" - -using namespace v8; - -extern "C" TSLanguage * tree_sitter_erlang(); - -namespace { - -NAN_METHOD(New) {} - -void Init(Local exports, Local module) { - Local tpl = Nan::New(New); - tpl->SetClassName(Nan::New("Language").ToLocalChecked()); - tpl->InstanceTemplate()->SetInternalFieldCount(1); - - Local constructor = Nan::GetFunction(tpl).ToLocalChecked(); - Local instance = constructor->NewInstance(Nan::GetCurrentContext()).ToLocalChecked(); - Nan::SetInternalFieldPointer(instance, 0, tree_sitter_erlang()); - - Nan::Set(instance, Nan::New("name").ToLocalChecked(), Nan::New("erlang").ToLocalChecked()); - Nan::Set(module, Nan::New("exports").ToLocalChecked(), instance); -} - -NODE_MODULE(tree_sitter_erlang_binding, Init) - -} // namespace diff --git a/vendored_parsers/tree-sitter-erlang/bindings/node/index.js b/vendored_parsers/tree-sitter-erlang/bindings/node/index.js deleted file mode 100644 index 71f2055e6..000000000 --- a/vendored_parsers/tree-sitter-erlang/bindings/node/index.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -try { - module.exports = require("../../build/Release/tree_sitter_erlang_binding"); -} catch (error1) { - if (error1.code !== 'MODULE_NOT_FOUND') { - throw error1; - } - try { - module.exports = require("../../build/Debug/tree_sitter_erlang_binding"); - } catch (error2) { - if (error2.code !== 'MODULE_NOT_FOUND') { - throw error2; - } - throw error1 - } -} - -try { - module.exports.nodeTypeInfo = require("../../src/node-types.json"); -} catch (_) {} diff --git a/vendored_parsers/tree-sitter-erlang/bindings/rust/build.rs b/vendored_parsers/tree-sitter-erlang/bindings/rust/build.rs deleted file mode 100644 index ea165b2b1..000000000 --- a/vendored_parsers/tree-sitter-erlang/bindings/rust/build.rs +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// Note: If this file does not exist, it is generated by `tree-sitter generate`. - -fn main() { - let src_dir = std::path::Path::new("src"); - - let mut c_config = cc::Build::new(); - c_config.include(&src_dir); - c_config - .flag_if_supported("-Wno-unused-const-variable") - .flag_if_supported("-Wno-unused-parameter") - .flag_if_supported("-Wno-unused-but-set-variable") - .flag_if_supported("-Wno-trigraphs"); - let parser_path = src_dir.join("parser.c"); - c_config.file(&parser_path); - - // If your language uses an external scanner written in C, - // then include this block of code: - - /* - let scanner_path = src_dir.join("scanner.c"); - c_config.file(&scanner_path); - println!("cargo:rerun-if-changed={}", scanner_path.to_str().unwrap()); - */ - - c_config.compile("parser"); - println!("cargo:rerun-if-changed={}", parser_path.to_str().unwrap()); - - // If your language uses an external scanner written in C++, - // then include this block of code: - - /* - let mut cpp_config = cc::Build::new(); - cpp_config.cpp(true); - cpp_config.include(&src_dir); - cpp_config - .flag_if_supported("-Wno-unused-parameter") - .flag_if_supported("-Wno-unused-but-set-variable"); - let scanner_path = src_dir.join("scanner.cc"); - cpp_config.file(&scanner_path); - cpp_config.compile("scanner"); - println!("cargo:rerun-if-changed={}", scanner_path.to_str().unwrap()); - */ -} diff --git a/vendored_parsers/tree-sitter-erlang/bindings/rust/lib.rs b/vendored_parsers/tree-sitter-erlang/bindings/rust/lib.rs deleted file mode 100644 index 4add90eac..000000000 --- a/vendored_parsers/tree-sitter-erlang/bindings/rust/lib.rs +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// Note: If this file does not exist, it is generated by `tree-sitter generate`. - -//! This crate provides erlang language support for the [tree-sitter][] parsing library. -//! -//! Typically, you will use the [language][language func] function to add this language to a -//! tree-sitter [Parser][], and then use the parser to parse some code: -//! -//! ``` -//! let code = ""; -//! let mut parser = tree_sitter::Parser::new(); -//! parser.set_language(tree_sitter_erlang::language()).expect("Error loading erlang grammar"); -//! let tree = parser.parse(code, None).unwrap(); -//! ``` -//! -//! [Language]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Language.html -//! [language func]: fn.language.html -//! [Parser]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Parser.html -//! [tree-sitter]: https://tree-sitter.github.io/ - -use tree_sitter::Language; - -extern "C" { - fn tree_sitter_erlang() -> Language; -} - -/// Get the tree-sitter [Language][] for this grammar. -/// -/// [Language]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Language.html -pub fn language() -> Language { - unsafe { tree_sitter_erlang() } -} - -/// The content of the [`node-types.json`][] file for this grammar. -/// -/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types -pub const NODE_TYPES: &'static str = include_str!("../../src/node-types.json"); - -// Uncomment these to include any queries that this grammar contains - -// pub const HIGHLIGHTS_QUERY: &'static str = include_str!("../../queries/highlights.scm"); -// pub const INJECTIONS_QUERY: &'static str = include_str!("../../queries/injections.scm"); -// pub const LOCALS_QUERY: &'static str = include_str!("../../queries/locals.scm"); -// pub const TAGS_QUERY: &'static str = include_str!("../../queries/tags.scm"); - -#[cfg(test)] -mod tests { - #[test] - fn test_can_load_grammar() { - let mut parser = tree_sitter::Parser::new(); - parser - .set_language(super::language()) - .expect("Error loading erlang language"); - } -} diff --git a/vendored_parsers/tree-sitter-erlang/grammar.js b/vendored_parsers/tree-sitter-erlang/grammar.js deleted file mode 100644 index a1f952492..000000000 --- a/vendored_parsers/tree-sitter-erlang/grammar.js +++ /dev/null @@ -1,1036 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// Higher value == higher precedence -const PREC = { - CATCH: 0, - DCOLON: 1, // `::` - PIPE: 2, // `|` - PREFIX_OP: 3, // prefix op binds directly to its argument - MULT_OP: 4, // mult_op is left-associative - ADD_OP: 4, // add_op is left-associative - DOTDOT: 6, // `..` in Type - DARROW: 7, // `=>` in Type, Expr - CEQ: 8, // `:=` in Type, Expr - EQ: 12, // `:=` in Expr - BANG: 13, // `:=` in Expr - ORELSE: 14, // `:=` in Expr - ANDALSO: 15, // `:=` in Expr - LIST_OP: 16, // `:=` in Expr - COMP_OP: 17, // `:=` in Expr - - // For remote vs binary : - CALL: 80, - REMOTE: 1, - BIT_EXPR: 2, - - COND_MATCH: 81, // `?=` in maybe expr. Should has lowest priority https://www.erlang.org/eeps/eep-0049#operator-priority - - // In macro def, prefer expressions, if type and expr would parse - DYN_CR_CLAUSES: 1, - DYN_FUNCTION_CLAUSES: 2, - DYN_GUARD_OR: 3, - DYN_GUARD_AND: 4, - DYN_EXPR: 5, -}; - -/////////////////////////////////////////////////////////////////////////////// -// -// Combinators -// -/////////////////////////////////////////////////////////////////////////////// -const sepBy1 = (sep, x) => seq(x, repeat(seq(sep, x))); -const sepBy = (sep, x) => optional(sepBy1(sep, x)); - -const atom_const = (x) => choice(x, alias('\'' + x + '\'', x)); - -/////////////////////////////////////////////////////////////////////////////// -// -// Grammar -// -/////////////////////////////////////////////////////////////////////////////// -// Experimenting with converting the erlfmt grammar - -module.exports = grammar({ - name: 'erlang', - - word: $ => $.atom, - - extras: $ => [ - // $.whitespace causes issues with error recovery, - // emulate it manually when traversing the tree - /[\x01-\x20\x80-\xA0]/, - $.comment, - ], - - inline: $ => [ - $._fun_expr, - $._map_expr, - $._record_expr, - $._exprs, - $._catch_clauses, - ], - - supertypes: $ => [ - $._form, - $._preprocessor_directive, - $._include_detail, - $._function_or_macro_clause, - $._macro_def_replacement, - $._arity_value, - $._concatable, - $._name, - $._macro_name, - $._lc_expr, - $._cr_clause_or_macro, - $._bit_type, - $._bit_expr, - $._map_expr_base, - $._record_expr_base, - $._expr, - $._expr_max, - $._catch_pat, - $._deprecated_details, - $._deprecated_fun_arity, - $._desc, - $._string_like - ], - - - // The erlfmt grammar tries to parse a complete `define` attribute - // for an expression, if that fails it tries for a type, if that - // fails for a clause. - // Instead, we allow conflicts between _expr and type, and clause. - conflicts: $ => [ - // `Base#record{...}` vs `Base#{...}` - [$._record_expr_base, $._map_expr_base], - // In some places we don't accept args for a macro, it would create even more conflicts - [$.macro_call_expr, $.macro_call_none], - // Concatables are ambiguous - [$._expr_max, $._concatable], - [$._expr_max, $._name], - // All can be just a macro and can apprear in the macro definition - [$._function_or_macro_clause, $._cr_clause_or_macro, $._macro_body_expr], - // This is intentionally ambiguous to simplify the produced tree - [$._macro_def_replacement, $.replacement_guard_and], - [$._macro_def_replacement, $.replacement_guard_or], - // Fun type vs regular function `fun()` vs `fun() -> ...` - [$.fun_type, $.expr_args], - ], - - rules: { - - source_file: $ => field('forms', repeat($._form)), - - // ------------------------------------------------------------- - - _form: $ => choice( - $.module_attribute, - $.behaviour_attribute, - $.export_attribute, - $.import_attribute, - $.export_type_attribute, - $.optional_callbacks_attribute, - $.compile_options_attribute, - $.file_attribute, - $.deprecated_attribute, - $.record_decl, - $.type_alias, - $.opaque, - $.spec, - $.callback, - $.wild_attribute, - $.fun_decl, - // preprocessor, not an OTP abstract form - $._preprocessor_directive, - ), - - _preprocessor_directive: $ => choice( - $.pp_include, - $.pp_include_lib, - // https://www.erlang.org/doc/reference_manual/macros.html#flow-control-in-macros - $.pp_undef, - $.pp_ifdef, - $.pp_ifndef, - $.pp_else, - $.pp_endif, - $.pp_if, - $.pp_elif, - - $.pp_define, - ), - pp_include: $ => seq( - '-', atom_const('include'), '(', - field("file", repeat1($._include_detail)), - ')', '.' - ), - pp_include_lib: $ => seq( - '-', atom_const('include_lib'), '(', - field("file", repeat1($._include_detail)), - ')', '.' - ), - pp_undef: $ => seq('-', atom_const('undef'), '(', field("name", $._macro_name), ')', '.'), - pp_ifdef: $ => seq('-', atom_const('ifdef'), '(', field("name", $._macro_name), ')', '.'), - pp_ifndef: $ => seq('-', atom_const('ifndef'), '(', field("name", $._macro_name), ')', '.'), - pp_else: $ => seq('-', atom_const('else'), '.'), - pp_endif: $ => seq('-', atom_const('endif'), '.'), - pp_if: $ => seq('-', atom_const('if'), field("cond", $._expr), '.'), - pp_elif: $ => seq('-', atom_const('elif'), field("cond", $._expr), '.'), - - pp_define: $ => seq( - '-', - atom_const('define'), - '(', - field("lhs", $.macro_lhs), - ',', - field("replacement", optional($._macro_def_replacement)), - ')', - '.', - ), - - _include_detail: $ => choice( - $.string, - $.macro_call_expr - ), - - module_attribute: $ => seq('-', atom_const('module'), '(', field("name", $._name), ')', '.'), - - behaviour_attribute: $ => seq( - '-', - choice(atom_const('behaviour'), atom_const('behavior')), - '(', - field("name", $._name), - ')', - '.' - ), - - export_attribute: $ => seq( - '-', - atom_const('export'), - '(', - '[', - sepBy(optional(','), field("funs", $.fa)), - ']', - ')', - '.' - ), - - import_attribute: $ => seq( - '-', atom_const('import'), '(', - field("module", $._name), ',', - '[', sepBy(optional(','), field("funs", $.fa)), ']', ')', '.'), - - optional_callbacks_attribute: $ => seq( - '-', atom_const('optional_callbacks'), '(', '[', - sepBy(optional(','), field("callbacks", $.fa)), - ']', ')', '.', - ), - - // Used in imports and exports only, make it concrete. - fa: $ => seq(field("fun", $._name), field("arity", $.arity)), - - export_type_attribute: $ => seq( - '-', - atom_const('export_type'), - '(', - '[', - sepBy(optional(','), field("types", $.fa)), - ']', - ')', - '.' - ), - - compile_options_attribute: $ => seq( - '-', - atom_const('compile'), - '(', - field("options", $._expr), - ')', - '.' - ), - - file_attribute: $ => seq( - '-', - atom_const('file'), - '(', - field("original_file", $.string), ',', - field("original_line", $.integer), - ')', '.'), - - deprecated_attribute: $ => seq( - '-', - atom_const('deprecated'), - '(', - field("attr", $._deprecated_details), - ')', - '.' - ), - - _deprecated_details: $ => choice( - $.deprecated_module, - $.deprecated_fa, - $.deprecated_fas, - ), - - deprecated_module: $ => field("module", $.atom), - - deprecated_fas: $ => seq( - '[', - sepBy1(',', field("fa", $.deprecated_fa)), - ']', - ), - deprecated_fa: $ => seq( - '{', - field("fun", $.atom), - ',', - field("arity", $._deprecated_fun_arity), - field("desc", optional($.deprecation_desc)), - '}', - ), - - deprecation_desc: $ => seq(',', field("desc", $._desc)), - - _desc: $ => choice( - field("atom", $.atom), - field("comment", $.multi_string), - ), - - multi_string: $ => prec.right(field("elems", repeat1($._string_like))), - - _string_like: $ => choice( - $.string, - $._macro_body_expr - ), - - _deprecated_fun_arity: $ => choice( - $.integer, - $.deprecated_wildcard, - ), - - deprecated_wildcard: $ => "'_'", - - type_alias: $ => seq('-', atom_const('type'), $._type_def, '.'), - - opaque: $ => seq('-', atom_const('opaque'), $._type_def, '.'), - - _type_def: $ => choice( - seq(field("name", $.type_name), '::', field("ty", $._expr)), - seq('(', field("name", $.type_name), '::', field("ty", $._expr), ')') - ), - type_name: $ => seq(field("name", $._name), field("args", $.var_args)), - - record_decl: $ => seq( - '-', - atom_const('record'), - '(', - field("name", $._name), - optional(','), - $._record_tuple, - ')', - '.', - ), - - spec: $ => seq('-', atom_const('spec'), $._spec_def, '.'), - - callback: $ => seq('-', atom_const('callback'), $._spec_def, '.'), - - _spec_def: $ => choice( - seq($._spec_fun, sepBy1(';', field("sigs", $.type_sig))), - seq('(', $._spec_fun, sepBy1(';', field("sigs", $.type_sig)), ')'), - ), - - _spec_fun: $ => seq(field("module", optional($.module)), field("fun", $._name)), - module: $ => seq(field("name", $._name), ':'), - - wild_attribute: $ => seq(field("name", $.attr_name), field("value", $._expr), '.'), - - attr_name: $ => seq('-', field("name", $._name)), - - fun_decl: $ => seq( - sepBy1(optional(';'), field("clauses", $._function_or_macro_clause)), - '.' - ), - - type_sig: $ => seq( - field("args", $.expr_args), - '->', - field("ty", $._expr), - optional(field("guard", $.type_guards)), - ), - - type_guards: $ => seq('when', sepBy1(',', field("guards", $.ann_type))), - - ann_type: $ => prec(PREC.DCOLON, seq(field("var", $.ann_var), field("ty", $._expr))), - - ann_var: $ => prec(PREC.DCOLON, seq(field("var", $.var), '::')), - - // Both union type and list tail - pipe: $ => prec.right(PREC.PIPE, seq(field("lhs", $._expr), '|', field("rhs", $._expr))), - - fun_type: $ => seq('fun', '(', field("sig", optional($.fun_type_sig)), ')'), - - fun_type_sig: $ => seq( - field("args", $.expr_args), - '->', - field("ty", $._expr) - ), - - range_type: $ => prec.left(PREC.DOTDOT, seq( - field("lhs", $._expr), - '..', - field("rhs", $._expr) - )), - - _function_or_macro_clause: $ => choice( - $.function_clause, - $.macro_call_expr, - ), - - function_clause: $ => seq( - field("name", $._name), - field("args", $.expr_args), - optional($._clause_guard), - field("body", $.clause_body) - ), - - // This is optional, but tree-sitter complains if we put - // 'optional' here, must put it at each usage site. - _clause_guard: $ => seq('when', field("guard", $.guard)), - - clause_body: $ => prec.right(seq('->', sepBy1(',', field("exprs", $._expr)))), - - _expr: $ => choice( - $.ann_type, - $.pipe, - $.dotdotdot, - $.range_type, - $.catch_expr, - $.binary_op_expr, - $.match_expr, - $.unary_op_expr, - $._map_expr, - $.call, - $._record_expr, - $.remote, - $._expr_max, - $.cond_match_expr, - ), - - dotdotdot: $ => '...', - - catch_expr: $ => prec(PREC.CATCH, seq('catch', field("expr", $._expr))), - - match_expr: $ => - prec.right(PREC.EQ, seq( - field("lhs", $._expr), - '=', - field("rhs", prec.right($._expr)), - )), - cond_match_expr: $ => - prec.right(PREC.COND_MATCH, seq( - field("lhs", $._expr), - '?=', - field("rhs", prec.right($._expr)), - )), - binary_op_expr: $ => choice( - prec.right(PREC.BANG, seq( - field("lhs", $._expr), - '!', - field("rhs", $._expr), - )), - prec.right(PREC.ORELSE, seq( - field("lhs", $._expr), - 'orelse', - field("rhs", $._expr), - )), - prec.right(PREC.ANDALSO, seq( - field("lhs", $._expr), - 'andalso', - field("rhs", $._expr), - )), - prec.left(PREC.COMP_OP, seq( - field("lhs", $._expr), - $._comp_op, - field("rhs", $._expr), - )), - prec.right(PREC.LIST_OP, seq( - field("lhs", $._expr), - $._list_op, - field("rhs", $._expr), - )), - prec.left(PREC.ADD_OP, seq( - field("lhs", $._expr), - $._add_op, - field("rhs", $._expr), - )), - prec.left(PREC.MULT_OP, seq( - field("lhs", $._expr), - $._mult_op, - field("rhs", $._expr), - )), - ), - - unary_op_expr: $ => prec(PREC.PREFIX_OP, seq( - $._prefix_op, - field("operand", $._expr), - )), - - _expr_max: $ => choice( - $.char, - $.integer, - $.atom, - $.float, - $.string, - $.concatables, - $._macro_body_expr, - $.var, - $.list, - $.binary, - $.list_comprehension, - $.binary_comprehension, - $.map_comprehension, - $.tuple, - $.paren_expr, - $.block_expr, - $.if_expr, - $.case_expr, - $.receive_expr, - $._fun_expr, - $.try_expr, - $.maybe_expr, - ), - - remote: $ => prec.right(PREC.REMOTE, seq(field("module", $.remote_module), field("fun", $._expr_max))), - remote_module: $ => prec(PREC.REMOTE, seq(field("module", $._expr_max), ':')), - - paren_expr: $ => seq('(', field("expr", $._expr), ')'), - block_expr: $ => seq('begin', sepBy1(',', field("exprs", $._expr)), 'end'), - - list: $ => seq( - '[', - sepBy(',', field("exprs", $._expr)), - ']', - ), - - binary: $ => seq( - '<<', - sepBy(',', field("elements", $.bin_element)), - '>>', - ), - - bin_element: $ => seq( - field("element", $._bit_expr), - field("size", optional($.bit_size_expr)), - field("types", optional($.bit_type_list)), - ), - bit_size_expr: $ => seq( - ':', - field("size", $._bit_expr), - ), - bit_type_list: $ => seq( - '/', - sepBy1('-', field("types", $._bit_type)), - ), - - _bit_expr: $ => prec(PREC.BIT_EXPR, choice( - alias($.unary_op_expr_max, $.unary_op_expr), - alias($.binary_op_expr_max, $.binary_op_expr), - $._expr_max, - )), - - unary_op_expr_max: $ => prec(PREC.PREFIX_OP, seq( - $._prefix_op, - field("operand", $._expr_max), - )), - - binary_op_expr_max: $ => prec(PREC.MULT_OP, seq( - field("lhs", $._expr_max), - '*', - field("rhs", $._expr_max), - )), - - _bit_type: $ => choice( - $._name, - $.bit_type_unit, - ), - bit_type_unit: $ => seq('unit', ':', field("size", $._arity_value)), - - list_comprehension: $ => seq( - '[', - field("expr", $._expr), - field("lc_exprs", $.lc_exprs), - ']' - ), - binary_comprehension: $ => seq( - '<<', - field("expr", $._expr_max), - field("lc_exprs", $.lc_exprs), - '>>' - ), - map_comprehension: $ => seq( - '#', - '{', - field("expr", $.map_field), - field("lc_exprs", $.lc_exprs), - '}', - ), - - lc_exprs: $ => seq('||', sepBy1(',', field("exprs", $._lc_expr))), - - _lc_expr: $ => choice( - $._expr, - $.generator, - $.b_generator, - $.map_generator, - ), - - generator: $ => seq( - field("lhs", $._expr), - '<-', - field("rhs", $._expr), - ), - b_generator: $ => seq( - field("lhs", $._expr), - '<=', - field("rhs", $._expr), - ), - map_generator: $ => seq( - field("lhs", $.map_field), - '<-', - field("rhs", $._expr), - ), - - tuple: $ => seq( - '{', - sepBy(',', field("expr", $._expr)), - '}' - ), - - _map_expr: $ => choice( - $.map_expr, - $.map_expr_update, - ), - - map_expr_update: $ => prec.right(seq( - field("expr", $._map_expr_base), - '#', - '{', - sepBy(',', field("fields", $.map_field)), - '}', - )), - - map_expr: $ => seq( - '#', - '{', - sepBy(',', field("fields", $.map_field)), - '}', - ), - - _map_expr_base: $ => choice( - $._expr_max, - $._map_expr, - ), - - map_field: $ => prec.left(PREC.DARROW, seq( - field("key", $._expr), - $._map_field_op, - field("value", $._expr), - )), - _map_field_op: $ => choice('=>', ':='), - - _record_expr: $ => choice( - $.record_index_expr, - $.record_field_expr, - $.record_update_expr, - $.record_expr, - ), - - record_index_expr: $ => seq( - field("name", $.record_name), - field("field", $.record_field_name), - ), - - record_field_expr: $ => prec.right(seq( - field("expr", $._record_expr_base), - field("name", $.record_name), - field("field", $.record_field_name), - )), - - record_update_expr: $ => prec.right(seq( - field("expr", $._record_expr_base), - field("name", $.record_name), - $._record_tuple, - )), - - record_expr: $ => seq( - field("name", $.record_name), - $._record_tuple, - ), - - record_name: $ => seq('#', field("name", $._name)), - - record_field_name: $ => seq('.', field("name", $._name)), - - _record_expr_base: $ => choice( - $._expr_max, - $._record_expr, - ), - - _record_tuple: $ => seq( - '{', - optional(sepBy1(',', field("fields", $.record_field))), - '}' - ), - - record_field: $ => seq( - field("name", $._name), - optional(field("expr", $.field_expr)), - optional(field("ty", $.field_type)), - ), - - field_expr: $ => seq('=', field("expr", $._expr)), - - field_type: $ => seq('::', field("expr", $._expr)), - - call: $ => prec(PREC.CALL, seq( - field("expr", $._expr), - field("args", $.expr_args), - )), - - if_expr: $ => seq( - 'if', - optional(sepBy1(';', field("clauses", $.if_clause))), - 'end', - ), - - if_clause: $ => seq( - field("guard", $.guard), - field("body", $.clause_body), - ), - - case_expr: $ => seq( - 'case', - field("expr", $._expr), - 'of', - optional($._cr_clauses), - 'end', - ), - - _cr_clauses: $ => sepBy1(';', field("clauses", $._cr_clause_or_macro)), - - _cr_clause_or_macro: $ => choice( - $.cr_clause, - $.macro_call_expr, - ), - - cr_clause: $ => seq( - field("pat", $._expr), - optional($._clause_guard), - field("body", $.clause_body), - ), - - receive_expr: $ => seq( - 'receive', - optional($._cr_clauses), - optional(field("after", $.receive_after)), - 'end' - ), - - receive_after: $ => seq( - 'after', - field("expr", $._expr), - field("body", $.clause_body), - ), - - _fun_expr: $ => choice( - $.internal_fun, - $.external_fun, - $.anonymous_fun, - $.fun_type, - ), - internal_fun: $ => seq( - 'fun', - field("fun", $._name), - field("arity", $.arity), - ), - external_fun: $ => seq( - 'fun', - field("module", $.module), - field("fun", $._name), - field("arity", $.arity), - ), - anonymous_fun: $ => seq( - 'fun', - sepBy1(';', field("clauses", $.fun_clause)), - 'end' - ), - - _macro_name: $ => choice( - $.atom, - $.var, - ), - - _name: $ => choice( - $.atom, - $.var, - alias($.macro_call_none, $.macro_call_expr), - ), - - arity: $ => seq('/', field("value", $._arity_value)), - - _arity_value: $ => choice( - $.integer, - $.var, - $.macro_call_expr, - ), - - fun_clauses: $ => sepBy1(';', $.fun_clause), - - fun_clause: $ => seq( - field("name", optional($.var)), - field("args", $.expr_args), - optional($._clause_guard), - field("body", $.clause_body), - ), - - try_expr: $ => choice( - seq('try', $._exprs, 'of', $._cr_clauses, $._try_catch), - seq('try', $._exprs, $._try_catch), - ), - - _try_catch: $ => choice( - seq('catch', optional($._catch_clauses), 'end'), - seq('catch', optional($._catch_clauses), field("after", $.try_after), 'end'), - seq(field("after", $.try_after), 'end'), - ), - - try_after: $ => seq('after', $._exprs), - - _catch_clauses: $ => sepBy1(';', field("catch", $.catch_clause)), - - catch_clause: $ => seq( - choice( - field("pat", $._catch_pat), - seq(field("class", $.try_class), field("pat", $._catch_pat)), - seq(field("class", $.try_class), field("pat", $._catch_pat), field("stack", $.try_stack)), - ), - optional($._clause_guard), - field("body", $.clause_body) - ), - - try_class: $ => seq(field("class", $._name), ':'), - - try_stack: $ => seq(':', field("class", $.var)), - - _catch_pat: $ => choice( - alias($.binary_op_catch_pat, $.binary_op_expr), - alias($.match_catch_pat, $.binary_op_expr), - $.unary_op_expr, - $.map_expr, - $.record_index_expr, - $.record_expr, - $._expr_max, - ), - - match_catch_pat: $ => - prec.right(PREC.EQ, seq( - field("lhs", $._catch_pat), - '=', - field("rhs", $._catch_pat), - )), - binary_op_catch_pat: $ => choice( - prec.left(PREC.COMP_OP, seq( - field("lhs", $._catch_pat), - $._comp_op, - field("rhs", $._catch_pat), - )), - prec.right(PREC.LIST_OP, seq( - field("lhs", $._catch_pat), - $._list_op, - field("rhs", $._catch_pat), - )), - prec.left(PREC.ADD_OP, seq( - field("lhs", $._catch_pat), - $._add_op, - field("rhs", $._catch_pat), - )), - prec.left(PREC.MULT_OP, seq( - field("lhs", $._catch_pat), - $._mult_op, - field("rhs", $._catch_pat), - )), - ), - - maybe_expr: $ => choice( - seq('maybe', sepBy1(',', field("exprs", $._expr)), 'end'), - seq('maybe', sepBy1(',', field("exprs", $._expr)), $._maybe_else_clause), - ), - - _maybe_else_clause: $ => seq('else', optional($._cr_clauses), 'end'), - - _macro_def_replacement: $ => choice( - prec.dynamic(PREC.DYN_EXPR, $._expr), - prec.dynamic(PREC.DYN_FUNCTION_CLAUSES, $.replacement_function_clauses), - prec.dynamic(PREC.DYN_CR_CLAUSES, $.replacement_cr_clauses), - prec.dynamic(PREC.DYN_GUARD_OR, $.replacement_guard_or), - prec.dynamic(PREC.DYN_GUARD_AND, $.replacement_guard_and), - $.replacement_parens, - ), - - replacement_function_clauses: $ => sepBy1(';', field("clauses", $._function_or_macro_clause)), - - replacement_cr_clauses: $ => sepBy1(';', field("clauses", $._cr_clause_or_macro)), - - replacement_guard_or: $ => sepBy1(';', field("guard", $.replacement_guard_and)), - - replacement_guard_and: $ => sepBy1(',', field("guard", $._expr)), - - replacement_parens: $ => seq('(', ')'), - - macro_lhs: $ => seq( - field("name", $._macro_name), - field("args", optional($.var_args)), - ), - - _macro_body_expr: $ => choice( - $.macro_string, - $.macro_call_expr, - ), - - macro_call_expr: $ => prec.right(seq( - '?', - field("name", $._macro_name), - field("args", optional($.macro_call_args)), - )), - - macro_call_args: $ => seq( - '(', - sepBy(',', field("args", $.macro_expr)), - ')' - ), - - macro_call_none: $ => seq( - '?', - field("name", $._macro_name), - ), - - macro_string: $ => seq( - '?', '?', - field("name", $._macro_name), - ), - - macro_expr: $ => choice( - field("expr", $._expr), - seq(field("expr", $._expr), 'when', field("guard", $._expr)), - ), - - _exprs: $ => sepBy1(',', field("exprs", $._expr)), - - expr_args: $ => seq( - '(', - sepBy(',', field("args", $._expr)), - ')', - ), - - var_args: $ => seq( - '(', - sepBy(optional(','), field("args", $.var)), - ')' - ), - - guard: $ => prec.right(sepBy1(';', field("clauses", $.guard_clause))), - guard_clause: $ => prec.right(sepBy1(',', field("exprs", $._expr))), - - concatables: $ => prec.right(field("elems", seq($._concatable, repeat1($._concatable)))), - - _concatable: $ => choice( - $.string, - $.var, - $._macro_body_expr - ), - - // ------------------------------------------------------------- - // Operators - - _prefix_op: $ => choice( - '+', - '-', - 'bnot', - 'not', - ), - - _mult_op: $ => choice( - '/', - '*', - 'div', - 'rem', - 'band', - 'and', - ), - - _add_op: $ => choice( - '+', - '-', - 'bor', - 'bxor', - 'bsl', - 'bsr', - 'or', - 'xor', - ), - - _list_op: $ => choice('++', '--'), - - _comp_op: $ => choice( - '==', - '/=', - '=<', - '<', - '>=', - '>', - '=:=', - '=/=', - ), - - // ------------------------------------------------------------- - // Tokens - - var: $ => token(/[_A-Z\xC0-\xD6\xD8-\xDE][_@a-zA-Z0-9\xC0-\xD6\xD8-\xDE\xDF-\xF6\xF8-\xFF]*/), - - integer: $ => token( - /\d{1,2}#[0-9a-zA-Z](_?[0-9a-zA-Z])*|\d(_?\d)*/, - ), - - float: $ => token( - /\d(_?\d)*\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?/, - ), - - string: $ => /"([^"\\]|\\([^x\^]|[0-7]{1,3}|x[0-9a-fA-F]{2}|x\{[0-9a-fA-F]+\}|\^.))*"/, - - // Check via https://regexr.com/ - // Should match https://www.erlang.org/doc/reference_manual/data_types.html#escape-sequences - // Regex is based on https://github.com/erlang/otp/blob/30e0b342a50ce70b204a47e1e442e3dc33f9a41b/lib/stdlib/src/erl_scan.erl#L874-L922 - char: $ => token( - /\$([^\\]|\\([0-7]{1,3}|x[0-9a-fA-F]{2}|x{[0-9a-fA-F]+}|\^.|\\n|\\\\|.))/, - ), - - atom: $ => token( - /([a-z\xDF-\xF6\xF8-\xFF][_@a-zA-Z0-9\xC0-\xD6\xD8-\xDE\xDF-\xF6\xF8-\xFF]*)|('([^'\\]|\\([^x\^]|[0-7]{1,3}|x[0-9a-fA-F]{2}|x\{[0-9a-fA-F]+\}|\^.))*')/, - ), - - comment: $ => token(/%[^\n]*/), - } -}); diff --git a/vendored_parsers/tree-sitter-erlang/package-lock.json b/vendored_parsers/tree-sitter-erlang/package-lock.json deleted file mode 100644 index 17aee298c..000000000 --- a/vendored_parsers/tree-sitter-erlang/package-lock.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "tree-sitter-erlang", - "version": "0.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "tree-sitter-erlang", - "version": "0.0.0", - "license": "Apache-2.0", - "dependencies": { - "nan": "^2.14.1", - "prettier": "^2.2.1", - "tree-sitter-cli": "^0.20.8" - } - }, - "node_modules/nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" - }, - "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/tree-sitter-cli": { - "version": "0.20.8", - "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.8.tgz", - "integrity": "sha512-XjTcS3wdTy/2cc/ptMLc/WRyOLECRYcMTrSWyhZnj1oGSOWbHLTklgsgRICU3cPfb0vy+oZCC33M43u6R1HSCA==", - "hasInstallScript": true, - "bin": { - "tree-sitter": "cli.js" - } - } - } -} diff --git a/vendored_parsers/tree-sitter-erlang/package.json b/vendored_parsers/tree-sitter-erlang/package.json deleted file mode 100644 index 44ae49fcb..000000000 --- a/vendored_parsers/tree-sitter-erlang/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "tree-sitter-erlang", - "version": "0.0.0", - "description": "Tree Sitter grammar for Erlang", - "scripts": { - "test": "tree-sitter test", - "test-highlight": "tree-sitter test -f does-not-exist", - "generate": "tree-sitter generate", - "parse": "tree-sitter parse" - }, - "authors": ["Leandro Ostera ", "Alan Zimmerman "], - "license": "Apache-2.0", - "dependencies": { - "nan": "^2.14.1", - "prettier": "^2.2.1", - "tree-sitter-cli": "^0.20.8" - }, - "main": "bindings/node", - "tree-sitter": [ - { - "scope": "source.erlang", - "file-types": [ - "erl", - "hrl", - "app.src", - "app", - "escript", - "rebar.config" - ] - } - ] -} diff --git a/vendored_parsers/tree-sitter-erlang/src/grammar.json b/vendored_parsers/tree-sitter-erlang/src/grammar.json deleted file mode 100644 index 8e74e0a85..000000000 --- a/vendored_parsers/tree-sitter-erlang/src/grammar.json +++ /dev/null @@ -1,6157 +0,0 @@ -{ - "name": "erlang", - "word": "atom", - "rules": { - "source_file": { - "type": "FIELD", - "name": "forms", - "content": { - "type": "REPEAT", - "content": { - "type": "SYMBOL", - "name": "_form" - } - } - }, - "_form": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "module_attribute" - }, - { - "type": "SYMBOL", - "name": "behaviour_attribute" - }, - { - "type": "SYMBOL", - "name": "export_attribute" - }, - { - "type": "SYMBOL", - "name": "import_attribute" - }, - { - "type": "SYMBOL", - "name": "export_type_attribute" - }, - { - "type": "SYMBOL", - "name": "optional_callbacks_attribute" - }, - { - "type": "SYMBOL", - "name": "compile_options_attribute" - }, - { - "type": "SYMBOL", - "name": "file_attribute" - }, - { - "type": "SYMBOL", - "name": "deprecated_attribute" - }, - { - "type": "SYMBOL", - "name": "record_decl" - }, - { - "type": "SYMBOL", - "name": "type_alias" - }, - { - "type": "SYMBOL", - "name": "opaque" - }, - { - "type": "SYMBOL", - "name": "spec" - }, - { - "type": "SYMBOL", - "name": "callback" - }, - { - "type": "SYMBOL", - "name": "wild_attribute" - }, - { - "type": "SYMBOL", - "name": "fun_decl" - }, - { - "type": "SYMBOL", - "name": "_preprocessor_directive" - } - ] - }, - "_preprocessor_directive": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "pp_include" - }, - { - "type": "SYMBOL", - "name": "pp_include_lib" - }, - { - "type": "SYMBOL", - "name": "pp_undef" - }, - { - "type": "SYMBOL", - "name": "pp_ifdef" - }, - { - "type": "SYMBOL", - "name": "pp_ifndef" - }, - { - "type": "SYMBOL", - "name": "pp_else" - }, - { - "type": "SYMBOL", - "name": "pp_endif" - }, - { - "type": "SYMBOL", - "name": "pp_if" - }, - { - "type": "SYMBOL", - "name": "pp_elif" - }, - { - "type": "SYMBOL", - "name": "pp_define" - } - ] - }, - "pp_include": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "include" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'include'" - }, - "named": false, - "value": "include" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "file", - "content": { - "type": "REPEAT1", - "content": { - "type": "SYMBOL", - "name": "_include_detail" - } - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_include_lib": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "include_lib" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'include_lib'" - }, - "named": false, - "value": "include_lib" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "file", - "content": { - "type": "REPEAT1", - "content": { - "type": "SYMBOL", - "name": "_include_detail" - } - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_undef": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "undef" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'undef'" - }, - "named": false, - "value": "undef" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_ifdef": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "ifdef" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'ifdef'" - }, - "named": false, - "value": "ifdef" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_ifndef": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "ifndef" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'ifndef'" - }, - "named": false, - "value": "ifndef" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_else": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "else" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'else'" - }, - "named": false, - "value": "else" - } - ] - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_endif": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "endif" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'endif'" - }, - "named": false, - "value": "endif" - } - ] - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_if": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "if" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'if'" - }, - "named": false, - "value": "if" - } - ] - }, - { - "type": "FIELD", - "name": "cond", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_elif": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "elif" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'elif'" - }, - "named": false, - "value": "elif" - } - ] - }, - { - "type": "FIELD", - "name": "cond", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "pp_define": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "define" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'define'" - }, - "named": false, - "value": "define" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "macro_lhs" - } - }, - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "replacement", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_macro_def_replacement" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "_include_detail": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "string" - }, - { - "type": "SYMBOL", - "name": "macro_call_expr" - } - ] - }, - "module_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "module" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'module'" - }, - "named": false, - "value": "module" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "behaviour_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "behaviour" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'behaviour'" - }, - "named": false, - "value": "behaviour" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "behavior" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'behavior'" - }, - "named": false, - "value": "behavior" - } - ] - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "export_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "export" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'export'" - }, - "named": false, - "value": "export" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "funs", - "content": { - "type": "SYMBOL", - "name": "fa" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "funs", - "content": { - "type": "SYMBOL", - "name": "fa" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "]" - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "import_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "import" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'import'" - }, - "named": false, - "value": "import" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "module", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "STRING", - "value": "," - }, - { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "funs", - "content": { - "type": "SYMBOL", - "name": "fa" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "funs", - "content": { - "type": "SYMBOL", - "name": "fa" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "]" - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "optional_callbacks_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "optional_callbacks" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'optional_callbacks'" - }, - "named": false, - "value": "optional_callbacks" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "callbacks", - "content": { - "type": "SYMBOL", - "name": "fa" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "callbacks", - "content": { - "type": "SYMBOL", - "name": "fa" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "]" - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "fa": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "FIELD", - "name": "arity", - "content": { - "type": "SYMBOL", - "name": "arity" - } - } - ] - }, - "export_type_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "export_type" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'export_type'" - }, - "named": false, - "value": "export_type" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "types", - "content": { - "type": "SYMBOL", - "name": "fa" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "types", - "content": { - "type": "SYMBOL", - "name": "fa" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "]" - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "compile_options_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "compile" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'compile'" - }, - "named": false, - "value": "compile" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "options", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "file_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "file" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'file'" - }, - "named": false, - "value": "file" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "original_file", - "content": { - "type": "SYMBOL", - "name": "string" - } - }, - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "original_line", - "content": { - "type": "SYMBOL", - "name": "integer" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "deprecated_attribute": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "deprecated" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'deprecated'" - }, - "named": false, - "value": "deprecated" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "attr", - "content": { - "type": "SYMBOL", - "name": "_deprecated_details" - } - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "_deprecated_details": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "deprecated_module" - }, - { - "type": "SYMBOL", - "name": "deprecated_fa" - }, - { - "type": "SYMBOL", - "name": "deprecated_fas" - } - ] - }, - "deprecated_module": { - "type": "FIELD", - "name": "module", - "content": { - "type": "SYMBOL", - "name": "atom" - } - }, - "deprecated_fas": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "[" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "fa", - "content": { - "type": "SYMBOL", - "name": "deprecated_fa" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "fa", - "content": { - "type": "SYMBOL", - "name": "deprecated_fa" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": "]" - } - ] - }, - "deprecated_fa": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "{" - }, - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "atom" - } - }, - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "arity", - "content": { - "type": "SYMBOL", - "name": "_deprecated_fun_arity" - } - }, - { - "type": "FIELD", - "name": "desc", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "deprecation_desc" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "deprecation_desc": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "desc", - "content": { - "type": "SYMBOL", - "name": "_desc" - } - } - ] - }, - "_desc": { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "atom", - "content": { - "type": "SYMBOL", - "name": "atom" - } - }, - { - "type": "FIELD", - "name": "comment", - "content": { - "type": "SYMBOL", - "name": "multi_string" - } - } - ] - }, - "multi_string": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "FIELD", - "name": "elems", - "content": { - "type": "REPEAT1", - "content": { - "type": "SYMBOL", - "name": "_string_like" - } - } - } - }, - "_string_like": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "string" - }, - { - "type": "SYMBOL", - "name": "_macro_body_expr" - } - ] - }, - "_deprecated_fun_arity": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "integer" - }, - { - "type": "SYMBOL", - "name": "deprecated_wildcard" - } - ] - }, - "deprecated_wildcard": { - "type": "STRING", - "value": "'_'" - }, - "type_alias": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "type" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'type'" - }, - "named": false, - "value": "type" - } - ] - }, - { - "type": "SYMBOL", - "name": "_type_def" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "opaque": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "opaque" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'opaque'" - }, - "named": false, - "value": "opaque" - } - ] - }, - { - "type": "SYMBOL", - "name": "_type_def" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "_type_def": { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "type_name" - } - }, - { - "type": "STRING", - "value": "::" - }, - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "type_name" - } - }, - { - "type": "STRING", - "value": "::" - }, - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": ")" - } - ] - } - ] - }, - "type_name": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "var_args" - } - } - ] - }, - "record_decl": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "record" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'record'" - }, - "named": false, - "value": "record" - } - ] - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "_record_tuple" - }, - { - "type": "STRING", - "value": ")" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "spec": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "spec" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'spec'" - }, - "named": false, - "value": "spec" - } - ] - }, - { - "type": "SYMBOL", - "name": "_spec_def" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "callback": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "callback" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": "'callback'" - }, - "named": false, - "value": "callback" - } - ] - }, - { - "type": "SYMBOL", - "name": "_spec_def" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "_spec_def": { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "_spec_fun" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "sigs", - "content": { - "type": "SYMBOL", - "name": "type_sig" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "sigs", - "content": { - "type": "SYMBOL", - "name": "type_sig" - } - } - ] - } - } - ] - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "SYMBOL", - "name": "_spec_fun" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "sigs", - "content": { - "type": "SYMBOL", - "name": "type_sig" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "sigs", - "content": { - "type": "SYMBOL", - "name": "type_sig" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": ")" - } - ] - } - ] - }, - "_spec_fun": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "module", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "module" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "_name" - } - } - ] - }, - "module": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "STRING", - "value": ":" - } - ] - }, - "wild_attribute": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "attr_name" - } - }, - { - "type": "FIELD", - "name": "value", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "attr_name": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - } - ] - }, - "fun_decl": { - "type": "SEQ", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_function_or_macro_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_function_or_macro_clause" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": "." - } - ] - }, - "type_sig": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "expr_args" - } - }, - { - "type": "STRING", - "value": "->" - }, - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "type_guards" - } - }, - { - "type": "BLANK" - } - ] - } - ] - }, - "type_guards": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "when" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "guards", - "content": { - "type": "SYMBOL", - "name": "ann_type" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "guards", - "content": { - "type": "SYMBOL", - "name": "ann_type" - } - } - ] - } - } - ] - } - ] - }, - "ann_type": { - "type": "PREC", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "var", - "content": { - "type": "SYMBOL", - "name": "ann_var" - } - }, - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "ann_var": { - "type": "PREC", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "var", - "content": { - "type": "SYMBOL", - "name": "var" - } - }, - { - "type": "STRING", - "value": "::" - } - ] - } - }, - "pipe": { - "type": "PREC_RIGHT", - "value": 2, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "|" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "fun_type": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "fun" - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "sig", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "fun_type_sig" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "fun_type_sig": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "expr_args" - } - }, - { - "type": "STRING", - "value": "->" - }, - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "range_type": { - "type": "PREC_LEFT", - "value": 6, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": ".." - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "_function_or_macro_clause": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "function_clause" - }, - { - "type": "SYMBOL", - "name": "macro_call_expr" - } - ] - }, - "function_clause": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "expr_args" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_clause_guard" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "_clause_guard": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "when" - }, - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "guard" - } - } - ] - }, - "clause_body": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "->" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - } - ] - } - }, - "_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "ann_type" - }, - { - "type": "SYMBOL", - "name": "pipe" - }, - { - "type": "SYMBOL", - "name": "dotdotdot" - }, - { - "type": "SYMBOL", - "name": "range_type" - }, - { - "type": "SYMBOL", - "name": "catch_expr" - }, - { - "type": "SYMBOL", - "name": "binary_op_expr" - }, - { - "type": "SYMBOL", - "name": "match_expr" - }, - { - "type": "SYMBOL", - "name": "unary_op_expr" - }, - { - "type": "SYMBOL", - "name": "_map_expr" - }, - { - "type": "SYMBOL", - "name": "call" - }, - { - "type": "SYMBOL", - "name": "_record_expr" - }, - { - "type": "SYMBOL", - "name": "remote" - }, - { - "type": "SYMBOL", - "name": "_expr_max" - }, - { - "type": "SYMBOL", - "name": "cond_match_expr" - } - ] - }, - "dotdotdot": { - "type": "STRING", - "value": "..." - }, - "catch_expr": { - "type": "PREC", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "catch" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "match_expr": { - "type": "PREC_RIGHT", - "value": 12, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "=" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - } - ] - } - }, - "cond_match_expr": { - "type": "PREC_RIGHT", - "value": 81, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "?=" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - } - ] - } - }, - "binary_op_expr": { - "type": "CHOICE", - "members": [ - { - "type": "PREC_RIGHT", - "value": 13, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "!" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_RIGHT", - "value": 14, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "orelse" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_RIGHT", - "value": 15, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "andalso" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_LEFT", - "value": 17, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SYMBOL", - "name": "_comp_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_RIGHT", - "value": 16, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SYMBOL", - "name": "_list_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_LEFT", - "value": 4, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SYMBOL", - "name": "_add_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - { - "type": "PREC_LEFT", - "value": 4, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SYMBOL", - "name": "_mult_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - "unary_op_expr": { - "type": "PREC", - "value": 3, - "content": { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "_prefix_op" - }, - { - "type": "FIELD", - "name": "operand", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "_expr_max": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "char" - }, - { - "type": "SYMBOL", - "name": "integer" - }, - { - "type": "SYMBOL", - "name": "atom" - }, - { - "type": "SYMBOL", - "name": "float" - }, - { - "type": "SYMBOL", - "name": "string" - }, - { - "type": "SYMBOL", - "name": "concatables" - }, - { - "type": "SYMBOL", - "name": "_macro_body_expr" - }, - { - "type": "SYMBOL", - "name": "var" - }, - { - "type": "SYMBOL", - "name": "list" - }, - { - "type": "SYMBOL", - "name": "binary" - }, - { - "type": "SYMBOL", - "name": "list_comprehension" - }, - { - "type": "SYMBOL", - "name": "binary_comprehension" - }, - { - "type": "SYMBOL", - "name": "map_comprehension" - }, - { - "type": "SYMBOL", - "name": "tuple" - }, - { - "type": "SYMBOL", - "name": "paren_expr" - }, - { - "type": "SYMBOL", - "name": "block_expr" - }, - { - "type": "SYMBOL", - "name": "if_expr" - }, - { - "type": "SYMBOL", - "name": "case_expr" - }, - { - "type": "SYMBOL", - "name": "receive_expr" - }, - { - "type": "SYMBOL", - "name": "_fun_expr" - }, - { - "type": "SYMBOL", - "name": "try_expr" - }, - { - "type": "SYMBOL", - "name": "maybe_expr" - } - ] - }, - "remote": { - "type": "PREC_RIGHT", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "module", - "content": { - "type": "SYMBOL", - "name": "remote_module" - } - }, - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - } - ] - } - }, - "remote_module": { - "type": "PREC", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "module", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - }, - { - "type": "STRING", - "value": ":" - } - ] - } - }, - "paren_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "block_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "begin" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "list": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "]" - } - ] - }, - "binary": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "<<" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "elements", - "content": { - "type": "SYMBOL", - "name": "bin_element" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "elements", - "content": { - "type": "SYMBOL", - "name": "bin_element" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": ">>" - } - ] - }, - "bin_element": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "element", - "content": { - "type": "SYMBOL", - "name": "_bit_expr" - } - }, - { - "type": "FIELD", - "name": "size", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "bit_size_expr" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "FIELD", - "name": "types", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "bit_type_list" - }, - { - "type": "BLANK" - } - ] - } - } - ] - }, - "bit_size_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ":" - }, - { - "type": "FIELD", - "name": "size", - "content": { - "type": "SYMBOL", - "name": "_bit_expr" - } - } - ] - }, - "bit_type_list": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "/" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "types", - "content": { - "type": "SYMBOL", - "name": "_bit_type" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "-" - }, - { - "type": "FIELD", - "name": "types", - "content": { - "type": "SYMBOL", - "name": "_bit_type" - } - } - ] - } - } - ] - } - ] - }, - "_bit_expr": { - "type": "PREC", - "value": 2, - "content": { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "unary_op_expr_max" - }, - "named": true, - "value": "unary_op_expr" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "binary_op_expr_max" - }, - "named": true, - "value": "binary_op_expr" - }, - { - "type": "SYMBOL", - "name": "_expr_max" - } - ] - } - }, - "unary_op_expr_max": { - "type": "PREC", - "value": 3, - "content": { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "_prefix_op" - }, - { - "type": "FIELD", - "name": "operand", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - } - ] - } - }, - "binary_op_expr_max": { - "type": "PREC", - "value": 4, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - }, - { - "type": "STRING", - "value": "*" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - } - ] - } - }, - "_bit_type": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_name" - }, - { - "type": "SYMBOL", - "name": "bit_type_unit" - } - ] - }, - "bit_type_unit": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "unit" - }, - { - "type": "STRING", - "value": ":" - }, - { - "type": "FIELD", - "name": "size", - "content": { - "type": "SYMBOL", - "name": "_arity_value" - } - } - ] - }, - "list_comprehension": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "[" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "FIELD", - "name": "lc_exprs", - "content": { - "type": "SYMBOL", - "name": "lc_exprs" - } - }, - { - "type": "STRING", - "value": "]" - } - ] - }, - "binary_comprehension": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "<<" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr_max" - } - }, - { - "type": "FIELD", - "name": "lc_exprs", - "content": { - "type": "SYMBOL", - "name": "lc_exprs" - } - }, - { - "type": "STRING", - "value": ">>" - } - ] - }, - "map_comprehension": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "#" - }, - { - "type": "STRING", - "value": "{" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - }, - { - "type": "FIELD", - "name": "lc_exprs", - "content": { - "type": "SYMBOL", - "name": "lc_exprs" - } - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "lc_exprs": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "||" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_lc_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_lc_expr" - } - } - ] - } - } - ] - } - ] - }, - "_lc_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_expr" - }, - { - "type": "SYMBOL", - "name": "generator" - }, - { - "type": "SYMBOL", - "name": "b_generator" - }, - { - "type": "SYMBOL", - "name": "map_generator" - } - ] - }, - "generator": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "<-" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "b_generator": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "<=" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "map_generator": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - }, - { - "type": "STRING", - "value": "<-" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "tuple": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "{" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "_map_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "map_expr" - }, - { - "type": "SYMBOL", - "name": "map_expr_update" - } - ] - }, - "map_expr_update": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_map_expr_base" - } - }, - { - "type": "STRING", - "value": "#" - }, - { - "type": "STRING", - "value": "{" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - } - }, - "map_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "#" - }, - { - "type": "STRING", - "value": "{" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "map_field" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "_map_expr_base": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_expr_max" - }, - { - "type": "SYMBOL", - "name": "_map_expr" - } - ] - }, - "map_field": { - "type": "PREC_LEFT", - "value": 7, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "key", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SYMBOL", - "name": "_map_field_op" - }, - { - "type": "FIELD", - "name": "value", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - }, - "_map_field_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "=>" - }, - { - "type": "STRING", - "value": ":=" - } - ] - }, - "_record_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "record_index_expr" - }, - { - "type": "SYMBOL", - "name": "record_field_expr" - }, - { - "type": "SYMBOL", - "name": "record_update_expr" - }, - { - "type": "SYMBOL", - "name": "record_expr" - } - ] - }, - "record_index_expr": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "record_name" - } - }, - { - "type": "FIELD", - "name": "field", - "content": { - "type": "SYMBOL", - "name": "record_field_name" - } - } - ] - }, - "record_field_expr": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_record_expr_base" - } - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "record_name" - } - }, - { - "type": "FIELD", - "name": "field", - "content": { - "type": "SYMBOL", - "name": "record_field_name" - } - } - ] - } - }, - "record_update_expr": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_record_expr_base" - } - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "record_name" - } - }, - { - "type": "SYMBOL", - "name": "_record_tuple" - } - ] - } - }, - "record_expr": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "record_name" - } - }, - { - "type": "SYMBOL", - "name": "_record_tuple" - } - ] - }, - "record_name": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "#" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - } - ] - }, - "record_field_name": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "." - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - } - ] - }, - "_record_expr_base": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_expr_max" - }, - { - "type": "SYMBOL", - "name": "_record_expr" - } - ] - }, - "_record_tuple": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "{" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "record_field" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "fields", - "content": { - "type": "SYMBOL", - "name": "record_field" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "record_field": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "field_expr" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "ty", - "content": { - "type": "SYMBOL", - "name": "field_type" - } - }, - { - "type": "BLANK" - } - ] - } - ] - }, - "field_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "=" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "field_type": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "::" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - }, - "call": { - "type": "PREC", - "value": 80, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "expr_args" - } - } - ] - } - }, - "if_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "if" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "if_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "if_clause" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "if_clause": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "guard" - } - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "case_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "case" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "of" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_cr_clauses" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "_cr_clauses": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_cr_clause_or_macro" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_cr_clause_or_macro" - } - } - ] - } - } - ] - }, - "_cr_clause_or_macro": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "cr_clause" - }, - { - "type": "SYMBOL", - "name": "macro_call_expr" - } - ] - }, - "cr_clause": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "pat", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_clause_guard" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "receive_expr": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "receive" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_cr_clauses" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "after", - "content": { - "type": "SYMBOL", - "name": "receive_after" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "receive_after": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "after" - }, - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "_fun_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "internal_fun" - }, - { - "type": "SYMBOL", - "name": "external_fun" - }, - { - "type": "SYMBOL", - "name": "anonymous_fun" - }, - { - "type": "SYMBOL", - "name": "fun_type" - } - ] - }, - "internal_fun": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "fun" - }, - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "FIELD", - "name": "arity", - "content": { - "type": "SYMBOL", - "name": "arity" - } - } - ] - }, - "external_fun": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "fun" - }, - { - "type": "FIELD", - "name": "module", - "content": { - "type": "SYMBOL", - "name": "module" - } - }, - { - "type": "FIELD", - "name": "fun", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "FIELD", - "name": "arity", - "content": { - "type": "SYMBOL", - "name": "arity" - } - } - ] - }, - "anonymous_fun": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "fun" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "fun_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "fun_clause" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "_macro_name": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "atom" - }, - { - "type": "SYMBOL", - "name": "var" - } - ] - }, - "_name": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "atom" - }, - { - "type": "SYMBOL", - "name": "var" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "macro_call_none" - }, - "named": true, - "value": "macro_call_expr" - } - ] - }, - "arity": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "/" - }, - { - "type": "FIELD", - "name": "value", - "content": { - "type": "SYMBOL", - "name": "_arity_value" - } - } - ] - }, - "_arity_value": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "integer" - }, - { - "type": "SYMBOL", - "name": "var" - }, - { - "type": "SYMBOL", - "name": "macro_call_expr" - } - ] - }, - "fun_clauses": { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "fun_clause" - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "SYMBOL", - "name": "fun_clause" - } - ] - } - } - ] - }, - "fun_clause": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "var" - }, - { - "type": "BLANK" - } - ] - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "expr_args" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_clause_guard" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "try_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "try" - }, - { - "type": "SYMBOL", - "name": "_exprs" - }, - { - "type": "STRING", - "value": "of" - }, - { - "type": "SYMBOL", - "name": "_cr_clauses" - }, - { - "type": "SYMBOL", - "name": "_try_catch" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "try" - }, - { - "type": "SYMBOL", - "name": "_exprs" - }, - { - "type": "SYMBOL", - "name": "_try_catch" - } - ] - } - ] - }, - "_try_catch": { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "catch" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_catch_clauses" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "catch" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_catch_clauses" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "after", - "content": { - "type": "SYMBOL", - "name": "try_after" - } - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "after", - "content": { - "type": "SYMBOL", - "name": "try_after" - } - }, - { - "type": "STRING", - "value": "end" - } - ] - } - ] - }, - "try_after": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "after" - }, - { - "type": "SYMBOL", - "name": "_exprs" - } - ] - }, - "_catch_clauses": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "catch", - "content": { - "type": "SYMBOL", - "name": "catch_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "catch", - "content": { - "type": "SYMBOL", - "name": "catch_clause" - } - } - ] - } - } - ] - }, - "catch_clause": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "pat", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "class", - "content": { - "type": "SYMBOL", - "name": "try_class" - } - }, - { - "type": "FIELD", - "name": "pat", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "class", - "content": { - "type": "SYMBOL", - "name": "try_class" - } - }, - { - "type": "FIELD", - "name": "pat", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "FIELD", - "name": "stack", - "content": { - "type": "SYMBOL", - "name": "try_stack" - } - } - ] - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_clause_guard" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { - "type": "SYMBOL", - "name": "clause_body" - } - } - ] - }, - "try_class": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "class", - "content": { - "type": "SYMBOL", - "name": "_name" - } - }, - { - "type": "STRING", - "value": ":" - } - ] - }, - "try_stack": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ":" - }, - { - "type": "FIELD", - "name": "class", - "content": { - "type": "SYMBOL", - "name": "var" - } - } - ] - }, - "_catch_pat": { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "binary_op_catch_pat" - }, - "named": true, - "value": "binary_op_expr" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "match_catch_pat" - }, - "named": true, - "value": "binary_op_expr" - }, - { - "type": "SYMBOL", - "name": "unary_op_expr" - }, - { - "type": "SYMBOL", - "name": "map_expr" - }, - { - "type": "SYMBOL", - "name": "record_index_expr" - }, - { - "type": "SYMBOL", - "name": "record_expr" - }, - { - "type": "SYMBOL", - "name": "_expr_max" - } - ] - }, - "match_catch_pat": { - "type": "PREC_RIGHT", - "value": 12, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "STRING", - "value": "=" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - } - }, - "binary_op_catch_pat": { - "type": "CHOICE", - "members": [ - { - "type": "PREC_LEFT", - "value": 17, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "SYMBOL", - "name": "_comp_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - } - }, - { - "type": "PREC_RIGHT", - "value": 16, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "SYMBOL", - "name": "_list_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - } - }, - { - "type": "PREC_LEFT", - "value": 4, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "SYMBOL", - "name": "_add_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - } - }, - { - "type": "PREC_LEFT", - "value": 4, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "lhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - }, - { - "type": "SYMBOL", - "name": "_mult_op" - }, - { - "type": "FIELD", - "name": "rhs", - "content": { - "type": "SYMBOL", - "name": "_catch_pat" - } - } - ] - } - } - ] - }, - "maybe_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "maybe" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "maybe" - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "SYMBOL", - "name": "_maybe_else_clause" - } - ] - } - ] - }, - "_maybe_else_clause": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "else" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_cr_clauses" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "end" - } - ] - }, - "_macro_def_replacement": { - "type": "CHOICE", - "members": [ - { - "type": "PREC_DYNAMIC", - "value": 5, - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "PREC_DYNAMIC", - "value": 2, - "content": { - "type": "SYMBOL", - "name": "replacement_function_clauses" - } - }, - { - "type": "PREC_DYNAMIC", - "value": 1, - "content": { - "type": "SYMBOL", - "name": "replacement_cr_clauses" - } - }, - { - "type": "PREC_DYNAMIC", - "value": 3, - "content": { - "type": "SYMBOL", - "name": "replacement_guard_or" - } - }, - { - "type": "PREC_DYNAMIC", - "value": 4, - "content": { - "type": "SYMBOL", - "name": "replacement_guard_and" - } - }, - { - "type": "SYMBOL", - "name": "replacement_parens" - } - ] - }, - "replacement_function_clauses": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_function_or_macro_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_function_or_macro_clause" - } - } - ] - } - } - ] - }, - "replacement_cr_clauses": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_cr_clause_or_macro" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "_cr_clause_or_macro" - } - } - ] - } - } - ] - }, - "replacement_guard_or": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "replacement_guard_and" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "replacement_guard_and" - } - } - ] - } - } - ] - }, - "replacement_guard_and": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - "replacement_parens": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "macro_lhs": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "var_args" - }, - { - "type": "BLANK" - } - ] - } - } - ] - }, - "_macro_body_expr": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "macro_string" - }, - { - "type": "SYMBOL", - "name": "macro_call_expr" - } - ] - }, - "macro_call_expr": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "?" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "macro_call_args" - }, - { - "type": "BLANK" - } - ] - } - } - ] - } - }, - "macro_call_args": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "macro_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "macro_expr" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "macro_call_none": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "?" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - } - ] - }, - "macro_string": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "?" - }, - { - "type": "STRING", - "value": "?" - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "SYMBOL", - "name": "_macro_name" - } - } - ] - }, - "macro_expr": { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "expr", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "STRING", - "value": "when" - }, - { - "type": "FIELD", - "name": "guard", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - ] - }, - "_exprs": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - "expr_args": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "var_args": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "(" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "var" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "args", - "content": { - "type": "SYMBOL", - "name": "var" - } - } - ] - } - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": ")" - } - ] - }, - "guard": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "guard_clause" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": ";" - }, - { - "type": "FIELD", - "name": "clauses", - "content": { - "type": "SYMBOL", - "name": "guard_clause" - } - } - ] - } - } - ] - } - }, - "guard_clause": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "FIELD", - "name": "exprs", - "content": { - "type": "SYMBOL", - "name": "_expr" - } - } - ] - } - } - ] - } - }, - "concatables": { - "type": "PREC_RIGHT", - "value": 0, - "content": { - "type": "FIELD", - "name": "elems", - "content": { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "_concatable" - }, - { - "type": "REPEAT1", - "content": { - "type": "SYMBOL", - "name": "_concatable" - } - } - ] - } - } - }, - "_concatable": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "string" - }, - { - "type": "SYMBOL", - "name": "var" - }, - { - "type": "SYMBOL", - "name": "_macro_body_expr" - } - ] - }, - "_prefix_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "+" - }, - { - "type": "STRING", - "value": "-" - }, - { - "type": "STRING", - "value": "bnot" - }, - { - "type": "STRING", - "value": "not" - } - ] - }, - "_mult_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "/" - }, - { - "type": "STRING", - "value": "*" - }, - { - "type": "STRING", - "value": "div" - }, - { - "type": "STRING", - "value": "rem" - }, - { - "type": "STRING", - "value": "band" - }, - { - "type": "STRING", - "value": "and" - } - ] - }, - "_add_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "+" - }, - { - "type": "STRING", - "value": "-" - }, - { - "type": "STRING", - "value": "bor" - }, - { - "type": "STRING", - "value": "bxor" - }, - { - "type": "STRING", - "value": "bsl" - }, - { - "type": "STRING", - "value": "bsr" - }, - { - "type": "STRING", - "value": "or" - }, - { - "type": "STRING", - "value": "xor" - } - ] - }, - "_list_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "++" - }, - { - "type": "STRING", - "value": "--" - } - ] - }, - "_comp_op": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "==" - }, - { - "type": "STRING", - "value": "/=" - }, - { - "type": "STRING", - "value": "=<" - }, - { - "type": "STRING", - "value": "<" - }, - { - "type": "STRING", - "value": ">=" - }, - { - "type": "STRING", - "value": ">" - }, - { - "type": "STRING", - "value": "=:=" - }, - { - "type": "STRING", - "value": "=/=" - } - ] - }, - "var": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "[_A-Z\\xC0-\\xD6\\xD8-\\xDE][_@a-zA-Z0-9\\xC0-\\xD6\\xD8-\\xDE\\xDF-\\xF6\\xF8-\\xFF]*" - } - }, - "integer": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "\\d{1,2}#[0-9a-zA-Z](_?[0-9a-zA-Z])*|\\d(_?\\d)*" - } - }, - "float": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "\\d(_?\\d)*\\.\\d(_?\\d)*([eE][+-]?\\d(_?\\d)*)?" - } - }, - "string": { - "type": "PATTERN", - "value": "\"([^\"\\\\]|\\\\([^x\\^]|[0-7]{1,3}|x[0-9a-fA-F]{2}|x\\{[0-9a-fA-F]+\\}|\\^.))*\"" - }, - "char": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "\\$([^\\\\]|\\\\([0-7]{1,3}|x[0-9a-fA-F]{2}|x{[0-9a-fA-F]+}|\\^.|\\\\n|\\\\\\\\|.))" - } - }, - "atom": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "([a-z\\xDF-\\xF6\\xF8-\\xFF][_@a-zA-Z0-9\\xC0-\\xD6\\xD8-\\xDE\\xDF-\\xF6\\xF8-\\xFF]*)|('([^'\\\\]|\\\\([^x\\^]|[0-7]{1,3}|x[0-9a-fA-F]{2}|x\\{[0-9a-fA-F]+\\}|\\^.))*')" - } - }, - "comment": { - "type": "TOKEN", - "content": { - "type": "PATTERN", - "value": "%[^\\n]*" - } - } - }, - "extras": [ - { - "type": "PATTERN", - "value": "[\\x01-\\x20\\x80-\\xA0]" - }, - { - "type": "SYMBOL", - "name": "comment" - } - ], - "conflicts": [ - [ - "_record_expr_base", - "_map_expr_base" - ], - [ - "macro_call_expr", - "macro_call_none" - ], - [ - "_expr_max", - "_concatable" - ], - [ - "_expr_max", - "_name" - ], - [ - "_function_or_macro_clause", - "_cr_clause_or_macro", - "_macro_body_expr" - ], - [ - "_macro_def_replacement", - "replacement_guard_and" - ], - [ - "_macro_def_replacement", - "replacement_guard_or" - ], - [ - "fun_type", - "expr_args" - ] - ], - "precedences": [ - - ], - "externals": [ - - ], - "inline": [ - "_fun_expr", - "_map_expr", - "_record_expr", - "_exprs", - "_catch_clauses" - ], - "supertypes": [ - "_form", - "_preprocessor_directive", - "_include_detail", - "_function_or_macro_clause", - "_macro_def_replacement", - "_arity_value", - "_concatable", - "_name", - "_macro_name", - "_lc_expr", - "_cr_clause_or_macro", - "_bit_type", - "_bit_expr", - "_map_expr_base", - "_record_expr_base", - "_expr", - "_expr_max", - "_catch_pat", - "_deprecated_details", - "_deprecated_fun_arity", - "_desc", - "_string_like" - ], - "@generated": true -} \ No newline at end of file diff --git a/vendored_parsers/tree-sitter-erlang/src/node-types.json b/vendored_parsers/tree-sitter-erlang/src/node-types.json deleted file mode 100644 index c53afcaa3..000000000 --- a/vendored_parsers/tree-sitter-erlang/src/node-types.json +++ /dev/null @@ -1,3551 +0,0 @@ -[ - { - "type": "_arity_value", - "named": true, - "subtypes": [ - { - "type": "integer", - "named": true - }, - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "var", - "named": true - } - ] - }, - { - "type": "_bit_expr", - "named": true, - "subtypes": [ - { - "type": "_expr_max", - "named": true - }, - { - "type": "binary_op_expr", - "named": true - }, - { - "type": "unary_op_expr", - "named": true - } - ] - }, - { - "type": "_bit_type", - "named": true, - "subtypes": [ - { - "type": "_name", - "named": true - }, - { - "type": "bit_type_unit", - "named": true - } - ] - }, - { - "type": "_catch_pat", - "named": true, - "subtypes": [ - { - "type": "_expr_max", - "named": true - }, - { - "type": "binary_op_expr", - "named": true - }, - { - "type": "map_expr", - "named": true - }, - { - "type": "record_expr", - "named": true - }, - { - "type": "record_index_expr", - "named": true - }, - { - "type": "unary_op_expr", - "named": true - } - ] - }, - { - "type": "_concatable", - "named": true, - "subtypes": [ - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "macro_string", - "named": true - }, - { - "type": "string", - "named": true - }, - { - "type": "var", - "named": true - } - ] - }, - { - "type": "_cr_clause_or_macro", - "named": true, - "subtypes": [ - { - "type": "cr_clause", - "named": true - }, - { - "type": "macro_call_expr", - "named": true - } - ] - }, - { - "type": "_deprecated_details", - "named": true, - "subtypes": [ - { - "type": "deprecated_fa", - "named": true - }, - { - "type": "deprecated_fas", - "named": true - }, - { - "type": "deprecated_module", - "named": true - } - ] - }, - { - "type": "_deprecated_fun_arity", - "named": true, - "subtypes": [ - { - "type": "deprecated_wildcard", - "named": true - }, - { - "type": "integer", - "named": true - } - ] - }, - { - "type": "_desc", - "named": true, - "subtypes": [ - { - "type": "atom", - "named": true - }, - { - "type": "multi_string", - "named": true - } - ] - }, - { - "type": "_expr", - "named": true, - "subtypes": [ - { - "type": "_expr_max", - "named": true - }, - { - "type": "ann_type", - "named": true - }, - { - "type": "binary_op_expr", - "named": true - }, - { - "type": "call", - "named": true - }, - { - "type": "catch_expr", - "named": true - }, - { - "type": "cond_match_expr", - "named": true - }, - { - "type": "dotdotdot", - "named": true - }, - { - "type": "map_expr", - "named": true - }, - { - "type": "map_expr_update", - "named": true - }, - { - "type": "match_expr", - "named": true - }, - { - "type": "pipe", - "named": true - }, - { - "type": "range_type", - "named": true - }, - { - "type": "record_expr", - "named": true - }, - { - "type": "record_field_expr", - "named": true - }, - { - "type": "record_index_expr", - "named": true - }, - { - "type": "record_update_expr", - "named": true - }, - { - "type": "remote", - "named": true - }, - { - "type": "unary_op_expr", - "named": true - } - ] - }, - { - "type": "_expr_max", - "named": true, - "subtypes": [ - { - "type": "anonymous_fun", - "named": true - }, - { - "type": "atom", - "named": true - }, - { - "type": "binary", - "named": true - }, - { - "type": "binary_comprehension", - "named": true - }, - { - "type": "block_expr", - "named": true - }, - { - "type": "case_expr", - "named": true - }, - { - "type": "char", - "named": true - }, - { - "type": "concatables", - "named": true - }, - { - "type": "external_fun", - "named": true - }, - { - "type": "float", - "named": true - }, - { - "type": "fun_type", - "named": true - }, - { - "type": "if_expr", - "named": true - }, - { - "type": "integer", - "named": true - }, - { - "type": "internal_fun", - "named": true - }, - { - "type": "list", - "named": true - }, - { - "type": "list_comprehension", - "named": true - }, - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "macro_string", - "named": true - }, - { - "type": "map_comprehension", - "named": true - }, - { - "type": "maybe_expr", - "named": true - }, - { - "type": "paren_expr", - "named": true - }, - { - "type": "receive_expr", - "named": true - }, - { - "type": "string", - "named": true - }, - { - "type": "try_expr", - "named": true - }, - { - "type": "tuple", - "named": true - }, - { - "type": "var", - "named": true - } - ] - }, - { - "type": "_form", - "named": true, - "subtypes": [ - { - "type": "_preprocessor_directive", - "named": true - }, - { - "type": "behaviour_attribute", - "named": true - }, - { - "type": "callback", - "named": true - }, - { - "type": "compile_options_attribute", - "named": true - }, - { - "type": "deprecated_attribute", - "named": true - }, - { - "type": "export_attribute", - "named": true - }, - { - "type": "export_type_attribute", - "named": true - }, - { - "type": "file_attribute", - "named": true - }, - { - "type": "fun_decl", - "named": true - }, - { - "type": "import_attribute", - "named": true - }, - { - "type": "module_attribute", - "named": true - }, - { - "type": "opaque", - "named": true - }, - { - "type": "optional_callbacks_attribute", - "named": true - }, - { - "type": "record_decl", - "named": true - }, - { - "type": "spec", - "named": true - }, - { - "type": "type_alias", - "named": true - }, - { - "type": "wild_attribute", - "named": true - } - ] - }, - { - "type": "_function_or_macro_clause", - "named": true, - "subtypes": [ - { - "type": "function_clause", - "named": true - }, - { - "type": "macro_call_expr", - "named": true - } - ] - }, - { - "type": "_include_detail", - "named": true, - "subtypes": [ - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "string", - "named": true - } - ] - }, - { - "type": "_lc_expr", - "named": true, - "subtypes": [ - { - "type": "_expr", - "named": true - }, - { - "type": "b_generator", - "named": true - }, - { - "type": "generator", - "named": true - }, - { - "type": "map_generator", - "named": true - } - ] - }, - { - "type": "_macro_def_replacement", - "named": true, - "subtypes": [ - { - "type": "_expr", - "named": true - }, - { - "type": "replacement_cr_clauses", - "named": true - }, - { - "type": "replacement_function_clauses", - "named": true - }, - { - "type": "replacement_guard_and", - "named": true - }, - { - "type": "replacement_guard_or", - "named": true - }, - { - "type": "replacement_parens", - "named": true - } - ] - }, - { - "type": "_macro_name", - "named": true, - "subtypes": [ - { - "type": "atom", - "named": true - }, - { - "type": "var", - "named": true - } - ] - }, - { - "type": "_map_expr_base", - "named": true, - "subtypes": [ - { - "type": "_expr_max", - "named": true - }, - { - "type": "map_expr", - "named": true - }, - { - "type": "map_expr_update", - "named": true - } - ] - }, - { - "type": "_name", - "named": true, - "subtypes": [ - { - "type": "atom", - "named": true - }, - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "var", - "named": true - } - ] - }, - { - "type": "_preprocessor_directive", - "named": true, - "subtypes": [ - { - "type": "pp_define", - "named": true - }, - { - "type": "pp_elif", - "named": true - }, - { - "type": "pp_else", - "named": true - }, - { - "type": "pp_endif", - "named": true - }, - { - "type": "pp_if", - "named": true - }, - { - "type": "pp_ifdef", - "named": true - }, - { - "type": "pp_ifndef", - "named": true - }, - { - "type": "pp_include", - "named": true - }, - { - "type": "pp_include_lib", - "named": true - }, - { - "type": "pp_undef", - "named": true - } - ] - }, - { - "type": "_record_expr_base", - "named": true, - "subtypes": [ - { - "type": "_expr_max", - "named": true - }, - { - "type": "record_expr", - "named": true - }, - { - "type": "record_field_expr", - "named": true - }, - { - "type": "record_index_expr", - "named": true - }, - { - "type": "record_update_expr", - "named": true - } - ] - }, - { - "type": "_string_like", - "named": true, - "subtypes": [ - { - "type": "macro_call_expr", - "named": true - }, - { - "type": "macro_string", - "named": true - }, - { - "type": "string", - "named": true - } - ] - }, - { - "type": "ann_type", - "named": true, - "fields": { - "ty": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "var": { - "multiple": false, - "required": true, - "types": [ - { - "type": "ann_var", - "named": true - } - ] - } - } - }, - { - "type": "ann_var", - "named": true, - "fields": { - "var": { - "multiple": false, - "required": true, - "types": [ - { - "type": "var", - "named": true - } - ] - } - } - }, - { - "type": "anonymous_fun", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": true, - "types": [ - { - "type": "fun_clause", - "named": true - } - ] - } - } - }, - { - "type": "arity", - "named": true, - "fields": { - "value": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_arity_value", - "named": true - } - ] - } - } - }, - { - "type": "attr_name", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "b_generator", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "behaviour_attribute", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "bin_element", - "named": true, - "fields": { - "element": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_bit_expr", - "named": true - } - ] - }, - "size": { - "multiple": false, - "required": false, - "types": [ - { - "type": "bit_size_expr", - "named": true - } - ] - }, - "types": { - "multiple": false, - "required": false, - "types": [ - { - "type": "bit_type_list", - "named": true - } - ] - } - } - }, - { - "type": "binary", - "named": true, - "fields": { - "elements": { - "multiple": true, - "required": false, - "types": [ - { - "type": "bin_element", - "named": true - } - ] - } - } - }, - { - "type": "binary_comprehension", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr_max", - "named": true - } - ] - }, - "lc_exprs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "lc_exprs", - "named": true - } - ] - } - } - }, - { - "type": "binary_op_expr", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_catch_pat", - "named": true - }, - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_catch_pat", - "named": true - }, - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "bit_size_expr", - "named": true, - "fields": { - "size": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_bit_expr", - "named": true - } - ] - } - } - }, - { - "type": "bit_type_list", - "named": true, - "fields": { - "types": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_bit_type", - "named": true - } - ] - } - } - }, - { - "type": "bit_type_unit", - "named": true, - "fields": { - "size": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_arity_value", - "named": true - } - ] - } - } - }, - { - "type": "block_expr", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "call", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "expr_args", - "named": true - } - ] - }, - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "callback", - "named": true, - "fields": { - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - }, - "module": { - "multiple": false, - "required": false, - "types": [ - { - "type": "module", - "named": true - } - ] - }, - "sigs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "type_sig", - "named": true - } - ] - } - } - }, - { - "type": "case_expr", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_cr_clause_or_macro", - "named": true - } - ] - }, - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "catch_clause", - "named": true, - "fields": { - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "class": { - "multiple": false, - "required": false, - "types": [ - { - "type": "try_class", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "guard", - "named": true - } - ] - }, - "pat": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_catch_pat", - "named": true - } - ] - }, - "stack": { - "multiple": false, - "required": false, - "types": [ - { - "type": "try_stack", - "named": true - } - ] - } - } - }, - { - "type": "catch_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "clause_body", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "compile_options_attribute", - "named": true, - "fields": { - "options": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "concatables", - "named": true, - "fields": { - "elems": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_concatable", - "named": true - } - ] - } - } - }, - { - "type": "cond_match_expr", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "cr_clause", - "named": true, - "fields": { - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "guard", - "named": true - } - ] - }, - "pat": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "deprecated_attribute", - "named": true, - "fields": { - "attr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_deprecated_details", - "named": true - } - ] - } - } - }, - { - "type": "deprecated_fa", - "named": true, - "fields": { - "arity": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_deprecated_fun_arity", - "named": true - } - ] - }, - "desc": { - "multiple": false, - "required": false, - "types": [ - { - "type": "deprecation_desc", - "named": true - } - ] - }, - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "atom", - "named": true - } - ] - } - } - }, - { - "type": "deprecated_fas", - "named": true, - "fields": { - "fa": { - "multiple": true, - "required": true, - "types": [ - { - "type": "deprecated_fa", - "named": true - } - ] - } - } - }, - { - "type": "deprecated_module", - "named": true, - "fields": { - "module": { - "multiple": false, - "required": true, - "types": [ - { - "type": "atom", - "named": true - } - ] - } - } - }, - { - "type": "deprecation_desc", - "named": true, - "fields": { - "desc": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_desc", - "named": true - } - ] - } - } - }, - { - "type": "export_attribute", - "named": true, - "fields": { - "funs": { - "multiple": true, - "required": false, - "types": [ - { - "type": "fa", - "named": true - } - ] - } - } - }, - { - "type": "export_type_attribute", - "named": true, - "fields": { - "types": { - "multiple": true, - "required": false, - "types": [ - { - "type": "fa", - "named": true - } - ] - } - } - }, - { - "type": "expr_args", - "named": true, - "fields": { - "args": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "external_fun", - "named": true, - "fields": { - "arity": { - "multiple": false, - "required": true, - "types": [ - { - "type": "arity", - "named": true - } - ] - }, - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - }, - "module": { - "multiple": false, - "required": true, - "types": [ - { - "type": "module", - "named": true - } - ] - } - } - }, - { - "type": "fa", - "named": true, - "fields": { - "arity": { - "multiple": false, - "required": true, - "types": [ - { - "type": "arity", - "named": true - } - ] - }, - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "field_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "field_type", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "file_attribute", - "named": true, - "fields": { - "original_file": { - "multiple": false, - "required": true, - "types": [ - { - "type": "string", - "named": true - } - ] - }, - "original_line": { - "multiple": false, - "required": true, - "types": [ - { - "type": "integer", - "named": true - } - ] - } - } - }, - { - "type": "fun_clause", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "expr_args", - "named": true - } - ] - }, - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "guard", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": false, - "types": [ - { - "type": "var", - "named": true - } - ] - } - } - }, - { - "type": "fun_decl", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_function_or_macro_clause", - "named": true - } - ] - } - } - }, - { - "type": "fun_type", - "named": true, - "fields": { - "sig": { - "multiple": false, - "required": false, - "types": [ - { - "type": "fun_type_sig", - "named": true - } - ] - } - } - }, - { - "type": "fun_type_sig", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "expr_args", - "named": true - } - ] - }, - "ty": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "function_clause", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "expr_args", - "named": true - } - ] - }, - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "guard", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "generator", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "guard", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": true, - "types": [ - { - "type": "guard_clause", - "named": true - } - ] - } - } - }, - { - "type": "guard_clause", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "if_clause", - "named": true, - "fields": { - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": true, - "types": [ - { - "type": "guard", - "named": true - } - ] - } - } - }, - { - "type": "if_expr", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": false, - "types": [ - { - "type": "if_clause", - "named": true - } - ] - } - } - }, - { - "type": "import_attribute", - "named": true, - "fields": { - "funs": { - "multiple": true, - "required": false, - "types": [ - { - "type": "fa", - "named": true - } - ] - }, - "module": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "internal_fun", - "named": true, - "fields": { - "arity": { - "multiple": false, - "required": true, - "types": [ - { - "type": "arity", - "named": true - } - ] - }, - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "lc_exprs", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_lc_expr", - "named": true - } - ] - } - } - }, - { - "type": "list", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "list_comprehension", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "lc_exprs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "lc_exprs", - "named": true - } - ] - } - } - }, - { - "type": "macro_call_args", - "named": true, - "fields": { - "args": { - "multiple": true, - "required": false, - "types": [ - { - "type": "macro_expr", - "named": true - } - ] - } - } - }, - { - "type": "macro_call_expr", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": false, - "types": [ - { - "type": "macro_call_args", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "macro_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "macro_lhs", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": false, - "types": [ - { - "type": "var_args", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "macro_string", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "map_comprehension", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "map_field", - "named": true - } - ] - }, - "lc_exprs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "lc_exprs", - "named": true - } - ] - } - } - }, - { - "type": "map_expr", - "named": true, - "fields": { - "fields": { - "multiple": true, - "required": false, - "types": [ - { - "type": "map_field", - "named": true - } - ] - } - } - }, - { - "type": "map_expr_update", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_map_expr_base", - "named": true - } - ] - }, - "fields": { - "multiple": true, - "required": false, - "types": [ - { - "type": "map_field", - "named": true - } - ] - } - } - }, - { - "type": "map_field", - "named": true, - "fields": { - "key": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "value": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "map_generator", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "map_field", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "match_expr", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "maybe_expr", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_cr_clause_or_macro", - "named": true - } - ] - }, - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "module", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "module_attribute", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "multi_string", - "named": true, - "fields": { - "elems": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_string_like", - "named": true - } - ] - } - } - }, - { - "type": "opaque", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "type_name", - "named": true - } - ] - }, - "ty": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "optional_callbacks_attribute", - "named": true, - "fields": { - "callbacks": { - "multiple": true, - "required": false, - "types": [ - { - "type": "fa", - "named": true - } - ] - } - } - }, - { - "type": "paren_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "pipe", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "pp_define", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "macro_lhs", - "named": true - } - ] - }, - "replacement": { - "multiple": false, - "required": false, - "types": [ - { - "type": "_macro_def_replacement", - "named": true - } - ] - } - } - }, - { - "type": "pp_elif", - "named": true, - "fields": { - "cond": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "pp_else", - "named": true, - "fields": { - } - }, - { - "type": "pp_endif", - "named": true, - "fields": { - } - }, - { - "type": "pp_if", - "named": true, - "fields": { - "cond": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "pp_ifdef", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "pp_ifndef", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "pp_include", - "named": true, - "fields": { - "file": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_include_detail", - "named": true - } - ] - } - } - }, - { - "type": "pp_include_lib", - "named": true, - "fields": { - "file": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_include_detail", - "named": true - } - ] - } - } - }, - { - "type": "pp_undef", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_macro_name", - "named": true - } - ] - } - } - }, - { - "type": "range_type", - "named": true, - "fields": { - "lhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - }, - "rhs": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "receive_after", - "named": true, - "fields": { - "body": { - "multiple": false, - "required": true, - "types": [ - { - "type": "clause_body", - "named": true - } - ] - }, - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "receive_expr", - "named": true, - "fields": { - "after": { - "multiple": false, - "required": false, - "types": [ - { - "type": "receive_after", - "named": true - } - ] - }, - "clauses": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_cr_clause_or_macro", - "named": true - } - ] - } - } - }, - { - "type": "record_decl", - "named": true, - "fields": { - "fields": { - "multiple": true, - "required": false, - "types": [ - { - "type": "record_field", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "record_expr", - "named": true, - "fields": { - "fields": { - "multiple": true, - "required": false, - "types": [ - { - "type": "record_field", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_name", - "named": true - } - ] - } - } - }, - { - "type": "record_field", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": false, - "types": [ - { - "type": "field_expr", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - }, - "ty": { - "multiple": false, - "required": false, - "types": [ - { - "type": "field_type", - "named": true - } - ] - } - } - }, - { - "type": "record_field_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_record_expr_base", - "named": true - } - ] - }, - "field": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_field_name", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_name", - "named": true - } - ] - } - } - }, - { - "type": "record_field_name", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "record_index_expr", - "named": true, - "fields": { - "field": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_field_name", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_name", - "named": true - } - ] - } - } - }, - { - "type": "record_name", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "record_update_expr", - "named": true, - "fields": { - "expr": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_record_expr_base", - "named": true - } - ] - }, - "fields": { - "multiple": true, - "required": false, - "types": [ - { - "type": "record_field", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "record_name", - "named": true - } - ] - } - } - }, - { - "type": "remote", - "named": true, - "fields": { - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr_max", - "named": true - } - ] - }, - "module": { - "multiple": false, - "required": true, - "types": [ - { - "type": "remote_module", - "named": true - } - ] - } - } - }, - { - "type": "remote_module", - "named": true, - "fields": { - "module": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr_max", - "named": true - } - ] - } - } - }, - { - "type": "replacement_cr_clauses", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_cr_clause_or_macro", - "named": true - } - ] - } - } - }, - { - "type": "replacement_function_clauses", - "named": true, - "fields": { - "clauses": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_function_or_macro_clause", - "named": true - } - ] - } - } - }, - { - "type": "replacement_guard_and", - "named": true, - "fields": { - "guard": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "replacement_guard_or", - "named": true, - "fields": { - "guard": { - "multiple": true, - "required": true, - "types": [ - { - "type": "replacement_guard_and", - "named": true - } - ] - } - } - }, - { - "type": "replacement_parens", - "named": true, - "fields": { - } - }, - { - "type": "source_file", - "named": true, - "fields": { - "forms": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_form", - "named": true - } - ] - } - } - }, - { - "type": "spec", - "named": true, - "fields": { - "fun": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - }, - "module": { - "multiple": false, - "required": false, - "types": [ - { - "type": "module", - "named": true - } - ] - }, - "sigs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "type_sig", - "named": true - } - ] - } - } - }, - { - "type": "try_after", - "named": true, - "fields": { - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "try_class", - "named": true, - "fields": { - "class": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "try_expr", - "named": true, - "fields": { - "after": { - "multiple": false, - "required": false, - "types": [ - { - "type": "try_after", - "named": true - } - ] - }, - "catch": { - "multiple": true, - "required": false, - "types": [ - { - "type": "catch_clause", - "named": true - } - ] - }, - "clauses": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_cr_clause_or_macro", - "named": true - } - ] - }, - "exprs": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "try_stack", - "named": true, - "fields": { - "class": { - "multiple": false, - "required": true, - "types": [ - { - "type": "var", - "named": true - } - ] - } - } - }, - { - "type": "tuple", - "named": true, - "fields": { - "expr": { - "multiple": true, - "required": false, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "type_alias", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "type_name", - "named": true - } - ] - }, - "ty": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "type_guards", - "named": true, - "fields": { - "guards": { - "multiple": true, - "required": true, - "types": [ - { - "type": "ann_type", - "named": true - } - ] - } - } - }, - { - "type": "type_name", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "var_args", - "named": true - } - ] - }, - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_name", - "named": true - } - ] - } - } - }, - { - "type": "type_sig", - "named": true, - "fields": { - "args": { - "multiple": false, - "required": true, - "types": [ - { - "type": "expr_args", - "named": true - } - ] - }, - "guard": { - "multiple": false, - "required": false, - "types": [ - { - "type": "type_guards", - "named": true - } - ] - }, - "ty": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "unary_op_expr", - "named": true, - "fields": { - "operand": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "var_args", - "named": true, - "fields": { - "args": { - "multiple": true, - "required": false, - "types": [ - { - "type": "var", - "named": true - } - ] - } - } - }, - { - "type": "wild_attribute", - "named": true, - "fields": { - "name": { - "multiple": false, - "required": true, - "types": [ - { - "type": "attr_name", - "named": true - } - ] - }, - "value": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_expr", - "named": true - } - ] - } - } - }, - { - "type": "!", - "named": false - }, - { - "type": "#", - "named": false - }, - { - "type": "(", - "named": false - }, - { - "type": ")", - "named": false - }, - { - "type": "*", - "named": false - }, - { - "type": "+", - "named": false - }, - { - "type": "++", - "named": false - }, - { - "type": ",", - "named": false - }, - { - "type": "-", - "named": false - }, - { - "type": "--", - "named": false - }, - { - "type": "->", - "named": false - }, - { - "type": ".", - "named": false - }, - { - "type": "..", - "named": false - }, - { - "type": "/", - "named": false - }, - { - "type": "/=", - "named": false - }, - { - "type": ":", - "named": false - }, - { - "type": "::", - "named": false - }, - { - "type": ":=", - "named": false - }, - { - "type": ";", - "named": false - }, - { - "type": "<", - "named": false - }, - { - "type": "<-", - "named": false - }, - { - "type": "<<", - "named": false - }, - { - "type": "<=", - "named": false - }, - { - "type": "=", - "named": false - }, - { - "type": "=/=", - "named": false - }, - { - "type": "=:=", - "named": false - }, - { - "type": "=<", - "named": false - }, - { - "type": "==", - "named": false - }, - { - "type": "=>", - "named": false - }, - { - "type": ">", - "named": false - }, - { - "type": ">=", - "named": false - }, - { - "type": ">>", - "named": false - }, - { - "type": "?", - "named": false - }, - { - "type": "?=", - "named": false - }, - { - "type": "[", - "named": false - }, - { - "type": "]", - "named": false - }, - { - "type": "after", - "named": false - }, - { - "type": "and", - "named": false - }, - { - "type": "andalso", - "named": false - }, - { - "type": "atom", - "named": true - }, - { - "type": "band", - "named": false - }, - { - "type": "begin", - "named": false - }, - { - "type": "behavior", - "named": false - }, - { - "type": "behaviour", - "named": false - }, - { - "type": "bnot", - "named": false - }, - { - "type": "bor", - "named": false - }, - { - "type": "bsl", - "named": false - }, - { - "type": "bsr", - "named": false - }, - { - "type": "bxor", - "named": false - }, - { - "type": "callback", - "named": false - }, - { - "type": "case", - "named": false - }, - { - "type": "catch", - "named": false - }, - { - "type": "char", - "named": true - }, - { - "type": "comment", - "named": true - }, - { - "type": "compile", - "named": false - }, - { - "type": "define", - "named": false - }, - { - "type": "deprecated", - "named": false - }, - { - "type": "deprecated_wildcard", - "named": true - }, - { - "type": "div", - "named": false - }, - { - "type": "dotdotdot", - "named": true - }, - { - "type": "elif", - "named": false - }, - { - "type": "else", - "named": false - }, - { - "type": "end", - "named": false - }, - { - "type": "endif", - "named": false - }, - { - "type": "export", - "named": false - }, - { - "type": "export_type", - "named": false - }, - { - "type": "file", - "named": false - }, - { - "type": "float", - "named": true - }, - { - "type": "fun", - "named": false - }, - { - "type": "if", - "named": false - }, - { - "type": "ifdef", - "named": false - }, - { - "type": "ifndef", - "named": false - }, - { - "type": "import", - "named": false - }, - { - "type": "include", - "named": false - }, - { - "type": "include_lib", - "named": false - }, - { - "type": "integer", - "named": true - }, - { - "type": "maybe", - "named": false - }, - { - "type": "module", - "named": false - }, - { - "type": "not", - "named": false - }, - { - "type": "of", - "named": false - }, - { - "type": "opaque", - "named": false - }, - { - "type": "optional_callbacks", - "named": false - }, - { - "type": "or", - "named": false - }, - { - "type": "orelse", - "named": false - }, - { - "type": "receive", - "named": false - }, - { - "type": "record", - "named": false - }, - { - "type": "rem", - "named": false - }, - { - "type": "spec", - "named": false - }, - { - "type": "string", - "named": true - }, - { - "type": "try", - "named": false - }, - { - "type": "type", - "named": false - }, - { - "type": "undef", - "named": false - }, - { - "type": "unit", - "named": false - }, - { - "type": "var", - "named": true - }, - { - "type": "when", - "named": false - }, - { - "type": "xor", - "named": false - }, - { - "type": "{", - "named": false - }, - { - "type": "|", - "named": false - }, - { - "type": "||", - "named": false - }, - { - "type": "}", - "named": false - }, - { - "@generated": true - } -] \ No newline at end of file diff --git a/vendored_parsers/tree-sitter-erlang/src/parser.c b/vendored_parsers/tree-sitter-erlang/src/parser.c deleted file mode 100644 index 25703d7f3..000000000 --- a/vendored_parsers/tree-sitter-erlang/src/parser.c +++ /dev/null @@ -1,51400 +0,0 @@ -// @generated - -#include - -#if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wmissing-field-initializers" -#endif - -#define LANGUAGE_VERSION 14 -#define STATE_COUNT 1168 -#define LARGE_STATE_COUNT 177 -#define SYMBOL_COUNT 311 -#define ALIAS_COUNT 0 -#define TOKEN_COUNT 126 -#define EXTERNAL_TOKEN_COUNT 0 -#define FIELD_COUNT 47 -#define MAX_ALIAS_SEQUENCE_LENGTH 11 -#define PRODUCTION_ID_COUNT 154 - -enum { - sym_atom = 1, - anon_sym_DASH = 2, - anon_sym_include = 3, - anon_sym_SQUOTEinclude_SQUOTE = 4, - anon_sym_LPAREN = 5, - anon_sym_RPAREN = 6, - anon_sym_DOT = 7, - anon_sym_include_lib = 8, - anon_sym_SQUOTEinclude_lib_SQUOTE = 9, - anon_sym_undef = 10, - anon_sym_SQUOTEundef_SQUOTE = 11, - anon_sym_ifdef = 12, - anon_sym_SQUOTEifdef_SQUOTE = 13, - anon_sym_ifndef = 14, - anon_sym_SQUOTEifndef_SQUOTE = 15, - anon_sym_else = 16, - anon_sym_SQUOTEelse_SQUOTE = 17, - anon_sym_endif = 18, - anon_sym_SQUOTEendif_SQUOTE = 19, - anon_sym_if = 20, - anon_sym_SQUOTEif_SQUOTE = 21, - anon_sym_elif = 22, - anon_sym_SQUOTEelif_SQUOTE = 23, - anon_sym_define = 24, - anon_sym_SQUOTEdefine_SQUOTE = 25, - anon_sym_COMMA = 26, - anon_sym_module = 27, - anon_sym_SQUOTEmodule_SQUOTE = 28, - anon_sym_behaviour = 29, - anon_sym_SQUOTEbehaviour_SQUOTE = 30, - anon_sym_behavior = 31, - anon_sym_SQUOTEbehavior_SQUOTE = 32, - anon_sym_export = 33, - anon_sym_SQUOTEexport_SQUOTE = 34, - anon_sym_LBRACK = 35, - anon_sym_RBRACK = 36, - anon_sym_import = 37, - anon_sym_SQUOTEimport_SQUOTE = 38, - anon_sym_optional_callbacks = 39, - anon_sym_SQUOTEoptional_callbacks_SQUOTE = 40, - anon_sym_export_type = 41, - anon_sym_SQUOTEexport_type_SQUOTE = 42, - anon_sym_compile = 43, - anon_sym_SQUOTEcompile_SQUOTE = 44, - anon_sym_file = 45, - anon_sym_SQUOTEfile_SQUOTE = 46, - anon_sym_deprecated = 47, - anon_sym_SQUOTEdeprecated_SQUOTE = 48, - anon_sym_LBRACE = 49, - anon_sym_RBRACE = 50, - sym_deprecated_wildcard = 51, - anon_sym_type = 52, - anon_sym_SQUOTEtype_SQUOTE = 53, - anon_sym_opaque = 54, - anon_sym_SQUOTEopaque_SQUOTE = 55, - anon_sym_COLON_COLON = 56, - anon_sym_record = 57, - anon_sym_SQUOTErecord_SQUOTE = 58, - anon_sym_spec = 59, - anon_sym_SQUOTEspec_SQUOTE = 60, - anon_sym_callback = 61, - anon_sym_SQUOTEcallback_SQUOTE = 62, - anon_sym_SEMI = 63, - anon_sym_COLON = 64, - anon_sym_DASH_GT = 65, - anon_sym_when = 66, - anon_sym_PIPE = 67, - anon_sym_fun = 68, - anon_sym_DOT_DOT = 69, - sym_dotdotdot = 70, - anon_sym_catch = 71, - anon_sym_EQ = 72, - anon_sym_QMARK_EQ = 73, - anon_sym_BANG = 74, - anon_sym_orelse = 75, - anon_sym_andalso = 76, - anon_sym_begin = 77, - anon_sym_end = 78, - anon_sym_LT_LT = 79, - anon_sym_GT_GT = 80, - anon_sym_SLASH = 81, - anon_sym_STAR = 82, - anon_sym_unit = 83, - anon_sym_POUND = 84, - anon_sym_PIPE_PIPE = 85, - anon_sym_LT_DASH = 86, - anon_sym_LT_EQ = 87, - anon_sym_EQ_GT = 88, - anon_sym_COLON_EQ = 89, - anon_sym_case = 90, - anon_sym_of = 91, - anon_sym_receive = 92, - anon_sym_after = 93, - anon_sym_try = 94, - anon_sym_maybe = 95, - anon_sym_QMARK = 96, - anon_sym_PLUS = 97, - anon_sym_bnot = 98, - anon_sym_not = 99, - anon_sym_div = 100, - anon_sym_rem = 101, - anon_sym_band = 102, - anon_sym_and = 103, - anon_sym_bor = 104, - anon_sym_bxor = 105, - anon_sym_bsl = 106, - anon_sym_bsr = 107, - anon_sym_or = 108, - anon_sym_xor = 109, - anon_sym_PLUS_PLUS = 110, - anon_sym_DASH_DASH = 111, - anon_sym_EQ_EQ = 112, - anon_sym_SLASH_EQ = 113, - anon_sym_EQ_LT = 114, - anon_sym_LT = 115, - anon_sym_GT_EQ = 116, - anon_sym_GT = 117, - anon_sym_EQ_COLON_EQ = 118, - anon_sym_EQ_SLASH_EQ = 119, - sym_var = 120, - sym_integer = 121, - sym_float = 122, - sym_string = 123, - sym_char = 124, - sym_comment = 125, - sym_source_file = 126, - sym__form = 127, - sym__preprocessor_directive = 128, - sym_pp_include = 129, - sym_pp_include_lib = 130, - sym_pp_undef = 131, - sym_pp_ifdef = 132, - sym_pp_ifndef = 133, - sym_pp_else = 134, - sym_pp_endif = 135, - sym_pp_if = 136, - sym_pp_elif = 137, - sym_pp_define = 138, - sym__include_detail = 139, - sym_module_attribute = 140, - sym_behaviour_attribute = 141, - sym_export_attribute = 142, - sym_import_attribute = 143, - sym_optional_callbacks_attribute = 144, - sym_fa = 145, - sym_export_type_attribute = 146, - sym_compile_options_attribute = 147, - sym_file_attribute = 148, - sym_deprecated_attribute = 149, - sym__deprecated_details = 150, - sym_deprecated_module = 151, - sym_deprecated_fas = 152, - sym_deprecated_fa = 153, - sym_deprecation_desc = 154, - sym__desc = 155, - sym_multi_string = 156, - sym__string_like = 157, - sym__deprecated_fun_arity = 158, - sym_type_alias = 159, - sym_opaque = 160, - sym__type_def = 161, - sym_type_name = 162, - sym_record_decl = 163, - sym_spec = 164, - sym_callback = 165, - sym__spec_def = 166, - sym__spec_fun = 167, - sym_module = 168, - sym_wild_attribute = 169, - sym_attr_name = 170, - sym_fun_decl = 171, - sym_type_sig = 172, - sym_type_guards = 173, - sym_ann_type = 174, - sym_ann_var = 175, - sym_pipe = 176, - sym_fun_type = 177, - sym_fun_type_sig = 178, - sym_range_type = 179, - sym__function_or_macro_clause = 180, - sym_function_clause = 181, - sym__clause_guard = 182, - sym_clause_body = 183, - sym__expr = 184, - sym_catch_expr = 185, - sym_match_expr = 186, - sym_cond_match_expr = 187, - sym_binary_op_expr = 188, - sym_unary_op_expr = 189, - sym__expr_max = 190, - sym_remote = 191, - sym_remote_module = 192, - sym_paren_expr = 193, - sym_block_expr = 194, - sym_list = 195, - sym_binary = 196, - sym_bin_element = 197, - sym_bit_size_expr = 198, - sym_bit_type_list = 199, - sym__bit_expr = 200, - sym_unary_op_expr_max = 201, - sym_binary_op_expr_max = 202, - sym__bit_type = 203, - sym_bit_type_unit = 204, - sym_list_comprehension = 205, - sym_binary_comprehension = 206, - sym_map_comprehension = 207, - sym_lc_exprs = 208, - sym__lc_expr = 209, - sym_generator = 210, - sym_b_generator = 211, - sym_map_generator = 212, - sym_tuple = 213, - sym_map_expr_update = 214, - sym_map_expr = 215, - sym__map_expr_base = 216, - sym_map_field = 217, - sym__map_field_op = 218, - sym_record_index_expr = 219, - sym_record_field_expr = 220, - sym_record_update_expr = 221, - sym_record_expr = 222, - sym_record_name = 223, - sym_record_field_name = 224, - sym__record_expr_base = 225, - sym__record_tuple = 226, - sym_record_field = 227, - sym_field_expr = 228, - sym_field_type = 229, - sym_call = 230, - sym_if_expr = 231, - sym_if_clause = 232, - sym_case_expr = 233, - sym__cr_clauses = 234, - sym__cr_clause_or_macro = 235, - sym_cr_clause = 236, - sym_receive_expr = 237, - sym_receive_after = 238, - sym_internal_fun = 239, - sym_external_fun = 240, - sym_anonymous_fun = 241, - sym__macro_name = 242, - sym__name = 243, - sym_arity = 244, - sym__arity_value = 245, - sym_fun_clause = 246, - sym_try_expr = 247, - sym__try_catch = 248, - sym_try_after = 249, - sym_catch_clause = 250, - sym_try_class = 251, - sym_try_stack = 252, - sym__catch_pat = 253, - sym_match_catch_pat = 254, - sym_binary_op_catch_pat = 255, - sym_maybe_expr = 256, - sym__maybe_else_clause = 257, - sym__macro_def_replacement = 258, - sym_replacement_function_clauses = 259, - sym_replacement_cr_clauses = 260, - sym_replacement_guard_or = 261, - sym_replacement_guard_and = 262, - sym_replacement_parens = 263, - sym_macro_lhs = 264, - sym__macro_body_expr = 265, - sym_macro_call_expr = 266, - sym_macro_call_args = 267, - sym_macro_call_none = 268, - sym_macro_string = 269, - sym_macro_expr = 270, - sym_expr_args = 271, - sym_var_args = 272, - sym_guard = 273, - sym_guard_clause = 274, - sym_concatables = 275, - sym__concatable = 276, - sym__prefix_op = 277, - sym__mult_op = 278, - sym__add_op = 279, - sym__list_op = 280, - sym__comp_op = 281, - aux_sym_source_file_repeat1 = 282, - aux_sym_pp_include_repeat1 = 283, - aux_sym_export_attribute_repeat1 = 284, - aux_sym_optional_callbacks_attribute_repeat1 = 285, - aux_sym_export_type_attribute_repeat1 = 286, - aux_sym_deprecated_fas_repeat1 = 287, - aux_sym_multi_string_repeat1 = 288, - aux_sym__spec_def_repeat1 = 289, - aux_sym_fun_decl_repeat1 = 290, - aux_sym_type_guards_repeat1 = 291, - aux_sym_clause_body_repeat1 = 292, - aux_sym_binary_repeat1 = 293, - aux_sym_bit_type_list_repeat1 = 294, - aux_sym_lc_exprs_repeat1 = 295, - aux_sym_tuple_repeat1 = 296, - aux_sym_map_expr_update_repeat1 = 297, - aux_sym__record_tuple_repeat1 = 298, - aux_sym_if_expr_repeat1 = 299, - aux_sym__cr_clauses_repeat1 = 300, - aux_sym_anonymous_fun_repeat1 = 301, - aux_sym__catch_clauses_repeat1 = 302, - aux_sym_replacement_function_clauses_repeat1 = 303, - aux_sym_replacement_guard_or_repeat1 = 304, - aux_sym_replacement_guard_and_repeat1 = 305, - aux_sym_macro_call_args_repeat1 = 306, - aux_sym_expr_args_repeat1 = 307, - aux_sym_var_args_repeat1 = 308, - aux_sym_guard_repeat1 = 309, - aux_sym_concatables_repeat1 = 310, -}; - -static const char * const ts_symbol_names[] = { - [ts_builtin_sym_end] = "end", - [sym_atom] = "atom", - [anon_sym_DASH] = "-", - [anon_sym_include] = "include", - [anon_sym_SQUOTEinclude_SQUOTE] = "include", - [anon_sym_LPAREN] = "(", - [anon_sym_RPAREN] = ")", - [anon_sym_DOT] = ".", - [anon_sym_include_lib] = "include_lib", - [anon_sym_SQUOTEinclude_lib_SQUOTE] = "include_lib", - [anon_sym_undef] = "undef", - [anon_sym_SQUOTEundef_SQUOTE] = "undef", - [anon_sym_ifdef] = "ifdef", - [anon_sym_SQUOTEifdef_SQUOTE] = "ifdef", - [anon_sym_ifndef] = "ifndef", - [anon_sym_SQUOTEifndef_SQUOTE] = "ifndef", - [anon_sym_else] = "else", - [anon_sym_SQUOTEelse_SQUOTE] = "else", - [anon_sym_endif] = "endif", - [anon_sym_SQUOTEendif_SQUOTE] = "endif", - [anon_sym_if] = "if", - [anon_sym_SQUOTEif_SQUOTE] = "if", - [anon_sym_elif] = "elif", - [anon_sym_SQUOTEelif_SQUOTE] = "elif", - [anon_sym_define] = "define", - [anon_sym_SQUOTEdefine_SQUOTE] = "define", - [anon_sym_COMMA] = ",", - [anon_sym_module] = "module", - [anon_sym_SQUOTEmodule_SQUOTE] = "module", - [anon_sym_behaviour] = "behaviour", - [anon_sym_SQUOTEbehaviour_SQUOTE] = "behaviour", - [anon_sym_behavior] = "behavior", - [anon_sym_SQUOTEbehavior_SQUOTE] = "behavior", - [anon_sym_export] = "export", - [anon_sym_SQUOTEexport_SQUOTE] = "export", - [anon_sym_LBRACK] = "[", - [anon_sym_RBRACK] = "]", - [anon_sym_import] = "import", - [anon_sym_SQUOTEimport_SQUOTE] = "import", - [anon_sym_optional_callbacks] = "optional_callbacks", - [anon_sym_SQUOTEoptional_callbacks_SQUOTE] = "optional_callbacks", - [anon_sym_export_type] = "export_type", - [anon_sym_SQUOTEexport_type_SQUOTE] = "export_type", - [anon_sym_compile] = "compile", - [anon_sym_SQUOTEcompile_SQUOTE] = "compile", - [anon_sym_file] = "file", - [anon_sym_SQUOTEfile_SQUOTE] = "file", - [anon_sym_deprecated] = "deprecated", - [anon_sym_SQUOTEdeprecated_SQUOTE] = "deprecated", - [anon_sym_LBRACE] = "{", - [anon_sym_RBRACE] = "}", - [sym_deprecated_wildcard] = "deprecated_wildcard", - [anon_sym_type] = "type", - [anon_sym_SQUOTEtype_SQUOTE] = "type", - [anon_sym_opaque] = "opaque", - [anon_sym_SQUOTEopaque_SQUOTE] = "opaque", - [anon_sym_COLON_COLON] = "::", - [anon_sym_record] = "record", - [anon_sym_SQUOTErecord_SQUOTE] = "record", - [anon_sym_spec] = "spec", - [anon_sym_SQUOTEspec_SQUOTE] = "spec", - [anon_sym_callback] = "callback", - [anon_sym_SQUOTEcallback_SQUOTE] = "callback", - [anon_sym_SEMI] = ";", - [anon_sym_COLON] = ":", - [anon_sym_DASH_GT] = "->", - [anon_sym_when] = "when", - [anon_sym_PIPE] = "|", - [anon_sym_fun] = "fun", - [anon_sym_DOT_DOT] = "..", - [sym_dotdotdot] = "dotdotdot", - [anon_sym_catch] = "catch", - [anon_sym_EQ] = "=", - [anon_sym_QMARK_EQ] = "\?=", - [anon_sym_BANG] = "!", - [anon_sym_orelse] = "orelse", - [anon_sym_andalso] = "andalso", - [anon_sym_begin] = "begin", - [anon_sym_end] = "end", - [anon_sym_LT_LT] = "<<", - [anon_sym_GT_GT] = ">>", - [anon_sym_SLASH] = "/", - [anon_sym_STAR] = "*", - [anon_sym_unit] = "unit", - [anon_sym_POUND] = "#", - [anon_sym_PIPE_PIPE] = "||", - [anon_sym_LT_DASH] = "<-", - [anon_sym_LT_EQ] = "<=", - [anon_sym_EQ_GT] = "=>", - [anon_sym_COLON_EQ] = ":=", - [anon_sym_case] = "case", - [anon_sym_of] = "of", - [anon_sym_receive] = "receive", - [anon_sym_after] = "after", - [anon_sym_try] = "try", - [anon_sym_maybe] = "maybe", - [anon_sym_QMARK] = "\?", - [anon_sym_PLUS] = "+", - [anon_sym_bnot] = "bnot", - [anon_sym_not] = "not", - [anon_sym_div] = "div", - [anon_sym_rem] = "rem", - [anon_sym_band] = "band", - [anon_sym_and] = "and", - [anon_sym_bor] = "bor", - [anon_sym_bxor] = "bxor", - [anon_sym_bsl] = "bsl", - [anon_sym_bsr] = "bsr", - [anon_sym_or] = "or", - [anon_sym_xor] = "xor", - [anon_sym_PLUS_PLUS] = "++", - [anon_sym_DASH_DASH] = "--", - [anon_sym_EQ_EQ] = "==", - [anon_sym_SLASH_EQ] = "/=", - [anon_sym_EQ_LT] = "=<", - [anon_sym_LT] = "<", - [anon_sym_GT_EQ] = ">=", - [anon_sym_GT] = ">", - [anon_sym_EQ_COLON_EQ] = "=:=", - [anon_sym_EQ_SLASH_EQ] = "=/=", - [sym_var] = "var", - [sym_integer] = "integer", - [sym_float] = "float", - [sym_string] = "string", - [sym_char] = "char", - [sym_comment] = "comment", - [sym_source_file] = "source_file", - [sym__form] = "_form", - [sym__preprocessor_directive] = "_preprocessor_directive", - [sym_pp_include] = "pp_include", - [sym_pp_include_lib] = "pp_include_lib", - [sym_pp_undef] = "pp_undef", - [sym_pp_ifdef] = "pp_ifdef", - [sym_pp_ifndef] = "pp_ifndef", - [sym_pp_else] = "pp_else", - [sym_pp_endif] = "pp_endif", - [sym_pp_if] = "pp_if", - [sym_pp_elif] = "pp_elif", - [sym_pp_define] = "pp_define", - [sym__include_detail] = "_include_detail", - [sym_module_attribute] = "module_attribute", - [sym_behaviour_attribute] = "behaviour_attribute", - [sym_export_attribute] = "export_attribute", - [sym_import_attribute] = "import_attribute", - [sym_optional_callbacks_attribute] = "optional_callbacks_attribute", - [sym_fa] = "fa", - [sym_export_type_attribute] = "export_type_attribute", - [sym_compile_options_attribute] = "compile_options_attribute", - [sym_file_attribute] = "file_attribute", - [sym_deprecated_attribute] = "deprecated_attribute", - [sym__deprecated_details] = "_deprecated_details", - [sym_deprecated_module] = "deprecated_module", - [sym_deprecated_fas] = "deprecated_fas", - [sym_deprecated_fa] = "deprecated_fa", - [sym_deprecation_desc] = "deprecation_desc", - [sym__desc] = "_desc", - [sym_multi_string] = "multi_string", - [sym__string_like] = "_string_like", - [sym__deprecated_fun_arity] = "_deprecated_fun_arity", - [sym_type_alias] = "type_alias", - [sym_opaque] = "opaque", - [sym__type_def] = "_type_def", - [sym_type_name] = "type_name", - [sym_record_decl] = "record_decl", - [sym_spec] = "spec", - [sym_callback] = "callback", - [sym__spec_def] = "_spec_def", - [sym__spec_fun] = "_spec_fun", - [sym_module] = "module", - [sym_wild_attribute] = "wild_attribute", - [sym_attr_name] = "attr_name", - [sym_fun_decl] = "fun_decl", - [sym_type_sig] = "type_sig", - [sym_type_guards] = "type_guards", - [sym_ann_type] = "ann_type", - [sym_ann_var] = "ann_var", - [sym_pipe] = "pipe", - [sym_fun_type] = "fun_type", - [sym_fun_type_sig] = "fun_type_sig", - [sym_range_type] = "range_type", - [sym__function_or_macro_clause] = "_function_or_macro_clause", - [sym_function_clause] = "function_clause", - [sym__clause_guard] = "_clause_guard", - [sym_clause_body] = "clause_body", - [sym__expr] = "_expr", - [sym_catch_expr] = "catch_expr", - [sym_match_expr] = "match_expr", - [sym_cond_match_expr] = "cond_match_expr", - [sym_binary_op_expr] = "binary_op_expr", - [sym_unary_op_expr] = "unary_op_expr", - [sym__expr_max] = "_expr_max", - [sym_remote] = "remote", - [sym_remote_module] = "remote_module", - [sym_paren_expr] = "paren_expr", - [sym_block_expr] = "block_expr", - [sym_list] = "list", - [sym_binary] = "binary", - [sym_bin_element] = "bin_element", - [sym_bit_size_expr] = "bit_size_expr", - [sym_bit_type_list] = "bit_type_list", - [sym__bit_expr] = "_bit_expr", - [sym_unary_op_expr_max] = "unary_op_expr", - [sym_binary_op_expr_max] = "binary_op_expr", - [sym__bit_type] = "_bit_type", - [sym_bit_type_unit] = "bit_type_unit", - [sym_list_comprehension] = "list_comprehension", - [sym_binary_comprehension] = "binary_comprehension", - [sym_map_comprehension] = "map_comprehension", - [sym_lc_exprs] = "lc_exprs", - [sym__lc_expr] = "_lc_expr", - [sym_generator] = "generator", - [sym_b_generator] = "b_generator", - [sym_map_generator] = "map_generator", - [sym_tuple] = "tuple", - [sym_map_expr_update] = "map_expr_update", - [sym_map_expr] = "map_expr", - [sym__map_expr_base] = "_map_expr_base", - [sym_map_field] = "map_field", - [sym__map_field_op] = "_map_field_op", - [sym_record_index_expr] = "record_index_expr", - [sym_record_field_expr] = "record_field_expr", - [sym_record_update_expr] = "record_update_expr", - [sym_record_expr] = "record_expr", - [sym_record_name] = "record_name", - [sym_record_field_name] = "record_field_name", - [sym__record_expr_base] = "_record_expr_base", - [sym__record_tuple] = "_record_tuple", - [sym_record_field] = "record_field", - [sym_field_expr] = "field_expr", - [sym_field_type] = "field_type", - [sym_call] = "call", - [sym_if_expr] = "if_expr", - [sym_if_clause] = "if_clause", - [sym_case_expr] = "case_expr", - [sym__cr_clauses] = "_cr_clauses", - [sym__cr_clause_or_macro] = "_cr_clause_or_macro", - [sym_cr_clause] = "cr_clause", - [sym_receive_expr] = "receive_expr", - [sym_receive_after] = "receive_after", - [sym_internal_fun] = "internal_fun", - [sym_external_fun] = "external_fun", - [sym_anonymous_fun] = "anonymous_fun", - [sym__macro_name] = "_macro_name", - [sym__name] = "_name", - [sym_arity] = "arity", - [sym__arity_value] = "_arity_value", - [sym_fun_clause] = "fun_clause", - [sym_try_expr] = "try_expr", - [sym__try_catch] = "_try_catch", - [sym_try_after] = "try_after", - [sym_catch_clause] = "catch_clause", - [sym_try_class] = "try_class", - [sym_try_stack] = "try_stack", - [sym__catch_pat] = "_catch_pat", - [sym_match_catch_pat] = "binary_op_expr", - [sym_binary_op_catch_pat] = "binary_op_expr", - [sym_maybe_expr] = "maybe_expr", - [sym__maybe_else_clause] = "_maybe_else_clause", - [sym__macro_def_replacement] = "_macro_def_replacement", - [sym_replacement_function_clauses] = "replacement_function_clauses", - [sym_replacement_cr_clauses] = "replacement_cr_clauses", - [sym_replacement_guard_or] = "replacement_guard_or", - [sym_replacement_guard_and] = "replacement_guard_and", - [sym_replacement_parens] = "replacement_parens", - [sym_macro_lhs] = "macro_lhs", - [sym__macro_body_expr] = "_macro_body_expr", - [sym_macro_call_expr] = "macro_call_expr", - [sym_macro_call_args] = "macro_call_args", - [sym_macro_call_none] = "macro_call_expr", - [sym_macro_string] = "macro_string", - [sym_macro_expr] = "macro_expr", - [sym_expr_args] = "expr_args", - [sym_var_args] = "var_args", - [sym_guard] = "guard", - [sym_guard_clause] = "guard_clause", - [sym_concatables] = "concatables", - [sym__concatable] = "_concatable", - [sym__prefix_op] = "_prefix_op", - [sym__mult_op] = "_mult_op", - [sym__add_op] = "_add_op", - [sym__list_op] = "_list_op", - [sym__comp_op] = "_comp_op", - [aux_sym_source_file_repeat1] = "source_file_repeat1", - [aux_sym_pp_include_repeat1] = "pp_include_repeat1", - [aux_sym_export_attribute_repeat1] = "export_attribute_repeat1", - [aux_sym_optional_callbacks_attribute_repeat1] = "optional_callbacks_attribute_repeat1", - [aux_sym_export_type_attribute_repeat1] = "export_type_attribute_repeat1", - [aux_sym_deprecated_fas_repeat1] = "deprecated_fas_repeat1", - [aux_sym_multi_string_repeat1] = "multi_string_repeat1", - [aux_sym__spec_def_repeat1] = "_spec_def_repeat1", - [aux_sym_fun_decl_repeat1] = "fun_decl_repeat1", - [aux_sym_type_guards_repeat1] = "type_guards_repeat1", - [aux_sym_clause_body_repeat1] = "clause_body_repeat1", - [aux_sym_binary_repeat1] = "binary_repeat1", - [aux_sym_bit_type_list_repeat1] = "bit_type_list_repeat1", - [aux_sym_lc_exprs_repeat1] = "lc_exprs_repeat1", - [aux_sym_tuple_repeat1] = "tuple_repeat1", - [aux_sym_map_expr_update_repeat1] = "map_expr_update_repeat1", - [aux_sym__record_tuple_repeat1] = "_record_tuple_repeat1", - [aux_sym_if_expr_repeat1] = "if_expr_repeat1", - [aux_sym__cr_clauses_repeat1] = "_cr_clauses_repeat1", - [aux_sym_anonymous_fun_repeat1] = "anonymous_fun_repeat1", - [aux_sym__catch_clauses_repeat1] = "_catch_clauses_repeat1", - [aux_sym_replacement_function_clauses_repeat1] = "replacement_function_clauses_repeat1", - [aux_sym_replacement_guard_or_repeat1] = "replacement_guard_or_repeat1", - [aux_sym_replacement_guard_and_repeat1] = "replacement_guard_and_repeat1", - [aux_sym_macro_call_args_repeat1] = "macro_call_args_repeat1", - [aux_sym_expr_args_repeat1] = "expr_args_repeat1", - [aux_sym_var_args_repeat1] = "var_args_repeat1", - [aux_sym_guard_repeat1] = "guard_repeat1", - [aux_sym_concatables_repeat1] = "concatables_repeat1", -}; - -static const TSSymbol ts_symbol_map[] = { - [ts_builtin_sym_end] = ts_builtin_sym_end, - [sym_atom] = sym_atom, - [anon_sym_DASH] = anon_sym_DASH, - [anon_sym_include] = anon_sym_include, - [anon_sym_SQUOTEinclude_SQUOTE] = anon_sym_include, - [anon_sym_LPAREN] = anon_sym_LPAREN, - [anon_sym_RPAREN] = anon_sym_RPAREN, - [anon_sym_DOT] = anon_sym_DOT, - [anon_sym_include_lib] = anon_sym_include_lib, - [anon_sym_SQUOTEinclude_lib_SQUOTE] = anon_sym_include_lib, - [anon_sym_undef] = anon_sym_undef, - [anon_sym_SQUOTEundef_SQUOTE] = anon_sym_undef, - [anon_sym_ifdef] = anon_sym_ifdef, - [anon_sym_SQUOTEifdef_SQUOTE] = anon_sym_ifdef, - [anon_sym_ifndef] = anon_sym_ifndef, - [anon_sym_SQUOTEifndef_SQUOTE] = anon_sym_ifndef, - [anon_sym_else] = anon_sym_else, - [anon_sym_SQUOTEelse_SQUOTE] = anon_sym_else, - [anon_sym_endif] = anon_sym_endif, - [anon_sym_SQUOTEendif_SQUOTE] = anon_sym_endif, - [anon_sym_if] = anon_sym_if, - [anon_sym_SQUOTEif_SQUOTE] = anon_sym_if, - [anon_sym_elif] = anon_sym_elif, - [anon_sym_SQUOTEelif_SQUOTE] = anon_sym_elif, - [anon_sym_define] = anon_sym_define, - [anon_sym_SQUOTEdefine_SQUOTE] = anon_sym_define, - [anon_sym_COMMA] = anon_sym_COMMA, - [anon_sym_module] = anon_sym_module, - [anon_sym_SQUOTEmodule_SQUOTE] = anon_sym_module, - [anon_sym_behaviour] = anon_sym_behaviour, - [anon_sym_SQUOTEbehaviour_SQUOTE] = anon_sym_behaviour, - [anon_sym_behavior] = anon_sym_behavior, - [anon_sym_SQUOTEbehavior_SQUOTE] = anon_sym_behavior, - [anon_sym_export] = anon_sym_export, - [anon_sym_SQUOTEexport_SQUOTE] = anon_sym_export, - [anon_sym_LBRACK] = anon_sym_LBRACK, - [anon_sym_RBRACK] = anon_sym_RBRACK, - [anon_sym_import] = anon_sym_import, - [anon_sym_SQUOTEimport_SQUOTE] = anon_sym_import, - [anon_sym_optional_callbacks] = anon_sym_optional_callbacks, - [anon_sym_SQUOTEoptional_callbacks_SQUOTE] = anon_sym_optional_callbacks, - [anon_sym_export_type] = anon_sym_export_type, - [anon_sym_SQUOTEexport_type_SQUOTE] = anon_sym_export_type, - [anon_sym_compile] = anon_sym_compile, - [anon_sym_SQUOTEcompile_SQUOTE] = anon_sym_compile, - [anon_sym_file] = anon_sym_file, - [anon_sym_SQUOTEfile_SQUOTE] = anon_sym_file, - [anon_sym_deprecated] = anon_sym_deprecated, - [anon_sym_SQUOTEdeprecated_SQUOTE] = anon_sym_deprecated, - [anon_sym_LBRACE] = anon_sym_LBRACE, - [anon_sym_RBRACE] = anon_sym_RBRACE, - [sym_deprecated_wildcard] = sym_deprecated_wildcard, - [anon_sym_type] = anon_sym_type, - [anon_sym_SQUOTEtype_SQUOTE] = anon_sym_type, - [anon_sym_opaque] = anon_sym_opaque, - [anon_sym_SQUOTEopaque_SQUOTE] = anon_sym_opaque, - [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, - [anon_sym_record] = anon_sym_record, - [anon_sym_SQUOTErecord_SQUOTE] = anon_sym_record, - [anon_sym_spec] = anon_sym_spec, - [anon_sym_SQUOTEspec_SQUOTE] = anon_sym_spec, - [anon_sym_callback] = anon_sym_callback, - [anon_sym_SQUOTEcallback_SQUOTE] = anon_sym_callback, - [anon_sym_SEMI] = anon_sym_SEMI, - [anon_sym_COLON] = anon_sym_COLON, - [anon_sym_DASH_GT] = anon_sym_DASH_GT, - [anon_sym_when] = anon_sym_when, - [anon_sym_PIPE] = anon_sym_PIPE, - [anon_sym_fun] = anon_sym_fun, - [anon_sym_DOT_DOT] = anon_sym_DOT_DOT, - [sym_dotdotdot] = sym_dotdotdot, - [anon_sym_catch] = anon_sym_catch, - [anon_sym_EQ] = anon_sym_EQ, - [anon_sym_QMARK_EQ] = anon_sym_QMARK_EQ, - [anon_sym_BANG] = anon_sym_BANG, - [anon_sym_orelse] = anon_sym_orelse, - [anon_sym_andalso] = anon_sym_andalso, - [anon_sym_begin] = anon_sym_begin, - [anon_sym_end] = anon_sym_end, - [anon_sym_LT_LT] = anon_sym_LT_LT, - [anon_sym_GT_GT] = anon_sym_GT_GT, - [anon_sym_SLASH] = anon_sym_SLASH, - [anon_sym_STAR] = anon_sym_STAR, - [anon_sym_unit] = anon_sym_unit, - [anon_sym_POUND] = anon_sym_POUND, - [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, - [anon_sym_LT_DASH] = anon_sym_LT_DASH, - [anon_sym_LT_EQ] = anon_sym_LT_EQ, - [anon_sym_EQ_GT] = anon_sym_EQ_GT, - [anon_sym_COLON_EQ] = anon_sym_COLON_EQ, - [anon_sym_case] = anon_sym_case, - [anon_sym_of] = anon_sym_of, - [anon_sym_receive] = anon_sym_receive, - [anon_sym_after] = anon_sym_after, - [anon_sym_try] = anon_sym_try, - [anon_sym_maybe] = anon_sym_maybe, - [anon_sym_QMARK] = anon_sym_QMARK, - [anon_sym_PLUS] = anon_sym_PLUS, - [anon_sym_bnot] = anon_sym_bnot, - [anon_sym_not] = anon_sym_not, - [anon_sym_div] = anon_sym_div, - [anon_sym_rem] = anon_sym_rem, - [anon_sym_band] = anon_sym_band, - [anon_sym_and] = anon_sym_and, - [anon_sym_bor] = anon_sym_bor, - [anon_sym_bxor] = anon_sym_bxor, - [anon_sym_bsl] = anon_sym_bsl, - [anon_sym_bsr] = anon_sym_bsr, - [anon_sym_or] = anon_sym_or, - [anon_sym_xor] = anon_sym_xor, - [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, - [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, - [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, - [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, - [anon_sym_EQ_LT] = anon_sym_EQ_LT, - [anon_sym_LT] = anon_sym_LT, - [anon_sym_GT_EQ] = anon_sym_GT_EQ, - [anon_sym_GT] = anon_sym_GT, - [anon_sym_EQ_COLON_EQ] = anon_sym_EQ_COLON_EQ, - [anon_sym_EQ_SLASH_EQ] = anon_sym_EQ_SLASH_EQ, - [sym_var] = sym_var, - [sym_integer] = sym_integer, - [sym_float] = sym_float, - [sym_string] = sym_string, - [sym_char] = sym_char, - [sym_comment] = sym_comment, - [sym_source_file] = sym_source_file, - [sym__form] = sym__form, - [sym__preprocessor_directive] = sym__preprocessor_directive, - [sym_pp_include] = sym_pp_include, - [sym_pp_include_lib] = sym_pp_include_lib, - [sym_pp_undef] = sym_pp_undef, - [sym_pp_ifdef] = sym_pp_ifdef, - [sym_pp_ifndef] = sym_pp_ifndef, - [sym_pp_else] = sym_pp_else, - [sym_pp_endif] = sym_pp_endif, - [sym_pp_if] = sym_pp_if, - [sym_pp_elif] = sym_pp_elif, - [sym_pp_define] = sym_pp_define, - [sym__include_detail] = sym__include_detail, - [sym_module_attribute] = sym_module_attribute, - [sym_behaviour_attribute] = sym_behaviour_attribute, - [sym_export_attribute] = sym_export_attribute, - [sym_import_attribute] = sym_import_attribute, - [sym_optional_callbacks_attribute] = sym_optional_callbacks_attribute, - [sym_fa] = sym_fa, - [sym_export_type_attribute] = sym_export_type_attribute, - [sym_compile_options_attribute] = sym_compile_options_attribute, - [sym_file_attribute] = sym_file_attribute, - [sym_deprecated_attribute] = sym_deprecated_attribute, - [sym__deprecated_details] = sym__deprecated_details, - [sym_deprecated_module] = sym_deprecated_module, - [sym_deprecated_fas] = sym_deprecated_fas, - [sym_deprecated_fa] = sym_deprecated_fa, - [sym_deprecation_desc] = sym_deprecation_desc, - [sym__desc] = sym__desc, - [sym_multi_string] = sym_multi_string, - [sym__string_like] = sym__string_like, - [sym__deprecated_fun_arity] = sym__deprecated_fun_arity, - [sym_type_alias] = sym_type_alias, - [sym_opaque] = sym_opaque, - [sym__type_def] = sym__type_def, - [sym_type_name] = sym_type_name, - [sym_record_decl] = sym_record_decl, - [sym_spec] = sym_spec, - [sym_callback] = sym_callback, - [sym__spec_def] = sym__spec_def, - [sym__spec_fun] = sym__spec_fun, - [sym_module] = sym_module, - [sym_wild_attribute] = sym_wild_attribute, - [sym_attr_name] = sym_attr_name, - [sym_fun_decl] = sym_fun_decl, - [sym_type_sig] = sym_type_sig, - [sym_type_guards] = sym_type_guards, - [sym_ann_type] = sym_ann_type, - [sym_ann_var] = sym_ann_var, - [sym_pipe] = sym_pipe, - [sym_fun_type] = sym_fun_type, - [sym_fun_type_sig] = sym_fun_type_sig, - [sym_range_type] = sym_range_type, - [sym__function_or_macro_clause] = sym__function_or_macro_clause, - [sym_function_clause] = sym_function_clause, - [sym__clause_guard] = sym__clause_guard, - [sym_clause_body] = sym_clause_body, - [sym__expr] = sym__expr, - [sym_catch_expr] = sym_catch_expr, - [sym_match_expr] = sym_match_expr, - [sym_cond_match_expr] = sym_cond_match_expr, - [sym_binary_op_expr] = sym_binary_op_expr, - [sym_unary_op_expr] = sym_unary_op_expr, - [sym__expr_max] = sym__expr_max, - [sym_remote] = sym_remote, - [sym_remote_module] = sym_remote_module, - [sym_paren_expr] = sym_paren_expr, - [sym_block_expr] = sym_block_expr, - [sym_list] = sym_list, - [sym_binary] = sym_binary, - [sym_bin_element] = sym_bin_element, - [sym_bit_size_expr] = sym_bit_size_expr, - [sym_bit_type_list] = sym_bit_type_list, - [sym__bit_expr] = sym__bit_expr, - [sym_unary_op_expr_max] = sym_unary_op_expr, - [sym_binary_op_expr_max] = sym_binary_op_expr, - [sym__bit_type] = sym__bit_type, - [sym_bit_type_unit] = sym_bit_type_unit, - [sym_list_comprehension] = sym_list_comprehension, - [sym_binary_comprehension] = sym_binary_comprehension, - [sym_map_comprehension] = sym_map_comprehension, - [sym_lc_exprs] = sym_lc_exprs, - [sym__lc_expr] = sym__lc_expr, - [sym_generator] = sym_generator, - [sym_b_generator] = sym_b_generator, - [sym_map_generator] = sym_map_generator, - [sym_tuple] = sym_tuple, - [sym_map_expr_update] = sym_map_expr_update, - [sym_map_expr] = sym_map_expr, - [sym__map_expr_base] = sym__map_expr_base, - [sym_map_field] = sym_map_field, - [sym__map_field_op] = sym__map_field_op, - [sym_record_index_expr] = sym_record_index_expr, - [sym_record_field_expr] = sym_record_field_expr, - [sym_record_update_expr] = sym_record_update_expr, - [sym_record_expr] = sym_record_expr, - [sym_record_name] = sym_record_name, - [sym_record_field_name] = sym_record_field_name, - [sym__record_expr_base] = sym__record_expr_base, - [sym__record_tuple] = sym__record_tuple, - [sym_record_field] = sym_record_field, - [sym_field_expr] = sym_field_expr, - [sym_field_type] = sym_field_type, - [sym_call] = sym_call, - [sym_if_expr] = sym_if_expr, - [sym_if_clause] = sym_if_clause, - [sym_case_expr] = sym_case_expr, - [sym__cr_clauses] = sym__cr_clauses, - [sym__cr_clause_or_macro] = sym__cr_clause_or_macro, - [sym_cr_clause] = sym_cr_clause, - [sym_receive_expr] = sym_receive_expr, - [sym_receive_after] = sym_receive_after, - [sym_internal_fun] = sym_internal_fun, - [sym_external_fun] = sym_external_fun, - [sym_anonymous_fun] = sym_anonymous_fun, - [sym__macro_name] = sym__macro_name, - [sym__name] = sym__name, - [sym_arity] = sym_arity, - [sym__arity_value] = sym__arity_value, - [sym_fun_clause] = sym_fun_clause, - [sym_try_expr] = sym_try_expr, - [sym__try_catch] = sym__try_catch, - [sym_try_after] = sym_try_after, - [sym_catch_clause] = sym_catch_clause, - [sym_try_class] = sym_try_class, - [sym_try_stack] = sym_try_stack, - [sym__catch_pat] = sym__catch_pat, - [sym_match_catch_pat] = sym_binary_op_expr, - [sym_binary_op_catch_pat] = sym_binary_op_expr, - [sym_maybe_expr] = sym_maybe_expr, - [sym__maybe_else_clause] = sym__maybe_else_clause, - [sym__macro_def_replacement] = sym__macro_def_replacement, - [sym_replacement_function_clauses] = sym_replacement_function_clauses, - [sym_replacement_cr_clauses] = sym_replacement_cr_clauses, - [sym_replacement_guard_or] = sym_replacement_guard_or, - [sym_replacement_guard_and] = sym_replacement_guard_and, - [sym_replacement_parens] = sym_replacement_parens, - [sym_macro_lhs] = sym_macro_lhs, - [sym__macro_body_expr] = sym__macro_body_expr, - [sym_macro_call_expr] = sym_macro_call_expr, - [sym_macro_call_args] = sym_macro_call_args, - [sym_macro_call_none] = sym_macro_call_expr, - [sym_macro_string] = sym_macro_string, - [sym_macro_expr] = sym_macro_expr, - [sym_expr_args] = sym_expr_args, - [sym_var_args] = sym_var_args, - [sym_guard] = sym_guard, - [sym_guard_clause] = sym_guard_clause, - [sym_concatables] = sym_concatables, - [sym__concatable] = sym__concatable, - [sym__prefix_op] = sym__prefix_op, - [sym__mult_op] = sym__mult_op, - [sym__add_op] = sym__add_op, - [sym__list_op] = sym__list_op, - [sym__comp_op] = sym__comp_op, - [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, - [aux_sym_pp_include_repeat1] = aux_sym_pp_include_repeat1, - [aux_sym_export_attribute_repeat1] = aux_sym_export_attribute_repeat1, - [aux_sym_optional_callbacks_attribute_repeat1] = aux_sym_optional_callbacks_attribute_repeat1, - [aux_sym_export_type_attribute_repeat1] = aux_sym_export_type_attribute_repeat1, - [aux_sym_deprecated_fas_repeat1] = aux_sym_deprecated_fas_repeat1, - [aux_sym_multi_string_repeat1] = aux_sym_multi_string_repeat1, - [aux_sym__spec_def_repeat1] = aux_sym__spec_def_repeat1, - [aux_sym_fun_decl_repeat1] = aux_sym_fun_decl_repeat1, - [aux_sym_type_guards_repeat1] = aux_sym_type_guards_repeat1, - [aux_sym_clause_body_repeat1] = aux_sym_clause_body_repeat1, - [aux_sym_binary_repeat1] = aux_sym_binary_repeat1, - [aux_sym_bit_type_list_repeat1] = aux_sym_bit_type_list_repeat1, - [aux_sym_lc_exprs_repeat1] = aux_sym_lc_exprs_repeat1, - [aux_sym_tuple_repeat1] = aux_sym_tuple_repeat1, - [aux_sym_map_expr_update_repeat1] = aux_sym_map_expr_update_repeat1, - [aux_sym__record_tuple_repeat1] = aux_sym__record_tuple_repeat1, - [aux_sym_if_expr_repeat1] = aux_sym_if_expr_repeat1, - [aux_sym__cr_clauses_repeat1] = aux_sym__cr_clauses_repeat1, - [aux_sym_anonymous_fun_repeat1] = aux_sym_anonymous_fun_repeat1, - [aux_sym__catch_clauses_repeat1] = aux_sym__catch_clauses_repeat1, - [aux_sym_replacement_function_clauses_repeat1] = aux_sym_replacement_function_clauses_repeat1, - [aux_sym_replacement_guard_or_repeat1] = aux_sym_replacement_guard_or_repeat1, - [aux_sym_replacement_guard_and_repeat1] = aux_sym_replacement_guard_and_repeat1, - [aux_sym_macro_call_args_repeat1] = aux_sym_macro_call_args_repeat1, - [aux_sym_expr_args_repeat1] = aux_sym_expr_args_repeat1, - [aux_sym_var_args_repeat1] = aux_sym_var_args_repeat1, - [aux_sym_guard_repeat1] = aux_sym_guard_repeat1, - [aux_sym_concatables_repeat1] = aux_sym_concatables_repeat1, -}; - -static const TSSymbolMetadata ts_symbol_metadata[] = { - [ts_builtin_sym_end] = { - .visible = false, - .named = true, - }, - [sym_atom] = { - .visible = true, - .named = true, - }, - [anon_sym_DASH] = { - .visible = true, - .named = false, - }, - [anon_sym_include] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEinclude_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_LPAREN] = { - .visible = true, - .named = false, - }, - [anon_sym_RPAREN] = { - .visible = true, - .named = false, - }, - [anon_sym_DOT] = { - .visible = true, - .named = false, - }, - [anon_sym_include_lib] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEinclude_lib_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_undef] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEundef_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_ifdef] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEifdef_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_ifndef] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEifndef_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_else] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEelse_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_endif] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEendif_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_if] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEif_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_elif] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEelif_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_define] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEdefine_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_COMMA] = { - .visible = true, - .named = false, - }, - [anon_sym_module] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEmodule_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_behaviour] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEbehaviour_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_behavior] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEbehavior_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_export] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEexport_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_LBRACK] = { - .visible = true, - .named = false, - }, - [anon_sym_RBRACK] = { - .visible = true, - .named = false, - }, - [anon_sym_import] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEimport_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_optional_callbacks] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEoptional_callbacks_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_export_type] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEexport_type_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_compile] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEcompile_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_file] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEfile_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_deprecated] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEdeprecated_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_LBRACE] = { - .visible = true, - .named = false, - }, - [anon_sym_RBRACE] = { - .visible = true, - .named = false, - }, - [sym_deprecated_wildcard] = { - .visible = true, - .named = true, - }, - [anon_sym_type] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEtype_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_opaque] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEopaque_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_COLON_COLON] = { - .visible = true, - .named = false, - }, - [anon_sym_record] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTErecord_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_spec] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEspec_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_callback] = { - .visible = true, - .named = false, - }, - [anon_sym_SQUOTEcallback_SQUOTE] = { - .visible = true, - .named = false, - }, - [anon_sym_SEMI] = { - .visible = true, - .named = false, - }, - [anon_sym_COLON] = { - .visible = true, - .named = false, - }, - [anon_sym_DASH_GT] = { - .visible = true, - .named = false, - }, - [anon_sym_when] = { - .visible = true, - .named = false, - }, - [anon_sym_PIPE] = { - .visible = true, - .named = false, - }, - [anon_sym_fun] = { - .visible = true, - .named = false, - }, - [anon_sym_DOT_DOT] = { - .visible = true, - .named = false, - }, - [sym_dotdotdot] = { - .visible = true, - .named = true, - }, - [anon_sym_catch] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_QMARK_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_BANG] = { - .visible = true, - .named = false, - }, - [anon_sym_orelse] = { - .visible = true, - .named = false, - }, - [anon_sym_andalso] = { - .visible = true, - .named = false, - }, - [anon_sym_begin] = { - .visible = true, - .named = false, - }, - [anon_sym_end] = { - .visible = true, - .named = false, - }, - [anon_sym_LT_LT] = { - .visible = true, - .named = false, - }, - [anon_sym_GT_GT] = { - .visible = true, - .named = false, - }, - [anon_sym_SLASH] = { - .visible = true, - .named = false, - }, - [anon_sym_STAR] = { - .visible = true, - .named = false, - }, - [anon_sym_unit] = { - .visible = true, - .named = false, - }, - [anon_sym_POUND] = { - .visible = true, - .named = false, - }, - [anon_sym_PIPE_PIPE] = { - .visible = true, - .named = false, - }, - [anon_sym_LT_DASH] = { - .visible = true, - .named = false, - }, - [anon_sym_LT_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_GT] = { - .visible = true, - .named = false, - }, - [anon_sym_COLON_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_case] = { - .visible = true, - .named = false, - }, - [anon_sym_of] = { - .visible = true, - .named = false, - }, - [anon_sym_receive] = { - .visible = true, - .named = false, - }, - [anon_sym_after] = { - .visible = true, - .named = false, - }, - [anon_sym_try] = { - .visible = true, - .named = false, - }, - [anon_sym_maybe] = { - .visible = true, - .named = false, - }, - [anon_sym_QMARK] = { - .visible = true, - .named = false, - }, - [anon_sym_PLUS] = { - .visible = true, - .named = false, - }, - [anon_sym_bnot] = { - .visible = true, - .named = false, - }, - [anon_sym_not] = { - .visible = true, - .named = false, - }, - [anon_sym_div] = { - .visible = true, - .named = false, - }, - [anon_sym_rem] = { - .visible = true, - .named = false, - }, - [anon_sym_band] = { - .visible = true, - .named = false, - }, - [anon_sym_and] = { - .visible = true, - .named = false, - }, - [anon_sym_bor] = { - .visible = true, - .named = false, - }, - [anon_sym_bxor] = { - .visible = true, - .named = false, - }, - [anon_sym_bsl] = { - .visible = true, - .named = false, - }, - [anon_sym_bsr] = { - .visible = true, - .named = false, - }, - [anon_sym_or] = { - .visible = true, - .named = false, - }, - [anon_sym_xor] = { - .visible = true, - .named = false, - }, - [anon_sym_PLUS_PLUS] = { - .visible = true, - .named = false, - }, - [anon_sym_DASH_DASH] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_SLASH_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_LT] = { - .visible = true, - .named = false, - }, - [anon_sym_LT] = { - .visible = true, - .named = false, - }, - [anon_sym_GT_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_GT] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_COLON_EQ] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_SLASH_EQ] = { - .visible = true, - .named = false, - }, - [sym_var] = { - .visible = true, - .named = true, - }, - [sym_integer] = { - .visible = true, - .named = true, - }, - [sym_float] = { - .visible = true, - .named = true, - }, - [sym_string] = { - .visible = true, - .named = true, - }, - [sym_char] = { - .visible = true, - .named = true, - }, - [sym_comment] = { - .visible = true, - .named = true, - }, - [sym_source_file] = { - .visible = true, - .named = true, - }, - [sym__form] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym__preprocessor_directive] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_pp_include] = { - .visible = true, - .named = true, - }, - [sym_pp_include_lib] = { - .visible = true, - .named = true, - }, - [sym_pp_undef] = { - .visible = true, - .named = true, - }, - [sym_pp_ifdef] = { - .visible = true, - .named = true, - }, - [sym_pp_ifndef] = { - .visible = true, - .named = true, - }, - [sym_pp_else] = { - .visible = true, - .named = true, - }, - [sym_pp_endif] = { - .visible = true, - .named = true, - }, - [sym_pp_if] = { - .visible = true, - .named = true, - }, - [sym_pp_elif] = { - .visible = true, - .named = true, - }, - [sym_pp_define] = { - .visible = true, - .named = true, - }, - [sym__include_detail] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_module_attribute] = { - .visible = true, - .named = true, - }, - [sym_behaviour_attribute] = { - .visible = true, - .named = true, - }, - [sym_export_attribute] = { - .visible = true, - .named = true, - }, - [sym_import_attribute] = { - .visible = true, - .named = true, - }, - [sym_optional_callbacks_attribute] = { - .visible = true, - .named = true, - }, - [sym_fa] = { - .visible = true, - .named = true, - }, - [sym_export_type_attribute] = { - .visible = true, - .named = true, - }, - [sym_compile_options_attribute] = { - .visible = true, - .named = true, - }, - [sym_file_attribute] = { - .visible = true, - .named = true, - }, - [sym_deprecated_attribute] = { - .visible = true, - .named = true, - }, - [sym__deprecated_details] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_deprecated_module] = { - .visible = true, - .named = true, - }, - [sym_deprecated_fas] = { - .visible = true, - .named = true, - }, - [sym_deprecated_fa] = { - .visible = true, - .named = true, - }, - [sym_deprecation_desc] = { - .visible = true, - .named = true, - }, - [sym__desc] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_multi_string] = { - .visible = true, - .named = true, - }, - [sym__string_like] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym__deprecated_fun_arity] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_type_alias] = { - .visible = true, - .named = true, - }, - [sym_opaque] = { - .visible = true, - .named = true, - }, - [sym__type_def] = { - .visible = false, - .named = true, - }, - [sym_type_name] = { - .visible = true, - .named = true, - }, - [sym_record_decl] = { - .visible = true, - .named = true, - }, - [sym_spec] = { - .visible = true, - .named = true, - }, - [sym_callback] = { - .visible = true, - .named = true, - }, - [sym__spec_def] = { - .visible = false, - .named = true, - }, - [sym__spec_fun] = { - .visible = false, - .named = true, - }, - [sym_module] = { - .visible = true, - .named = true, - }, - [sym_wild_attribute] = { - .visible = true, - .named = true, - }, - [sym_attr_name] = { - .visible = true, - .named = true, - }, - [sym_fun_decl] = { - .visible = true, - .named = true, - }, - [sym_type_sig] = { - .visible = true, - .named = true, - }, - [sym_type_guards] = { - .visible = true, - .named = true, - }, - [sym_ann_type] = { - .visible = true, - .named = true, - }, - [sym_ann_var] = { - .visible = true, - .named = true, - }, - [sym_pipe] = { - .visible = true, - .named = true, - }, - [sym_fun_type] = { - .visible = true, - .named = true, - }, - [sym_fun_type_sig] = { - .visible = true, - .named = true, - }, - [sym_range_type] = { - .visible = true, - .named = true, - }, - [sym__function_or_macro_clause] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_function_clause] = { - .visible = true, - .named = true, - }, - [sym__clause_guard] = { - .visible = false, - .named = true, - }, - [sym_clause_body] = { - .visible = true, - .named = true, - }, - [sym__expr] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_catch_expr] = { - .visible = true, - .named = true, - }, - [sym_match_expr] = { - .visible = true, - .named = true, - }, - [sym_cond_match_expr] = { - .visible = true, - .named = true, - }, - [sym_binary_op_expr] = { - .visible = true, - .named = true, - }, - [sym_unary_op_expr] = { - .visible = true, - .named = true, - }, - [sym__expr_max] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_remote] = { - .visible = true, - .named = true, - }, - [sym_remote_module] = { - .visible = true, - .named = true, - }, - [sym_paren_expr] = { - .visible = true, - .named = true, - }, - [sym_block_expr] = { - .visible = true, - .named = true, - }, - [sym_list] = { - .visible = true, - .named = true, - }, - [sym_binary] = { - .visible = true, - .named = true, - }, - [sym_bin_element] = { - .visible = true, - .named = true, - }, - [sym_bit_size_expr] = { - .visible = true, - .named = true, - }, - [sym_bit_type_list] = { - .visible = true, - .named = true, - }, - [sym__bit_expr] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_unary_op_expr_max] = { - .visible = true, - .named = true, - }, - [sym_binary_op_expr_max] = { - .visible = true, - .named = true, - }, - [sym__bit_type] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_bit_type_unit] = { - .visible = true, - .named = true, - }, - [sym_list_comprehension] = { - .visible = true, - .named = true, - }, - [sym_binary_comprehension] = { - .visible = true, - .named = true, - }, - [sym_map_comprehension] = { - .visible = true, - .named = true, - }, - [sym_lc_exprs] = { - .visible = true, - .named = true, - }, - [sym__lc_expr] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_generator] = { - .visible = true, - .named = true, - }, - [sym_b_generator] = { - .visible = true, - .named = true, - }, - [sym_map_generator] = { - .visible = true, - .named = true, - }, - [sym_tuple] = { - .visible = true, - .named = true, - }, - [sym_map_expr_update] = { - .visible = true, - .named = true, - }, - [sym_map_expr] = { - .visible = true, - .named = true, - }, - [sym__map_expr_base] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_map_field] = { - .visible = true, - .named = true, - }, - [sym__map_field_op] = { - .visible = false, - .named = true, - }, - [sym_record_index_expr] = { - .visible = true, - .named = true, - }, - [sym_record_field_expr] = { - .visible = true, - .named = true, - }, - [sym_record_update_expr] = { - .visible = true, - .named = true, - }, - [sym_record_expr] = { - .visible = true, - .named = true, - }, - [sym_record_name] = { - .visible = true, - .named = true, - }, - [sym_record_field_name] = { - .visible = true, - .named = true, - }, - [sym__record_expr_base] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym__record_tuple] = { - .visible = false, - .named = true, - }, - [sym_record_field] = { - .visible = true, - .named = true, - }, - [sym_field_expr] = { - .visible = true, - .named = true, - }, - [sym_field_type] = { - .visible = true, - .named = true, - }, - [sym_call] = { - .visible = true, - .named = true, - }, - [sym_if_expr] = { - .visible = true, - .named = true, - }, - [sym_if_clause] = { - .visible = true, - .named = true, - }, - [sym_case_expr] = { - .visible = true, - .named = true, - }, - [sym__cr_clauses] = { - .visible = false, - .named = true, - }, - [sym__cr_clause_or_macro] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_cr_clause] = { - .visible = true, - .named = true, - }, - [sym_receive_expr] = { - .visible = true, - .named = true, - }, - [sym_receive_after] = { - .visible = true, - .named = true, - }, - [sym_internal_fun] = { - .visible = true, - .named = true, - }, - [sym_external_fun] = { - .visible = true, - .named = true, - }, - [sym_anonymous_fun] = { - .visible = true, - .named = true, - }, - [sym__macro_name] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym__name] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_arity] = { - .visible = true, - .named = true, - }, - [sym__arity_value] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_fun_clause] = { - .visible = true, - .named = true, - }, - [sym_try_expr] = { - .visible = true, - .named = true, - }, - [sym__try_catch] = { - .visible = false, - .named = true, - }, - [sym_try_after] = { - .visible = true, - .named = true, - }, - [sym_catch_clause] = { - .visible = true, - .named = true, - }, - [sym_try_class] = { - .visible = true, - .named = true, - }, - [sym_try_stack] = { - .visible = true, - .named = true, - }, - [sym__catch_pat] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_match_catch_pat] = { - .visible = true, - .named = true, - }, - [sym_binary_op_catch_pat] = { - .visible = true, - .named = true, - }, - [sym_maybe_expr] = { - .visible = true, - .named = true, - }, - [sym__maybe_else_clause] = { - .visible = false, - .named = true, - }, - [sym__macro_def_replacement] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym_replacement_function_clauses] = { - .visible = true, - .named = true, - }, - [sym_replacement_cr_clauses] = { - .visible = true, - .named = true, - }, - [sym_replacement_guard_or] = { - .visible = true, - .named = true, - }, - [sym_replacement_guard_and] = { - .visible = true, - .named = true, - }, - [sym_replacement_parens] = { - .visible = true, - .named = true, - }, - [sym_macro_lhs] = { - .visible = true, - .named = true, - }, - [sym__macro_body_expr] = { - .visible = false, - .named = true, - }, - [sym_macro_call_expr] = { - .visible = true, - .named = true, - }, - [sym_macro_call_args] = { - .visible = true, - .named = true, - }, - [sym_macro_call_none] = { - .visible = true, - .named = true, - }, - [sym_macro_string] = { - .visible = true, - .named = true, - }, - [sym_macro_expr] = { - .visible = true, - .named = true, - }, - [sym_expr_args] = { - .visible = true, - .named = true, - }, - [sym_var_args] = { - .visible = true, - .named = true, - }, - [sym_guard] = { - .visible = true, - .named = true, - }, - [sym_guard_clause] = { - .visible = true, - .named = true, - }, - [sym_concatables] = { - .visible = true, - .named = true, - }, - [sym__concatable] = { - .visible = false, - .named = true, - .supertype = true, - }, - [sym__prefix_op] = { - .visible = false, - .named = true, - }, - [sym__mult_op] = { - .visible = false, - .named = true, - }, - [sym__add_op] = { - .visible = false, - .named = true, - }, - [sym__list_op] = { - .visible = false, - .named = true, - }, - [sym__comp_op] = { - .visible = false, - .named = true, - }, - [aux_sym_source_file_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_pp_include_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_export_attribute_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_optional_callbacks_attribute_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_export_type_attribute_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_deprecated_fas_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_multi_string_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym__spec_def_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_fun_decl_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_type_guards_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_clause_body_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_binary_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_bit_type_list_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_lc_exprs_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_tuple_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_map_expr_update_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym__record_tuple_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_if_expr_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym__cr_clauses_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_anonymous_fun_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym__catch_clauses_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_replacement_function_clauses_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_replacement_guard_or_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_replacement_guard_and_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_macro_call_args_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_expr_args_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_var_args_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_guard_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_concatables_repeat1] = { - .visible = false, - .named = false, - }, -}; - -enum { - field_after = 1, - field_args = 2, - field_arity = 3, - field_atom = 4, - field_attr = 5, - field_body = 6, - field_callbacks = 7, - field_catch = 8, - field_class = 9, - field_clauses = 10, - field_comment = 11, - field_cond = 12, - field_desc = 13, - field_element = 14, - field_elements = 15, - field_elems = 16, - field_expr = 17, - field_exprs = 18, - field_fa = 19, - field_field = 20, - field_fields = 21, - field_file = 22, - field_forms = 23, - field_fun = 24, - field_funs = 25, - field_guard = 26, - field_guards = 27, - field_key = 28, - field_lc_exprs = 29, - field_lhs = 30, - field_module = 31, - field_name = 32, - field_operand = 33, - field_options = 34, - field_original_file = 35, - field_original_line = 36, - field_pat = 37, - field_replacement = 38, - field_rhs = 39, - field_sig = 40, - field_sigs = 41, - field_size = 42, - field_stack = 43, - field_ty = 44, - field_types = 45, - field_value = 46, - field_var = 47, -}; - -static const char * const ts_field_names[] = { - [0] = NULL, - [field_after] = "after", - [field_args] = "args", - [field_arity] = "arity", - [field_atom] = "atom", - [field_attr] = "attr", - [field_body] = "body", - [field_callbacks] = "callbacks", - [field_catch] = "catch", - [field_class] = "class", - [field_clauses] = "clauses", - [field_comment] = "comment", - [field_cond] = "cond", - [field_desc] = "desc", - [field_element] = "element", - [field_elements] = "elements", - [field_elems] = "elems", - [field_expr] = "expr", - [field_exprs] = "exprs", - [field_fa] = "fa", - [field_field] = "field", - [field_fields] = "fields", - [field_file] = "file", - [field_forms] = "forms", - [field_fun] = "fun", - [field_funs] = "funs", - [field_guard] = "guard", - [field_guards] = "guards", - [field_key] = "key", - [field_lc_exprs] = "lc_exprs", - [field_lhs] = "lhs", - [field_module] = "module", - [field_name] = "name", - [field_operand] = "operand", - [field_options] = "options", - [field_original_file] = "original_file", - [field_original_line] = "original_line", - [field_pat] = "pat", - [field_replacement] = "replacement", - [field_rhs] = "rhs", - [field_sig] = "sig", - [field_sigs] = "sigs", - [field_size] = "size", - [field_stack] = "stack", - [field_ty] = "ty", - [field_types] = "types", - [field_value] = "value", - [field_var] = "var", -}; - -static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { - [1] = {.index = 0, .length = 1}, - [2] = {.index = 1, .length = 1}, - [3] = {.index = 2, .length = 1}, - [4] = {.index = 3, .length = 1}, - [5] = {.index = 4, .length = 2}, - [6] = {.index = 6, .length = 1}, - [7] = {.index = 7, .length = 1}, - [8] = {.index = 8, .length = 1}, - [9] = {.index = 9, .length = 1}, - [10] = {.index = 10, .length = 2}, - [11] = {.index = 12, .length = 2}, - [12] = {.index = 14, .length = 2}, - [13] = {.index = 16, .length = 1}, - [14] = {.index = 17, .length = 2}, - [15] = {.index = 19, .length = 2}, - [16] = {.index = 21, .length = 2}, - [17] = {.index = 23, .length = 2}, - [18] = {.index = 25, .length = 1}, - [19] = {.index = 26, .length = 1}, - [20] = {.index = 27, .length = 2}, - [21] = {.index = 29, .length = 2}, - [22] = {.index = 31, .length = 3}, - [23] = {.index = 34, .length = 1}, - [24] = {.index = 35, .length = 1}, - [25] = {.index = 36, .length = 2}, - [26] = {.index = 38, .length = 2}, - [27] = {.index = 40, .length = 3}, - [28] = {.index = 43, .length = 3}, - [29] = {.index = 46, .length = 1}, - [30] = {.index = 47, .length = 2}, - [31] = {.index = 49, .length = 2}, - [32] = {.index = 51, .length = 1}, - [33] = {.index = 52, .length = 2}, - [34] = {.index = 54, .length = 2}, - [35] = {.index = 56, .length = 1}, - [36] = {.index = 57, .length = 2}, - [37] = {.index = 59, .length = 2}, - [38] = {.index = 61, .length = 2}, - [39] = {.index = 63, .length = 1}, - [40] = {.index = 64, .length = 1}, - [41] = {.index = 65, .length = 3}, - [42] = {.index = 68, .length = 2}, - [43] = {.index = 70, .length = 1}, - [44] = {.index = 71, .length = 2}, - [45] = {.index = 73, .length = 3}, - [46] = {.index = 76, .length = 3}, - [47] = {.index = 79, .length = 1}, - [48] = {.index = 80, .length = 1}, - [49] = {.index = 81, .length = 4}, - [50] = {.index = 85, .length = 2}, - [51] = {.index = 87, .length = 4}, - [52] = {.index = 91, .length = 2}, - [53] = {.index = 93, .length = 2}, - [54] = {.index = 95, .length = 2}, - [55] = {.index = 97, .length = 2}, - [56] = {.index = 99, .length = 2}, - [57] = {.index = 101, .length = 2}, - [58] = {.index = 103, .length = 1}, - [59] = {.index = 104, .length = 3}, - [60] = {.index = 107, .length = 1}, - [61] = {.index = 108, .length = 3}, - [62] = {.index = 111, .length = 2}, - [63] = {.index = 113, .length = 2}, - [64] = {.index = 115, .length = 1}, - [65] = {.index = 116, .length = 1}, - [66] = {.index = 117, .length = 3}, - [67] = {.index = 120, .length = 1}, - [68] = {.index = 121, .length = 2}, - [69] = {.index = 123, .length = 3}, - [70] = {.index = 126, .length = 2}, - [71] = {.index = 128, .length = 1}, - [72] = {.index = 129, .length = 4}, - [73] = {.index = 133, .length = 3}, - [74] = {.index = 136, .length = 1}, - [75] = {.index = 137, .length = 2}, - [76] = {.index = 139, .length = 2}, - [77] = {.index = 141, .length = 2}, - [78] = {.index = 143, .length = 2}, - [79] = {.index = 145, .length = 1}, - [80] = {.index = 146, .length = 1}, - [81] = {.index = 147, .length = 1}, - [82] = {.index = 148, .length = 1}, - [83] = {.index = 149, .length = 2}, - [84] = {.index = 151, .length = 1}, - [85] = {.index = 152, .length = 1}, - [86] = {.index = 153, .length = 1}, - [87] = {.index = 154, .length = 1}, - [88] = {.index = 155, .length = 1}, - [89] = {.index = 156, .length = 1}, - [90] = {.index = 157, .length = 3}, - [91] = {.index = 160, .length = 1}, - [92] = {.index = 161, .length = 2}, - [93] = {.index = 163, .length = 2}, - [94] = {.index = 165, .length = 2}, - [95] = {.index = 167, .length = 2}, - [96] = {.index = 169, .length = 2}, - [97] = {.index = 171, .length = 2}, - [98] = {.index = 173, .length = 2}, - [99] = {.index = 175, .length = 2}, - [100] = {.index = 177, .length = 2}, - [101] = {.index = 179, .length = 1}, - [102] = {.index = 180, .length = 1}, - [103] = {.index = 181, .length = 4}, - [104] = {.index = 185, .length = 2}, - [105] = {.index = 187, .length = 2}, - [106] = {.index = 189, .length = 3}, - [107] = {.index = 192, .length = 1}, - [108] = {.index = 193, .length = 2}, - [109] = {.index = 195, .length = 1}, - [110] = {.index = 196, .length = 2}, - [111] = {.index = 198, .length = 1}, - [112] = {.index = 199, .length = 2}, - [113] = {.index = 201, .length = 2}, - [114] = {.index = 203, .length = 2}, - [115] = {.index = 205, .length = 2}, - [116] = {.index = 207, .length = 2}, - [117] = {.index = 209, .length = 2}, - [118] = {.index = 211, .length = 4}, - [119] = {.index = 215, .length = 3}, - [120] = {.index = 218, .length = 1}, - [121] = {.index = 219, .length = 2}, - [122] = {.index = 221, .length = 2}, - [123] = {.index = 223, .length = 2}, - [124] = {.index = 225, .length = 3}, - [125] = {.index = 228, .length = 5}, - [126] = {.index = 233, .length = 3}, - [127] = {.index = 236, .length = 2}, - [128] = {.index = 238, .length = 2}, - [129] = {.index = 240, .length = 1}, - [130] = {.index = 241, .length = 1}, - [131] = {.index = 242, .length = 1}, - [132] = {.index = 243, .length = 2}, - [133] = {.index = 245, .length = 2}, - [134] = {.index = 247, .length = 2}, - [135] = {.index = 249, .length = 1}, - [136] = {.index = 250, .length = 3}, - [137] = {.index = 253, .length = 1}, - [138] = {.index = 254, .length = 4}, - [139] = {.index = 258, .length = 4}, - [140] = {.index = 262, .length = 2}, - [141] = {.index = 264, .length = 1}, - [142] = {.index = 265, .length = 2}, - [143] = {.index = 267, .length = 2}, - [144] = {.index = 269, .length = 1}, - [145] = {.index = 270, .length = 3}, - [146] = {.index = 273, .length = 1}, - [147] = {.index = 274, .length = 1}, - [148] = {.index = 275, .length = 3}, - [149] = {.index = 278, .length = 2}, - [150] = {.index = 280, .length = 5}, - [151] = {.index = 285, .length = 2}, - [152] = {.index = 287, .length = 2}, - [153] = {.index = 289, .length = 3}, -}; - -static const TSFieldMapEntry ts_field_map_entries[] = { - [0] = - {field_forms, 0}, - [1] = - {field_name, 1}, - [2] = - {field_clauses, 0}, - [3] = - {field_fun, 0}, - [4] = - {field_args, 2}, - {field_name, 1}, - [6] = - {field_exprs, 0}, - [7] = - {field_expr, 1}, - [8] = - {field_element, 0}, - [9] = - {field_var, 0}, - [10] = - {field_ty, 1}, - {field_var, 0}, - [12] = - {field_name, 0}, - {field_value, 1}, - [14] = - {field_args, 1}, - {field_expr, 0}, - [16] = - {field_module, 0}, - [17] = - {field_fun, 1}, - {field_module, 0}, - [19] = - {field_field, 1}, - {field_name, 0}, - [21] = - {field_fields, 1, .inherited = true}, - {field_name, 0}, - [23] = - {field_elems, 0}, - {field_elems, 1}, - [25] = - {field_operand, 1}, - [26] = - {field_clauses, 1}, - [27] = - {field_clauses, 0}, - {field_clauses, 1, .inherited = true}, - [29] = - {field_clauses, 0, .inherited = true}, - {field_clauses, 1, .inherited = true}, - [31] = - {field_args, 1}, - {field_body, 2}, - {field_name, 0}, - [34] = - {field_cond, 2}, - [35] = - {field_name, 0}, - [36] = - {field_name, 2, .inherited = true}, - {field_ty, 2, .inherited = true}, - [38] = - {field_args, 1}, - {field_name, 0}, - [40] = - {field_fun, 2, .inherited = true}, - {field_module, 2, .inherited = true}, - {field_sigs, 2, .inherited = true}, - [43] = - {field_fun, 0, .inherited = true}, - {field_module, 0, .inherited = true}, - {field_sigs, 1}, - [46] = - {field_expr, 0}, - [47] = - {field_exprs, 0}, - {field_exprs, 1, .inherited = true}, - [49] = - {field_body, 1}, - {field_guard, 0}, - [51] = - {field_exprs, 1}, - [52] = - {field_arity, 2}, - {field_fun, 1}, - [54] = - {field_args, 0}, - {field_body, 1}, - [56] = - {field_elements, 1}, - [57] = - {field_element, 0}, - {field_size, 1}, - [59] = - {field_element, 0}, - {field_types, 1}, - [61] = - {field_body, 1}, - {field_pat, 0}, - [63] = - {field_clauses, 1, .inherited = true}, - [64] = - {field_after, 1}, - [65] = - {field_after, 2, .inherited = true}, - {field_catch, 2, .inherited = true}, - {field_exprs, 1}, - [68] = - {field_clauses, 2, .inherited = true}, - {field_exprs, 1}, - [70] = - {field_name, 2}, - [71] = - {field_lhs, 0}, - {field_rhs, 2}, - [73] = - {field_expr, 0}, - {field_field, 2}, - {field_name, 1}, - [76] = - {field_expr, 0}, - {field_fields, 2, .inherited = true}, - {field_name, 1}, - [79] = - {field_args, 1}, - [80] = - {field_guard, 1}, - [81] = - {field_args, 1}, - {field_body, 3}, - {field_guard, 2, .inherited = true}, - {field_name, 0}, - [85] = - {field_name, 0}, - {field_ty, 2}, - [87] = - {field_fun, 0, .inherited = true}, - {field_module, 0, .inherited = true}, - {field_sigs, 1}, - {field_sigs, 2, .inherited = true}, - [91] = - {field_exprs, 0, .inherited = true}, - {field_exprs, 1, .inherited = true}, - [93] = - {field_clauses, 1}, - {field_clauses, 2, .inherited = true}, - [95] = - {field_expr, 1}, - {field_lc_exprs, 2}, - [97] = - {field_exprs, 1}, - {field_exprs, 2, .inherited = true}, - [99] = - {field_expr, 1}, - {field_expr, 2, .inherited = true}, - [101] = - {field_expr, 0, .inherited = true}, - {field_expr, 1, .inherited = true}, - [103] = - {field_sig, 2}, - [104] = - {field_arity, 3}, - {field_fun, 2}, - {field_module, 1}, - [107] = - {field_value, 1}, - [108] = - {field_args, 0}, - {field_body, 2}, - {field_guard, 1, .inherited = true}, - [111] = - {field_elements, 1}, - {field_elements, 2, .inherited = true}, - [113] = - {field_elements, 0, .inherited = true}, - {field_elements, 1, .inherited = true}, - [115] = - {field_size, 1}, - [116] = - {field_types, 1}, - [117] = - {field_element, 0}, - {field_size, 1}, - {field_types, 2}, - [120] = - {field_fields, 2}, - [121] = - {field_body, 2}, - {field_expr, 1}, - [123] = - {field_body, 2}, - {field_guard, 1, .inherited = true}, - {field_pat, 0}, - [126] = - {field_after, 2}, - {field_clauses, 1, .inherited = true}, - [128] = - {field_after, 0}, - [129] = - {field_after, 3, .inherited = true}, - {field_catch, 3, .inherited = true}, - {field_exprs, 1}, - {field_exprs, 2, .inherited = true}, - [133] = - {field_clauses, 3, .inherited = true}, - {field_exprs, 1}, - {field_exprs, 2, .inherited = true}, - [136] = - {field_fields, 1}, - [137] = - {field_expr, 1}, - {field_name, 0}, - [139] = - {field_name, 0}, - {field_ty, 1}, - [141] = - {field_args, 1}, - {field_args, 2, .inherited = true}, - [143] = - {field_args, 0, .inherited = true}, - {field_args, 1, .inherited = true}, - [145] = - {field_file, 3}, - [146] = - {field_name, 3}, - [147] = - {field_guard, 0}, - [148] = - {field_funs, 0}, - [149] = - {field_arity, 1}, - {field_fun, 0}, - [151] = - {field_callbacks, 0}, - [152] = - {field_types, 0}, - [153] = - {field_options, 3}, - [154] = - {field_fa, 1}, - [155] = - {field_attr, 3}, - [156] = - {field_args, 0}, - [157] = - {field_fun, 1, .inherited = true}, - {field_module, 1, .inherited = true}, - {field_sigs, 2}, - [160] = - {field_sigs, 1}, - [161] = - {field_sigs, 0, .inherited = true}, - {field_sigs, 1, .inherited = true}, - [163] = - {field_args, 0}, - {field_ty, 2}, - [165] = - {field_expr, 0}, - {field_guard, 2}, - [167] = - {field_types, 1}, - {field_types, 2, .inherited = true}, - [169] = - {field_key, 0}, - {field_value, 2}, - [171] = - {field_expr, 2}, - {field_lc_exprs, 3}, - [173] = - {field_fields, 2}, - {field_fields, 3, .inherited = true}, - [175] = - {field_fields, 0, .inherited = true}, - {field_fields, 1, .inherited = true}, - [177] = - {field_clauses, 3, .inherited = true}, - {field_expr, 1}, - [179] = - {field_class, 0}, - [180] = - {field_catch, 1}, - [181] = - {field_after, 4, .inherited = true}, - {field_catch, 4, .inherited = true}, - {field_clauses, 3, .inherited = true}, - {field_exprs, 1}, - [185] = - {field_expr, 0}, - {field_fields, 3}, - [187] = - {field_fields, 1}, - {field_fields, 2, .inherited = true}, - [189] = - {field_expr, 1}, - {field_name, 0}, - {field_ty, 2}, - [192] = - {field_lhs, 3}, - [193] = - {field_guard, 0}, - {field_guard, 1, .inherited = true}, - [195] = - {field_funs, 1}, - [196] = - {field_funs, 0, .inherited = true}, - {field_funs, 1, .inherited = true}, - [198] = - {field_callbacks, 1}, - [199] = - {field_callbacks, 0, .inherited = true}, - {field_callbacks, 1, .inherited = true}, - [201] = - {field_types, 0, .inherited = true}, - {field_types, 1, .inherited = true}, - [203] = - {field_fa, 1}, - {field_fa, 2, .inherited = true}, - [205] = - {field_fa, 0, .inherited = true}, - {field_fa, 1, .inherited = true}, - [207] = - {field_name, 1}, - {field_ty, 3}, - [209] = - {field_fields, 4, .inherited = true}, - {field_name, 3}, - [211] = - {field_fun, 1, .inherited = true}, - {field_module, 1, .inherited = true}, - {field_sigs, 2}, - {field_sigs, 3, .inherited = true}, - [215] = - {field_args, 0}, - {field_guard, 3}, - {field_ty, 2}, - [218] = - {field_size, 2}, - [219] = - {field_after, 2}, - {field_catch, 1}, - [221] = - {field_catch, 1}, - {field_catch, 2, .inherited = true}, - [223] = - {field_catch, 0, .inherited = true}, - {field_catch, 1, .inherited = true}, - [225] = - {field_body, 2}, - {field_class, 0}, - {field_pat, 1}, - [228] = - {field_after, 5, .inherited = true}, - {field_catch, 5, .inherited = true}, - {field_clauses, 4, .inherited = true}, - {field_exprs, 1}, - {field_exprs, 2, .inherited = true}, - [233] = - {field_expr, 0}, - {field_fields, 3}, - {field_fields, 4, .inherited = true}, - [236] = - {field_guard, 0, .inherited = true}, - {field_guard, 1, .inherited = true}, - [238] = - {field_lhs, 3}, - {field_replacement, 5}, - [240] = - {field_funs, 4}, - [241] = - {field_callbacks, 4}, - [242] = - {field_types, 4}, - [243] = - {field_original_file, 3}, - {field_original_line, 5}, - [245] = - {field_arity, 3}, - {field_fun, 1}, - [247] = - {field_fields, 5, .inherited = true}, - {field_name, 3}, - [249] = - {field_guards, 1}, - [250] = - {field_after, 3}, - {field_catch, 1}, - {field_catch, 2, .inherited = true}, - [253] = - {field_class, 1}, - [254] = - {field_body, 3}, - {field_class, 0}, - {field_guard, 2, .inherited = true}, - {field_pat, 1}, - [258] = - {field_body, 3}, - {field_class, 0}, - {field_pat, 1}, - {field_stack, 2}, - [262] = - {field_funs, 4}, - {field_funs, 5, .inherited = true}, - [264] = - {field_module, 3}, - [265] = - {field_callbacks, 4}, - {field_callbacks, 5, .inherited = true}, - [267] = - {field_types, 4}, - {field_types, 5, .inherited = true}, - [269] = - {field_atom, 0}, - [270] = - {field_atom, 1, .inherited = true}, - {field_comment, 1, .inherited = true}, - {field_desc, 1}, - [273] = - {field_comment, 0}, - [274] = - {field_elems, 0}, - [275] = - {field_arity, 3}, - {field_desc, 4}, - {field_fun, 1}, - [278] = - {field_guards, 1}, - {field_guards, 2, .inherited = true}, - [280] = - {field_body, 4}, - {field_class, 0}, - {field_guard, 3, .inherited = true}, - {field_pat, 1}, - {field_stack, 2}, - [285] = - {field_funs, 6}, - {field_module, 3}, - [287] = - {field_guards, 0, .inherited = true}, - {field_guards, 1, .inherited = true}, - [289] = - {field_funs, 6}, - {field_funs, 7, .inherited = true}, - {field_module, 3}, -}; - -static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { - [0] = {0}, -}; - -static const uint16_t ts_non_terminal_alias_map[] = { - 0, -}; - -static const TSStateId ts_primary_state_ids[STATE_COUNT] = { - [0] = 0, - [1] = 1, - [2] = 2, - [3] = 3, - [4] = 3, - [5] = 3, - [6] = 6, - [7] = 7, - [8] = 8, - [9] = 9, - [10] = 8, - [11] = 9, - [12] = 12, - [13] = 12, - [14] = 8, - [15] = 9, - [16] = 12, - [17] = 17, - [18] = 18, - [19] = 19, - [20] = 20, - [21] = 20, - [22] = 20, - [23] = 20, - [24] = 19, - [25] = 20, - [26] = 18, - [27] = 19, - [28] = 18, - [29] = 20, - [30] = 30, - [31] = 30, - [32] = 32, - [33] = 33, - [34] = 34, - [35] = 34, - [36] = 33, - [37] = 34, - [38] = 34, - [39] = 33, - [40] = 40, - [41] = 41, - [42] = 42, - [43] = 43, - [44] = 44, - [45] = 43, - [46] = 46, - [47] = 47, - [48] = 44, - [49] = 49, - [50] = 46, - [51] = 43, - [52] = 52, - [53] = 53, - [54] = 54, - [55] = 49, - [56] = 44, - [57] = 57, - [58] = 58, - [59] = 59, - [60] = 60, - [61] = 61, - [62] = 62, - [63] = 63, - [64] = 64, - [65] = 65, - [66] = 66, - [67] = 67, - [68] = 68, - [69] = 64, - [70] = 70, - [71] = 71, - [72] = 72, - [73] = 73, - [74] = 74, - [75] = 75, - [76] = 57, - [77] = 77, - [78] = 78, - [79] = 79, - [80] = 80, - [81] = 81, - [82] = 82, - [83] = 74, - [84] = 75, - [85] = 77, - [86] = 78, - [87] = 79, - [88] = 80, - [89] = 82, - [90] = 90, - [91] = 58, - [92] = 92, - [93] = 81, - [94] = 90, - [95] = 71, - [96] = 66, - [97] = 65, - [98] = 61, - [99] = 60, - [100] = 100, - [101] = 101, - [102] = 102, - [103] = 70, - [104] = 74, - [105] = 75, - [106] = 77, - [107] = 78, - [108] = 79, - [109] = 80, - [110] = 82, - [111] = 90, - [112] = 58, - [113] = 92, - [114] = 81, - [115] = 115, - [116] = 71, - [117] = 117, - [118] = 66, - [119] = 92, - [120] = 65, - [121] = 61, - [122] = 60, - [123] = 100, - [124] = 70, - [125] = 81, - [126] = 71, - [127] = 127, - [128] = 81, - [129] = 92, - [130] = 58, - [131] = 90, - [132] = 82, - [133] = 100, - [134] = 134, - [135] = 82, - [136] = 80, - [137] = 79, - [138] = 64, - [139] = 78, - [140] = 140, - [141] = 77, - [142] = 60, - [143] = 71, - [144] = 144, - [145] = 81, - [146] = 92, - [147] = 75, - [148] = 148, - [149] = 58, - [150] = 74, - [151] = 71, - [152] = 60, - [153] = 90, - [154] = 92, - [155] = 58, - [156] = 90, - [157] = 82, - [158] = 80, - [159] = 79, - [160] = 78, - [161] = 161, - [162] = 77, - [163] = 75, - [164] = 74, - [165] = 165, - [166] = 166, - [167] = 80, - [168] = 60, - [169] = 79, - [170] = 170, - [171] = 74, - [172] = 72, - [173] = 78, - [174] = 81, - [175] = 75, - [176] = 77, - [177] = 177, - [178] = 177, - [179] = 177, - [180] = 180, - [181] = 181, - [182] = 182, - [183] = 183, - [184] = 184, - [185] = 185, - [186] = 186, - [187] = 187, - [188] = 188, - [189] = 189, - [190] = 190, - [191] = 191, - [192] = 192, - [193] = 193, - [194] = 194, - [195] = 195, - [196] = 196, - [197] = 197, - [198] = 198, - [199] = 199, - [200] = 200, - [201] = 201, - [202] = 202, - [203] = 203, - [204] = 204, - [205] = 205, - [206] = 206, - [207] = 207, - [208] = 208, - [209] = 209, - [210] = 210, - [211] = 211, - [212] = 212, - [213] = 213, - [214] = 214, - [215] = 215, - [216] = 216, - [217] = 217, - [218] = 218, - [219] = 219, - [220] = 220, - [221] = 221, - [222] = 222, - [223] = 223, - [224] = 224, - [225] = 225, - [226] = 226, - [227] = 227, - [228] = 228, - [229] = 229, - [230] = 230, - [231] = 231, - [232] = 232, - [233] = 233, - [234] = 234, - [235] = 235, - [236] = 236, - [237] = 237, - [238] = 238, - [239] = 239, - [240] = 240, - [241] = 241, - [242] = 242, - [243] = 243, - [244] = 244, - [245] = 245, - [246] = 246, - [247] = 247, - [248] = 248, - [249] = 249, - [250] = 250, - [251] = 251, - [252] = 252, - [253] = 253, - [254] = 254, - [255] = 255, - [256] = 256, - [257] = 257, - [258] = 258, - [259] = 259, - [260] = 260, - [261] = 261, - [262] = 262, - [263] = 263, - [264] = 264, - [265] = 265, - [266] = 266, - [267] = 267, - [268] = 268, - [269] = 269, - [270] = 270, - [271] = 271, - [272] = 272, - [273] = 273, - [274] = 274, - [275] = 275, - [276] = 276, - [277] = 277, - [278] = 278, - [279] = 279, - [280] = 280, - [281] = 281, - [282] = 282, - [283] = 283, - [284] = 284, - [285] = 285, - [286] = 286, - [287] = 287, - [288] = 287, - [289] = 287, - [290] = 290, - [291] = 181, - [292] = 180, - [293] = 293, - [294] = 294, - [295] = 295, - [296] = 264, - [297] = 183, - [298] = 266, - [299] = 188, - [300] = 190, - [301] = 186, - [302] = 285, - [303] = 283, - [304] = 184, - [305] = 187, - [306] = 189, - [307] = 274, - [308] = 308, - [309] = 286, - [310] = 284, - [311] = 280, - [312] = 278, - [313] = 277, - [314] = 276, - [315] = 279, - [316] = 282, - [317] = 185, - [318] = 281, - [319] = 275, - [320] = 320, - [321] = 321, - [322] = 201, - [323] = 321, - [324] = 320, - [325] = 320, - [326] = 326, - [327] = 278, - [328] = 274, - [329] = 294, - [330] = 286, - [331] = 284, - [332] = 283, - [333] = 280, - [334] = 285, - [335] = 278, - [336] = 276, - [337] = 274, - [338] = 279, - [339] = 282, - [340] = 281, - [341] = 275, - [342] = 277, - [343] = 286, - [344] = 284, - [345] = 280, - [346] = 276, - [347] = 347, - [348] = 285, - [349] = 283, - [350] = 350, - [351] = 279, - [352] = 282, - [353] = 281, - [354] = 275, - [355] = 277, - [356] = 218, - [357] = 357, - [358] = 212, - [359] = 232, - [360] = 260, - [361] = 210, - [362] = 217, - [363] = 246, - [364] = 219, - [365] = 228, - [366] = 238, - [367] = 223, - [368] = 240, - [369] = 267, - [370] = 198, - [371] = 229, - [372] = 372, - [373] = 263, - [374] = 372, - [375] = 242, - [376] = 237, - [377] = 234, - [378] = 191, - [379] = 230, - [380] = 264, - [381] = 194, - [382] = 254, - [383] = 249, - [384] = 216, - [385] = 385, - [386] = 386, - [387] = 199, - [388] = 205, - [389] = 192, - [390] = 386, - [391] = 203, - [392] = 227, - [393] = 357, - [394] = 204, - [395] = 258, - [396] = 231, - [397] = 236, - [398] = 398, - [399] = 283, - [400] = 241, - [401] = 357, - [402] = 386, - [403] = 372, - [404] = 372, - [405] = 250, - [406] = 252, - [407] = 256, - [408] = 262, - [409] = 235, - [410] = 372, - [411] = 220, - [412] = 206, - [413] = 209, - [414] = 243, - [415] = 197, - [416] = 222, - [417] = 372, - [418] = 274, - [419] = 286, - [420] = 284, - [421] = 280, - [422] = 278, - [423] = 423, - [424] = 276, - [425] = 279, - [426] = 282, - [427] = 281, - [428] = 275, - [429] = 277, - [430] = 225, - [431] = 226, - [432] = 195, - [433] = 433, - [434] = 233, - [435] = 285, - [436] = 436, - [437] = 213, - [438] = 438, - [439] = 439, - [440] = 440, - [441] = 441, - [442] = 224, - [443] = 265, - [444] = 247, - [445] = 445, - [446] = 245, - [447] = 196, - [448] = 214, - [449] = 239, - [450] = 221, - [451] = 200, - [452] = 261, - [453] = 244, - [454] = 255, - [455] = 259, - [456] = 208, - [457] = 215, - [458] = 266, - [459] = 207, - [460] = 193, - [461] = 461, - [462] = 462, - [463] = 285, - [464] = 271, - [465] = 465, - [466] = 274, - [467] = 201, - [468] = 268, - [469] = 469, - [470] = 470, - [471] = 462, - [472] = 270, - [473] = 473, - [474] = 294, - [475] = 470, - [476] = 476, - [477] = 477, - [478] = 273, - [479] = 277, - [480] = 275, - [481] = 481, - [482] = 281, - [483] = 282, - [484] = 279, - [485] = 276, - [486] = 278, - [487] = 280, - [488] = 284, - [489] = 286, - [490] = 272, - [491] = 283, - [492] = 462, - [493] = 274, - [494] = 494, - [495] = 473, - [496] = 496, - [497] = 497, - [498] = 473, - [499] = 269, - [500] = 500, - [501] = 201, - [502] = 502, - [503] = 503, - [504] = 504, - [505] = 505, - [506] = 506, - [507] = 507, - [508] = 508, - [509] = 509, - [510] = 184, - [511] = 511, - [512] = 507, - [513] = 513, - [514] = 201, - [515] = 511, - [516] = 516, - [517] = 517, - [518] = 518, - [519] = 496, - [520] = 507, - [521] = 511, - [522] = 522, - [523] = 523, - [524] = 180, - [525] = 181, - [526] = 526, - [527] = 224, - [528] = 245, - [529] = 529, - [530] = 350, - [531] = 183, - [532] = 532, - [533] = 533, - [534] = 534, - [535] = 535, - [536] = 184, - [537] = 185, - [538] = 189, - [539] = 188, - [540] = 187, - [541] = 186, - [542] = 542, - [543] = 190, - [544] = 266, - [545] = 223, - [546] = 252, - [547] = 191, - [548] = 238, - [549] = 228, - [550] = 219, - [551] = 201, - [552] = 205, - [553] = 224, - [554] = 245, - [555] = 198, - [556] = 217, - [557] = 267, - [558] = 210, - [559] = 218, - [560] = 240, - [561] = 214, - [562] = 265, - [563] = 246, - [564] = 260, - [565] = 232, - [566] = 212, - [567] = 247, - [568] = 221, - [569] = 258, - [570] = 227, - [571] = 244, - [572] = 242, - [573] = 237, - [574] = 234, - [575] = 230, - [576] = 194, - [577] = 254, - [578] = 249, - [579] = 216, - [580] = 213, - [581] = 195, - [582] = 199, - [583] = 231, - [584] = 192, - [585] = 203, - [586] = 204, - [587] = 236, - [588] = 206, - [589] = 222, - [590] = 225, - [591] = 226, - [592] = 229, - [593] = 233, - [594] = 241, - [595] = 207, - [596] = 208, - [597] = 250, - [598] = 256, - [599] = 262, - [600] = 261, - [601] = 235, - [602] = 220, - [603] = 209, - [604] = 505, - [605] = 605, - [606] = 197, - [607] = 243, - [608] = 608, - [609] = 609, - [610] = 610, - [611] = 611, - [612] = 180, - [613] = 181, - [614] = 614, - [615] = 615, - [616] = 616, - [617] = 617, - [618] = 618, - [619] = 619, - [620] = 620, - [621] = 621, - [622] = 621, - [623] = 623, - [624] = 621, - [625] = 625, - [626] = 621, - [627] = 627, - [628] = 628, - [629] = 621, - [630] = 630, - [631] = 631, - [632] = 632, - [633] = 633, - [634] = 634, - [635] = 621, - [636] = 621, - [637] = 637, - [638] = 638, - [639] = 639, - [640] = 640, - [641] = 641, - [642] = 642, - [643] = 643, - [644] = 643, - [645] = 350, - [646] = 643, - [647] = 647, - [648] = 643, - [649] = 649, - [650] = 650, - [651] = 651, - [652] = 652, - [653] = 653, - [654] = 654, - [655] = 655, - [656] = 617, - [657] = 654, - [658] = 654, - [659] = 652, - [660] = 660, - [661] = 661, - [662] = 662, - [663] = 663, - [664] = 664, - [665] = 665, - [666] = 664, - [667] = 665, - [668] = 652, - [669] = 665, - [670] = 670, - [671] = 671, - [672] = 672, - [673] = 673, - [674] = 674, - [675] = 675, - [676] = 676, - [677] = 677, - [678] = 673, - [679] = 679, - [680] = 673, - [681] = 681, - [682] = 682, - [683] = 683, - [684] = 684, - [685] = 685, - [686] = 686, - [687] = 687, - [688] = 688, - [689] = 689, - [690] = 690, - [691] = 690, - [692] = 692, - [693] = 693, - [694] = 694, - [695] = 695, - [696] = 696, - [697] = 697, - [698] = 698, - [699] = 699, - [700] = 700, - [701] = 701, - [702] = 701, - [703] = 703, - [704] = 704, - [705] = 705, - [706] = 706, - [707] = 707, - [708] = 708, - [709] = 709, - [710] = 183, - [711] = 711, - [712] = 700, - [713] = 713, - [714] = 714, - [715] = 715, - [716] = 716, - [717] = 717, - [718] = 718, - [719] = 719, - [720] = 689, - [721] = 721, - [722] = 722, - [723] = 723, - [724] = 724, - [725] = 725, - [726] = 726, - [727] = 701, - [728] = 728, - [729] = 729, - [730] = 730, - [731] = 731, - [732] = 732, - [733] = 692, - [734] = 734, - [735] = 735, - [736] = 700, - [737] = 737, - [738] = 699, - [739] = 739, - [740] = 740, - [741] = 741, - [742] = 742, - [743] = 743, - [744] = 718, - [745] = 745, - [746] = 746, - [747] = 747, - [748] = 699, - [749] = 749, - [750] = 750, - [751] = 751, - [752] = 692, - [753] = 753, - [754] = 690, - [755] = 755, - [756] = 756, - [757] = 757, - [758] = 689, - [759] = 759, - [760] = 760, - [761] = 761, - [762] = 762, - [763] = 718, - [764] = 700, - [765] = 765, - [766] = 766, - [767] = 767, - [768] = 768, - [769] = 769, - [770] = 770, - [771] = 771, - [772] = 772, - [773] = 773, - [774] = 774, - [775] = 775, - [776] = 776, - [777] = 718, - [778] = 778, - [779] = 779, - [780] = 780, - [781] = 781, - [782] = 782, - [783] = 783, - [784] = 784, - [785] = 785, - [786] = 786, - [787] = 786, - [788] = 788, - [789] = 789, - [790] = 617, - [791] = 791, - [792] = 785, - [793] = 791, - [794] = 794, - [795] = 795, - [796] = 796, - [797] = 797, - [798] = 788, - [799] = 799, - [800] = 800, - [801] = 797, - [802] = 796, - [803] = 803, - [804] = 797, - [805] = 796, - [806] = 806, - [807] = 795, - [808] = 808, - [809] = 809, - [810] = 810, - [811] = 811, - [812] = 812, - [813] = 813, - [814] = 814, - [815] = 815, - [816] = 816, - [817] = 785, - [818] = 818, - [819] = 819, - [820] = 820, - [821] = 821, - [822] = 822, - [823] = 823, - [824] = 786, - [825] = 797, - [826] = 826, - [827] = 827, - [828] = 828, - [829] = 829, - [830] = 830, - [831] = 830, - [832] = 832, - [833] = 833, - [834] = 834, - [835] = 835, - [836] = 836, - [837] = 832, - [838] = 838, - [839] = 839, - [840] = 828, - [841] = 841, - [842] = 842, - [843] = 843, - [844] = 844, - [845] = 845, - [846] = 846, - [847] = 205, - [848] = 848, - [849] = 838, - [850] = 835, - [851] = 851, - [852] = 852, - [853] = 853, - [854] = 854, - [855] = 855, - [856] = 856, - [857] = 857, - [858] = 858, - [859] = 859, - [860] = 860, - [861] = 861, - [862] = 862, - [863] = 863, - [864] = 864, - [865] = 829, - [866] = 866, - [867] = 841, - [868] = 868, - [869] = 869, - [870] = 852, - [871] = 871, - [872] = 872, - [873] = 873, - [874] = 874, - [875] = 875, - [876] = 876, - [877] = 877, - [878] = 874, - [879] = 879, - [880] = 880, - [881] = 830, - [882] = 882, - [883] = 883, - [884] = 884, - [885] = 885, - [886] = 886, - [887] = 887, - [888] = 888, - [889] = 889, - [890] = 188, - [891] = 885, - [892] = 892, - [893] = 893, - [894] = 833, - [895] = 190, - [896] = 896, - [897] = 897, - [898] = 187, - [899] = 899, - [900] = 189, - [901] = 901, - [902] = 875, - [903] = 832, - [904] = 904, - [905] = 905, - [906] = 906, - [907] = 907, - [908] = 833, - [909] = 832, - [910] = 910, - [911] = 911, - [912] = 912, - [913] = 876, - [914] = 914, - [915] = 829, - [916] = 839, - [917] = 885, - [918] = 918, - [919] = 919, - [920] = 920, - [921] = 830, - [922] = 874, - [923] = 859, - [924] = 876, - [925] = 833, - [926] = 875, - [927] = 836, - [928] = 826, - [929] = 929, - [930] = 930, - [931] = 931, - [932] = 932, - [933] = 833, - [934] = 829, - [935] = 859, - [936] = 856, - [937] = 855, - [938] = 826, - [939] = 852, - [940] = 835, - [941] = 838, - [942] = 942, - [943] = 943, - [944] = 944, - [945] = 828, - [946] = 946, - [947] = 856, - [948] = 826, - [949] = 841, - [950] = 868, - [951] = 828, - [952] = 839, - [953] = 855, - [954] = 954, - [955] = 955, - [956] = 929, - [957] = 836, - [958] = 958, - [959] = 959, - [960] = 919, - [961] = 961, - [962] = 962, - [963] = 963, - [964] = 964, - [965] = 965, - [966] = 966, - [967] = 967, - [968] = 968, - [969] = 969, - [970] = 970, - [971] = 971, - [972] = 972, - [973] = 973, - [974] = 974, - [975] = 975, - [976] = 976, - [977] = 977, - [978] = 978, - [979] = 979, - [980] = 980, - [981] = 981, - [982] = 982, - [983] = 983, - [984] = 971, - [985] = 979, - [986] = 986, - [987] = 987, - [988] = 988, - [989] = 989, - [990] = 990, - [991] = 991, - [992] = 992, - [993] = 968, - [994] = 994, - [995] = 995, - [996] = 996, - [997] = 997, - [998] = 967, - [999] = 999, - [1000] = 1000, - [1001] = 973, - [1002] = 1002, - [1003] = 1003, - [1004] = 1004, - [1005] = 1005, - [1006] = 1006, - [1007] = 971, - [1008] = 1008, - [1009] = 1009, - [1010] = 1010, - [1011] = 971, - [1012] = 1012, - [1013] = 1013, - [1014] = 1014, - [1015] = 1015, - [1016] = 1016, - [1017] = 1017, - [1018] = 1018, - [1019] = 1019, - [1020] = 1020, - [1021] = 1021, - [1022] = 1022, - [1023] = 1023, - [1024] = 1024, - [1025] = 1025, - [1026] = 1026, - [1027] = 1027, - [1028] = 1028, - [1029] = 1029, - [1030] = 1030, - [1031] = 1031, - [1032] = 1032, - [1033] = 1033, - [1034] = 1034, - [1035] = 1035, - [1036] = 1036, - [1037] = 1037, - [1038] = 1038, - [1039] = 1039, - [1040] = 1040, - [1041] = 1041, - [1042] = 1042, - [1043] = 1043, - [1044] = 1044, - [1045] = 1045, - [1046] = 1046, - [1047] = 1026, - [1048] = 1048, - [1049] = 1040, - [1050] = 1050, - [1051] = 1051, - [1052] = 1052, - [1053] = 1053, - [1054] = 1054, - [1055] = 1055, - [1056] = 1056, - [1057] = 1057, - [1058] = 1058, - [1059] = 1059, - [1060] = 1060, - [1061] = 1061, - [1062] = 1062, - [1063] = 1063, - [1064] = 1039, - [1065] = 1065, - [1066] = 1066, - [1067] = 1067, - [1068] = 1037, - [1069] = 1069, - [1070] = 1070, - [1071] = 1071, - [1072] = 1072, - [1073] = 1073, - [1074] = 1074, - [1075] = 1075, - [1076] = 1076, - [1077] = 1045, - [1078] = 1022, - [1079] = 1079, - [1080] = 1080, - [1081] = 1081, - [1082] = 1082, - [1083] = 1025, - [1084] = 1084, - [1085] = 1085, - [1086] = 1086, - [1087] = 1087, - [1088] = 1088, - [1089] = 1089, - [1090] = 1090, - [1091] = 1091, - [1092] = 1092, - [1093] = 1093, - [1094] = 1094, - [1095] = 1095, - [1096] = 1096, - [1097] = 1037, - [1098] = 1098, - [1099] = 1099, - [1100] = 1100, - [1101] = 1101, - [1102] = 1102, - [1103] = 1032, - [1104] = 1028, - [1105] = 1033, - [1106] = 1106, - [1107] = 1017, - [1108] = 1022, - [1109] = 1026, - [1110] = 1028, - [1111] = 1111, - [1112] = 1112, - [1113] = 1113, - [1114] = 1114, - [1115] = 1115, - [1116] = 1116, - [1117] = 1117, - [1118] = 1017, - [1119] = 1119, - [1120] = 1120, - [1121] = 1121, - [1122] = 1122, - [1123] = 1123, - [1124] = 1124, - [1125] = 1125, - [1126] = 1126, - [1127] = 1127, - [1128] = 1128, - [1129] = 1129, - [1130] = 1130, - [1131] = 1045, - [1132] = 1132, - [1133] = 1120, - [1134] = 1134, - [1135] = 1135, - [1136] = 1073, - [1137] = 1043, - [1138] = 1138, - [1139] = 1139, - [1140] = 1140, - [1141] = 1033, - [1142] = 1142, - [1143] = 1143, - [1144] = 1144, - [1145] = 1145, - [1146] = 1146, - [1147] = 1147, - [1148] = 1148, - [1149] = 1149, - [1150] = 1150, - [1151] = 1151, - [1152] = 1152, - [1153] = 1153, - [1154] = 1154, - [1155] = 1155, - [1156] = 1156, - [1157] = 1157, - [1158] = 1158, - [1159] = 1159, - [1160] = 1043, - [1161] = 1025, - [1162] = 1162, - [1163] = 1163, - [1164] = 1040, - [1165] = 1032, - [1166] = 1039, - [1167] = 1031, -}; - -static bool ts_lex(TSLexer *lexer, TSStateId state) { - START_LEXER(); - eof = lexer->eof(lexer); - switch (state) { - case 0: - if (eof) ADVANCE(181); - if (lookahead == '!') ADVANCE(232); - if (lookahead == '"') ADVANCE(5); - if (lookahead == '#') ADVANCE(238); - if (lookahead == '$') ADVANCE(155); - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(8); - if (lookahead == '(') ADVANCE(186); - if (lookahead == ')') ADVANCE(187); - if (lookahead == '*') ADVANCE(237); - if (lookahead == '+') ADVANCE(247); - if (lookahead == ',') ADVANCE(199); - if (lookahead == '-') ADVANCE(183); - if (lookahead == '.') ADVANCE(188); - if (lookahead == '/') ADVANCE(236); - if (lookahead == ':') ADVANCE(223); - if (lookahead == ';') ADVANCE(221); - if (lookahead == '<') ADVANCE(254); - if (lookahead == '=') ADVANCE(230); - if (lookahead == '>') ADVANCE(256); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '[') ADVANCE(204); - if (lookahead == ']') ADVANCE(205); - if (lookahead == '{') ADVANCE(212); - if (lookahead == '|') ADVANCE(226); - if (lookahead == '}') ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(261); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(0) - END_STATE(); - case 1: - if (lookahead == '!') ADVANCE(232); - if (lookahead == '"') ADVANCE(5); - if (lookahead == '#') ADVANCE(238); - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(119); - if (lookahead == '(') ADVANCE(186); - if (lookahead == ')') ADVANCE(187); - if (lookahead == '*') ADVANCE(237); - if (lookahead == '+') ADVANCE(247); - if (lookahead == ',') ADVANCE(199); - if (lookahead == '-') ADVANCE(183); - if (lookahead == '.') ADVANCE(188); - if (lookahead == '/') ADVANCE(236); - if (lookahead == ':') ADVANCE(223); - if (lookahead == ';') ADVANCE(221); - if (lookahead == '<') ADVANCE(253); - if (lookahead == '=') ADVANCE(230); - if (lookahead == '>') ADVANCE(256); - if (lookahead == '?') ADVANCE(245); - if (lookahead == ']') ADVANCE(205); - if (lookahead == '|') ADVANCE(226); - if (lookahead == '}') ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(263); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(1) - END_STATE(); - case 2: - if (lookahead == '!') ADVANCE(232); - if (lookahead == '"') ADVANCE(5); - if (lookahead == '#') ADVANCE(238); - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(119); - if (lookahead == '(') ADVANCE(186); - if (lookahead == '*') ADVANCE(237); - if (lookahead == '+') ADVANCE(247); - if (lookahead == ',') ADVANCE(199); - if (lookahead == '-') ADVANCE(183); - if (lookahead == '.') ADVANCE(147); - if (lookahead == '/') ADVANCE(236); - if (lookahead == ':') ADVANCE(223); - if (lookahead == '<') ADVANCE(254); - if (lookahead == '=') ADVANCE(230); - if (lookahead == '>') ADVANCE(256); - if (lookahead == '?') ADVANCE(245); - if (lookahead == ']') ADVANCE(205); - if (lookahead == '|') ADVANCE(225); - if (lookahead == '}') ADVANCE(213); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(2) - END_STATE(); - case 3: - if (lookahead == '"') ADVANCE(5); - if (lookahead == '#') ADVANCE(238); - if (lookahead == '$') ADVANCE(155); - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(119); - if (lookahead == '(') ADVANCE(186); - if (lookahead == ')') ADVANCE(187); - if (lookahead == '*') ADVANCE(237); - if (lookahead == '+') ADVANCE(246); - if (lookahead == ',') ADVANCE(199); - if (lookahead == '-') ADVANCE(182); - if (lookahead == '.') ADVANCE(189); - if (lookahead == '/') ADVANCE(235); - if (lookahead == ':') ADVANCE(222); - if (lookahead == ';') ADVANCE(221); - if (lookahead == '<') ADVANCE(151); - if (lookahead == '=') ADVANCE(229); - if (lookahead == '>') ADVANCE(154); - if (lookahead == '?') ADVANCE(244); - if (lookahead == '[') ADVANCE(204); - if (lookahead == ']') ADVANCE(205); - if (lookahead == '{') ADVANCE(212); - if (lookahead == '|') ADVANCE(162); - if (lookahead == '}') ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(261); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(3) - END_STATE(); - case 4: - if (lookahead == '"') ADVANCE(269); - if (lookahead == '\\') ADVANCE(157); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(5); - if (lookahead != 0) ADVANCE(5); - END_STATE(); - case 5: - if (lookahead == '"') ADVANCE(269); - if (lookahead == '\\') ADVANCE(157); - if (lookahead != 0) ADVANCE(5); - END_STATE(); - case 6: - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(18); - if (lookahead == '?') ADVANCE(244); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(6) - END_STATE(); - case 7: - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(159); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(263); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(7) - END_STATE(); - case 8: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(121); - if (lookahead == 'b') ADVANCE(36); - if (lookahead == 'c') ADVANCE(10); - if (lookahead == 'd') ADVANCE(37); - if (lookahead == 'e') ADVANCE(72); - if (lookahead == 'f') ADVANCE(64); - if (lookahead == 'i') ADVANCE(54); - if (lookahead == 'm') ADVANCE(88); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == 'r') ADVANCE(38); - if (lookahead == 's') ADVANCE(95); - if (lookahead == 't') ADVANCE(116); - if (lookahead == 'u') ADVANCE(84); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 9: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(26); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 10: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(75); - if (lookahead == 'o') ADVANCE(83); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 11: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(100); - if (lookahead == 't') ADVANCE(66); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 12: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(115); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 13: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(109); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 14: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(76); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 15: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(22); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 16: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(23); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 17: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(82); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 18: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'b') ADVANCE(36); - if (lookahead == 'c') ADVANCE(10); - if (lookahead == 'd') ADVANCE(37); - if (lookahead == 'e') ADVANCE(72); - if (lookahead == 'f') ADVANCE(64); - if (lookahead == 'i') ADVANCE(54); - if (lookahead == 'm') ADVANCE(88); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == 'r') ADVANCE(38); - if (lookahead == 's') ADVANCE(95); - if (lookahead == 't') ADVANCE(116); - if (lookahead == 'u') ADVANCE(84); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 19: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'b') ADVANCE(15); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 20: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'b') ADVANCE(145); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 21: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'b') ADVANCE(16); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 22: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(71); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 23: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(70); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 24: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(13); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 25: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(74); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 26: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(17); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 27: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(126); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 28: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(92); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 29: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(112); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 30: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(68); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 31: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(39); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 32: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(137); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 33: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(143); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 34: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(52); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 35: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(53); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 36: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(61); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 37: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(55); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 38: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(28); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 39: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(139); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 40: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(27); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 41: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(124); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 42: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(24); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 43: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(125); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 44: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(127); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 45: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(131); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 46: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(135); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 47: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(136); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 48: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(138); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 49: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(144); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 50: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(33); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 51: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(58); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 52: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(59); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 53: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(60); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 54: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(122); - if (lookahead == 'm') ADVANCE(97); - if (lookahead == 'n') ADVANCE(25); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 55: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(63); - if (lookahead == 'p') ADVANCE(104); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 56: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(123); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 57: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(128); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 58: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(129); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 59: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(130); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 60: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(133); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 61: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'h') ADVANCE(12); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 62: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(56); - if (lookahead == 's') ADVANCE(41); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 63: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(86); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 64: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(77); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 65: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(20); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 66: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(90); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 67: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(87); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 68: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(57); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 69: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(80); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 70: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'k') ADVANCE(107); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 71: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'k') ADVANCE(141); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 72: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(62); - if (lookahead == 'n') ADVANCE(30); - if (lookahead == 'x') ADVANCE(94); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 73: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(19); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 74: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(113); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 75: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(73); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 76: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(9); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 77: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(43); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 78: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(65); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 79: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(46); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 80: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(48); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 81: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(21); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 82: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(81); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 83: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'm') ADVANCE(99); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 84: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(34); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 85: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(14); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 86: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(45); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 87: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(105); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 88: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(29); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 89: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(101); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 90: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(85); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 91: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(102); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 92: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(103); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 93: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(11); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 94: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(89); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 95: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(40); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 96: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(44); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 97: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(91); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 98: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(49); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 99: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(69); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 100: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'q') ADVANCE(114); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 101: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(108); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 102: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(110); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 103: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(32); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 104: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(42); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 105: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(140); - if (lookahead == 'u') ADVANCE(106); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 106: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(142); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 107: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(146); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 108: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(132); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 109: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(50); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 110: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(134); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 111: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(117); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 112: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'u') ADVANCE(79); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 113: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'u') ADVANCE(31); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 114: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'u') ADVANCE(47); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 115: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'v') ADVANCE(67); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 116: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'y') ADVANCE(96); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 117: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'y') ADVANCE(98); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 118: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 119: - if (lookahead == '\'') ADVANCE(276); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 120: - if (lookahead == '\'') ADVANCE(214); - END_STATE(); - case 121: - if (lookahead == '\'') ADVANCE(214); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 122: - if (lookahead == '\'') ADVANCE(196); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(51); - if (lookahead == 'n') ADVANCE(35); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 123: - if (lookahead == '\'') ADVANCE(197); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 124: - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 125: - if (lookahead == '\'') ADVANCE(210); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 126: - if (lookahead == '\'') ADVANCE(219); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 127: - if (lookahead == '\'') ADVANCE(215); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 128: - if (lookahead == '\'') ADVANCE(195); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 129: - if (lookahead == '\'') ADVANCE(192); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 130: - if (lookahead == '\'') ADVANCE(191); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 131: - if (lookahead == '\'') ADVANCE(198); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 132: - if (lookahead == '\'') ADVANCE(203); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(111); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 133: - if (lookahead == '\'') ADVANCE(193); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 134: - if (lookahead == '\'') ADVANCE(206); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 135: - if (lookahead == '\'') ADVANCE(200); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 136: - if (lookahead == '\'') ADVANCE(216); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 137: - if (lookahead == '\'') ADVANCE(218); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 138: - if (lookahead == '\'') ADVANCE(209); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 139: - if (lookahead == '\'') ADVANCE(185); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(78); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 140: - if (lookahead == '\'') ADVANCE(202); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 141: - if (lookahead == '\'') ADVANCE(220); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 142: - if (lookahead == '\'') ADVANCE(201); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 143: - if (lookahead == '\'') ADVANCE(211); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 144: - if (lookahead == '\'') ADVANCE(208); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 145: - if (lookahead == '\'') ADVANCE(190); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 146: - if (lookahead == '\'') ADVANCE(207); - if (lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 147: - if (lookahead == '.') ADVANCE(227); - END_STATE(); - case 148: - if (lookahead == '.') ADVANCE(228); - END_STATE(); - case 149: - if (lookahead == '.') ADVANCE(148); - END_STATE(); - case 150: - if (lookahead == ':') ADVANCE(217); - END_STATE(); - case 151: - if (lookahead == '<') ADVANCE(233); - END_STATE(); - case 152: - if (lookahead == '=') ADVANCE(258); - END_STATE(); - case 153: - if (lookahead == '=') ADVANCE(257); - END_STATE(); - case 154: - if (lookahead == '>') ADVANCE(234); - END_STATE(); - case 155: - if (lookahead == '\\') ADVANCE(156); - if (lookahead != 0) ADVANCE(270); - END_STATE(); - case 156: - if (lookahead == '\\') ADVANCE(272); - if (lookahead == '^') ADVANCE(275); - if (lookahead == 'x') ADVANCE(271); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(274); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(270); - END_STATE(); - case 157: - if (lookahead == '^') ADVANCE(178); - if (lookahead == 'x') ADVANCE(160); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(4); - if (lookahead != 0) ADVANCE(5); - END_STATE(); - case 158: - if (lookahead == '^') ADVANCE(179); - if (lookahead == 'x') ADVANCE(161); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(118); - if (lookahead != 0) ADVANCE(119); - END_STATE(); - case 159: - if (lookahead == '_') ADVANCE(120); - END_STATE(); - case 160: - if (lookahead == '{') ADVANCE(173); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(171); - END_STATE(); - case 161: - if (lookahead == '{') ADVANCE(176); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(174); - END_STATE(); - case 162: - if (lookahead == '|') ADVANCE(239); - END_STATE(); - case 163: - if (lookahead == '}') ADVANCE(5); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(163); - END_STATE(); - case 164: - if (lookahead == '}') ADVANCE(270); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(164); - END_STATE(); - case 165: - if (lookahead == '}') ADVANCE(119); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(165); - END_STATE(); - case 166: - if (lookahead == '+' || - lookahead == '-') ADVANCE(169); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(268); - END_STATE(); - case 167: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(267); - END_STATE(); - case 168: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(264); - END_STATE(); - case 169: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(268); - END_STATE(); - case 170: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(266); - END_STATE(); - case 171: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(5); - END_STATE(); - case 172: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(270); - END_STATE(); - case 173: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(163); - END_STATE(); - case 174: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(119); - END_STATE(); - case 175: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(164); - END_STATE(); - case 176: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(165); - END_STATE(); - case 177: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(265); - END_STATE(); - case 178: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(5); - END_STATE(); - case 179: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(119); - END_STATE(); - case 180: - if (eof) ADVANCE(181); - if (lookahead == '"') ADVANCE(5); - if (lookahead == '#') ADVANCE(238); - if (lookahead == '$') ADVANCE(155); - if (lookahead == '%') ADVANCE(278); - if (lookahead == '\'') ADVANCE(119); - if (lookahead == '(') ADVANCE(186); - if (lookahead == ')') ADVANCE(187); - if (lookahead == '+') ADVANCE(246); - if (lookahead == ',') ADVANCE(199); - if (lookahead == '-') ADVANCE(184); - if (lookahead == '.') ADVANCE(149); - if (lookahead == ':') ADVANCE(150); - if (lookahead == ';') ADVANCE(221); - if (lookahead == '<') ADVANCE(151); - if (lookahead == '=') ADVANCE(229); - if (lookahead == '>') ADVANCE(154); - if (lookahead == '?') ADVANCE(244); - if (lookahead == '[') ADVANCE(204); - if (lookahead == ']') ADVANCE(205); - if (lookahead == '{') ADVANCE(212); - if (lookahead == '}') ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(261); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 222)) ADVANCE(259); - if (('a' <= lookahead && lookahead <= 'z') || - (223 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(180) - END_STATE(); - case 181: - ACCEPT_TOKEN(ts_builtin_sym_end); - END_STATE(); - case 182: - ACCEPT_TOKEN(anon_sym_DASH); - END_STATE(); - case 183: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(249); - if (lookahead == '>') ADVANCE(224); - END_STATE(); - case 184: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '>') ADVANCE(224); - END_STATE(); - case 185: - ACCEPT_TOKEN(anon_sym_SQUOTEinclude_SQUOTE); - END_STATE(); - case 186: - ACCEPT_TOKEN(anon_sym_LPAREN); - END_STATE(); - case 187: - ACCEPT_TOKEN(anon_sym_RPAREN); - END_STATE(); - case 188: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(227); - END_STATE(); - case 189: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(148); - END_STATE(); - case 190: - ACCEPT_TOKEN(anon_sym_SQUOTEinclude_lib_SQUOTE); - END_STATE(); - case 191: - ACCEPT_TOKEN(anon_sym_SQUOTEundef_SQUOTE); - END_STATE(); - case 192: - ACCEPT_TOKEN(anon_sym_SQUOTEifdef_SQUOTE); - END_STATE(); - case 193: - ACCEPT_TOKEN(anon_sym_SQUOTEifndef_SQUOTE); - END_STATE(); - case 194: - ACCEPT_TOKEN(anon_sym_SQUOTEelse_SQUOTE); - END_STATE(); - case 195: - ACCEPT_TOKEN(anon_sym_SQUOTEendif_SQUOTE); - END_STATE(); - case 196: - ACCEPT_TOKEN(anon_sym_SQUOTEif_SQUOTE); - END_STATE(); - case 197: - ACCEPT_TOKEN(anon_sym_SQUOTEelif_SQUOTE); - END_STATE(); - case 198: - ACCEPT_TOKEN(anon_sym_SQUOTEdefine_SQUOTE); - END_STATE(); - case 199: - ACCEPT_TOKEN(anon_sym_COMMA); - END_STATE(); - case 200: - ACCEPT_TOKEN(anon_sym_SQUOTEmodule_SQUOTE); - END_STATE(); - case 201: - ACCEPT_TOKEN(anon_sym_SQUOTEbehaviour_SQUOTE); - END_STATE(); - case 202: - ACCEPT_TOKEN(anon_sym_SQUOTEbehavior_SQUOTE); - END_STATE(); - case 203: - ACCEPT_TOKEN(anon_sym_SQUOTEexport_SQUOTE); - END_STATE(); - case 204: - ACCEPT_TOKEN(anon_sym_LBRACK); - END_STATE(); - case 205: - ACCEPT_TOKEN(anon_sym_RBRACK); - END_STATE(); - case 206: - ACCEPT_TOKEN(anon_sym_SQUOTEimport_SQUOTE); - END_STATE(); - case 207: - ACCEPT_TOKEN(anon_sym_SQUOTEoptional_callbacks_SQUOTE); - END_STATE(); - case 208: - ACCEPT_TOKEN(anon_sym_SQUOTEexport_type_SQUOTE); - END_STATE(); - case 209: - ACCEPT_TOKEN(anon_sym_SQUOTEcompile_SQUOTE); - END_STATE(); - case 210: - ACCEPT_TOKEN(anon_sym_SQUOTEfile_SQUOTE); - END_STATE(); - case 211: - ACCEPT_TOKEN(anon_sym_SQUOTEdeprecated_SQUOTE); - END_STATE(); - case 212: - ACCEPT_TOKEN(anon_sym_LBRACE); - END_STATE(); - case 213: - ACCEPT_TOKEN(anon_sym_RBRACE); - END_STATE(); - case 214: - ACCEPT_TOKEN(sym_deprecated_wildcard); - END_STATE(); - case 215: - ACCEPT_TOKEN(anon_sym_SQUOTEtype_SQUOTE); - END_STATE(); - case 216: - ACCEPT_TOKEN(anon_sym_SQUOTEopaque_SQUOTE); - END_STATE(); - case 217: - ACCEPT_TOKEN(anon_sym_COLON_COLON); - END_STATE(); - case 218: - ACCEPT_TOKEN(anon_sym_SQUOTErecord_SQUOTE); - END_STATE(); - case 219: - ACCEPT_TOKEN(anon_sym_SQUOTEspec_SQUOTE); - END_STATE(); - case 220: - ACCEPT_TOKEN(anon_sym_SQUOTEcallback_SQUOTE); - END_STATE(); - case 221: - ACCEPT_TOKEN(anon_sym_SEMI); - END_STATE(); - case 222: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(217); - END_STATE(); - case 223: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(217); - if (lookahead == '=') ADVANCE(243); - END_STATE(); - case 224: - ACCEPT_TOKEN(anon_sym_DASH_GT); - END_STATE(); - case 225: - ACCEPT_TOKEN(anon_sym_PIPE); - END_STATE(); - case 226: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(239); - END_STATE(); - case 227: - ACCEPT_TOKEN(anon_sym_DOT_DOT); - END_STATE(); - case 228: - ACCEPT_TOKEN(sym_dotdotdot); - END_STATE(); - case 229: - ACCEPT_TOKEN(anon_sym_EQ); - END_STATE(); - case 230: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '/') ADVANCE(152); - if (lookahead == ':') ADVANCE(153); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(250); - if (lookahead == '>') ADVANCE(242); - END_STATE(); - case 231: - ACCEPT_TOKEN(anon_sym_QMARK_EQ); - END_STATE(); - case 232: - ACCEPT_TOKEN(anon_sym_BANG); - END_STATE(); - case 233: - ACCEPT_TOKEN(anon_sym_LT_LT); - END_STATE(); - case 234: - ACCEPT_TOKEN(anon_sym_GT_GT); - END_STATE(); - case 235: - ACCEPT_TOKEN(anon_sym_SLASH); - END_STATE(); - case 236: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '=') ADVANCE(251); - END_STATE(); - case 237: - ACCEPT_TOKEN(anon_sym_STAR); - END_STATE(); - case 238: - ACCEPT_TOKEN(anon_sym_POUND); - END_STATE(); - case 239: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - END_STATE(); - case 240: - ACCEPT_TOKEN(anon_sym_LT_DASH); - END_STATE(); - case 241: - ACCEPT_TOKEN(anon_sym_LT_EQ); - END_STATE(); - case 242: - ACCEPT_TOKEN(anon_sym_EQ_GT); - END_STATE(); - case 243: - ACCEPT_TOKEN(anon_sym_COLON_EQ); - END_STATE(); - case 244: - ACCEPT_TOKEN(anon_sym_QMARK); - END_STATE(); - case 245: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '=') ADVANCE(231); - END_STATE(); - case 246: - ACCEPT_TOKEN(anon_sym_PLUS); - END_STATE(); - case 247: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(248); - END_STATE(); - case 248: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - END_STATE(); - case 249: - ACCEPT_TOKEN(anon_sym_DASH_DASH); - END_STATE(); - case 250: - ACCEPT_TOKEN(anon_sym_EQ_EQ); - END_STATE(); - case 251: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); - END_STATE(); - case 252: - ACCEPT_TOKEN(anon_sym_EQ_LT); - END_STATE(); - case 253: - ACCEPT_TOKEN(anon_sym_LT); - END_STATE(); - case 254: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '-') ADVANCE(240); - if (lookahead == '=') ADVANCE(241); - END_STATE(); - case 255: - ACCEPT_TOKEN(anon_sym_GT_EQ); - END_STATE(); - case 256: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(234); - END_STATE(); - case 257: - ACCEPT_TOKEN(anon_sym_EQ_COLON_EQ); - END_STATE(); - case 258: - ACCEPT_TOKEN(anon_sym_EQ_SLASH_EQ); - END_STATE(); - case 259: - ACCEPT_TOKEN(sym_var); - if (('0' <= lookahead && lookahead <= '9') || - ('@' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(259); - END_STATE(); - case 260: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '#') ADVANCE(177); - if (lookahead == '.') ADVANCE(167); - if (lookahead == '_') ADVANCE(168); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(264); - END_STATE(); - case 261: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '#') ADVANCE(177); - if (lookahead == '.') ADVANCE(167); - if (lookahead == '_') ADVANCE(168); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(260); - END_STATE(); - case 262: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '#') ADVANCE(177); - if (lookahead == '_') ADVANCE(170); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(266); - END_STATE(); - case 263: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '#') ADVANCE(177); - if (lookahead == '_') ADVANCE(170); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(262); - END_STATE(); - case 264: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(167); - if (lookahead == '_') ADVANCE(168); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(264); - END_STATE(); - case 265: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(177); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(265); - END_STATE(); - case 266: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(170); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(266); - END_STATE(); - case 267: - ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(167); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(166); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(267); - END_STATE(); - case 268: - ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(169); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(268); - END_STATE(); - case 269: - ACCEPT_TOKEN(sym_string); - END_STATE(); - case 270: - ACCEPT_TOKEN(sym_char); - END_STATE(); - case 271: - ACCEPT_TOKEN(sym_char); - if (lookahead == '{') ADVANCE(175); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(172); - END_STATE(); - case 272: - ACCEPT_TOKEN(sym_char); - if (lookahead == '\\' || - lookahead == 'n') ADVANCE(270); - END_STATE(); - case 273: - ACCEPT_TOKEN(sym_char); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(270); - END_STATE(); - case 274: - ACCEPT_TOKEN(sym_char); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(273); - END_STATE(); - case 275: - ACCEPT_TOKEN(sym_char); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(270); - END_STATE(); - case 276: - ACCEPT_TOKEN(sym_atom); - END_STATE(); - case 277: - ACCEPT_TOKEN(sym_atom); - if (('0' <= lookahead && lookahead <= '9') || - ('@' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - (192 <= lookahead && lookahead <= 214) || - (216 <= lookahead && lookahead <= 246) || - (248 <= lookahead && lookahead <= 255)) ADVANCE(277); - END_STATE(); - case 278: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(278); - END_STATE(); - default: - return false; - } -} - -static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { - START_LEXER(); - eof = lexer->eof(lexer); - switch (state) { - case 0: - if (lookahead == 'a') ADVANCE(1); - if (lookahead == 'b') ADVANCE(2); - if (lookahead == 'c') ADVANCE(3); - if (lookahead == 'd') ADVANCE(4); - if (lookahead == 'e') ADVANCE(5); - if (lookahead == 'f') ADVANCE(6); - if (lookahead == 'i') ADVANCE(7); - if (lookahead == 'm') ADVANCE(8); - if (lookahead == 'n') ADVANCE(9); - if (lookahead == 'o') ADVANCE(10); - if (lookahead == 'r') ADVANCE(11); - if (lookahead == 's') ADVANCE(12); - if (lookahead == 't') ADVANCE(13); - if (lookahead == 'u') ADVANCE(14); - if (lookahead == 'w') ADVANCE(15); - if (lookahead == 'x') ADVANCE(16); - if ((1 <= lookahead && lookahead <= ' ') || - (128 <= lookahead && lookahead <= 160)) SKIP(0) - END_STATE(); - case 1: - if (lookahead == 'f') ADVANCE(17); - if (lookahead == 'n') ADVANCE(18); - END_STATE(); - case 2: - if (lookahead == 'a') ADVANCE(19); - if (lookahead == 'e') ADVANCE(20); - if (lookahead == 'n') ADVANCE(21); - if (lookahead == 'o') ADVANCE(22); - if (lookahead == 's') ADVANCE(23); - if (lookahead == 'x') ADVANCE(24); - END_STATE(); - case 3: - if (lookahead == 'a') ADVANCE(25); - if (lookahead == 'o') ADVANCE(26); - END_STATE(); - case 4: - if (lookahead == 'e') ADVANCE(27); - if (lookahead == 'i') ADVANCE(28); - END_STATE(); - case 5: - if (lookahead == 'l') ADVANCE(29); - if (lookahead == 'n') ADVANCE(30); - if (lookahead == 'x') ADVANCE(31); - END_STATE(); - case 6: - if (lookahead == 'i') ADVANCE(32); - if (lookahead == 'u') ADVANCE(33); - END_STATE(); - case 7: - if (lookahead == 'f') ADVANCE(34); - if (lookahead == 'm') ADVANCE(35); - if (lookahead == 'n') ADVANCE(36); - END_STATE(); - case 8: - if (lookahead == 'a') ADVANCE(37); - if (lookahead == 'o') ADVANCE(38); - END_STATE(); - case 9: - if (lookahead == 'o') ADVANCE(39); - END_STATE(); - case 10: - if (lookahead == 'f') ADVANCE(40); - if (lookahead == 'p') ADVANCE(41); - if (lookahead == 'r') ADVANCE(42); - END_STATE(); - case 11: - if (lookahead == 'e') ADVANCE(43); - END_STATE(); - case 12: - if (lookahead == 'p') ADVANCE(44); - END_STATE(); - case 13: - if (lookahead == 'r') ADVANCE(45); - if (lookahead == 'y') ADVANCE(46); - END_STATE(); - case 14: - if (lookahead == 'n') ADVANCE(47); - END_STATE(); - case 15: - if (lookahead == 'h') ADVANCE(48); - END_STATE(); - case 16: - if (lookahead == 'o') ADVANCE(49); - END_STATE(); - case 17: - if (lookahead == 't') ADVANCE(50); - END_STATE(); - case 18: - if (lookahead == 'd') ADVANCE(51); - END_STATE(); - case 19: - if (lookahead == 'n') ADVANCE(52); - END_STATE(); - case 20: - if (lookahead == 'g') ADVANCE(53); - if (lookahead == 'h') ADVANCE(54); - END_STATE(); - case 21: - if (lookahead == 'o') ADVANCE(55); - END_STATE(); - case 22: - if (lookahead == 'r') ADVANCE(56); - END_STATE(); - case 23: - if (lookahead == 'l') ADVANCE(57); - if (lookahead == 'r') ADVANCE(58); - END_STATE(); - case 24: - if (lookahead == 'o') ADVANCE(59); - END_STATE(); - case 25: - if (lookahead == 'l') ADVANCE(60); - if (lookahead == 's') ADVANCE(61); - if (lookahead == 't') ADVANCE(62); - END_STATE(); - case 26: - if (lookahead == 'm') ADVANCE(63); - END_STATE(); - case 27: - if (lookahead == 'f') ADVANCE(64); - if (lookahead == 'p') ADVANCE(65); - END_STATE(); - case 28: - if (lookahead == 'v') ADVANCE(66); - END_STATE(); - case 29: - if (lookahead == 'i') ADVANCE(67); - if (lookahead == 's') ADVANCE(68); - END_STATE(); - case 30: - if (lookahead == 'd') ADVANCE(69); - END_STATE(); - case 31: - if (lookahead == 'p') ADVANCE(70); - END_STATE(); - case 32: - if (lookahead == 'l') ADVANCE(71); - END_STATE(); - case 33: - if (lookahead == 'n') ADVANCE(72); - END_STATE(); - case 34: - ACCEPT_TOKEN(anon_sym_if); - if (lookahead == 'd') ADVANCE(73); - if (lookahead == 'n') ADVANCE(74); - END_STATE(); - case 35: - if (lookahead == 'p') ADVANCE(75); - END_STATE(); - case 36: - if (lookahead == 'c') ADVANCE(76); - END_STATE(); - case 37: - if (lookahead == 'y') ADVANCE(77); - END_STATE(); - case 38: - if (lookahead == 'd') ADVANCE(78); - END_STATE(); - case 39: - if (lookahead == 't') ADVANCE(79); - END_STATE(); - case 40: - ACCEPT_TOKEN(anon_sym_of); - END_STATE(); - case 41: - if (lookahead == 'a') ADVANCE(80); - if (lookahead == 't') ADVANCE(81); - END_STATE(); - case 42: - ACCEPT_TOKEN(anon_sym_or); - if (lookahead == 'e') ADVANCE(82); - END_STATE(); - case 43: - if (lookahead == 'c') ADVANCE(83); - if (lookahead == 'm') ADVANCE(84); - END_STATE(); - case 44: - if (lookahead == 'e') ADVANCE(85); - END_STATE(); - case 45: - if (lookahead == 'y') ADVANCE(86); - END_STATE(); - case 46: - if (lookahead == 'p') ADVANCE(87); - END_STATE(); - case 47: - if (lookahead == 'd') ADVANCE(88); - if (lookahead == 'i') ADVANCE(89); - END_STATE(); - case 48: - if (lookahead == 'e') ADVANCE(90); - END_STATE(); - case 49: - if (lookahead == 'r') ADVANCE(91); - END_STATE(); - case 50: - if (lookahead == 'e') ADVANCE(92); - END_STATE(); - case 51: - ACCEPT_TOKEN(anon_sym_and); - if (lookahead == 'a') ADVANCE(93); - END_STATE(); - case 52: - if (lookahead == 'd') ADVANCE(94); - END_STATE(); - case 53: - if (lookahead == 'i') ADVANCE(95); - END_STATE(); - case 54: - if (lookahead == 'a') ADVANCE(96); - END_STATE(); - case 55: - if (lookahead == 't') ADVANCE(97); - END_STATE(); - case 56: - ACCEPT_TOKEN(anon_sym_bor); - END_STATE(); - case 57: - ACCEPT_TOKEN(anon_sym_bsl); - END_STATE(); - case 58: - ACCEPT_TOKEN(anon_sym_bsr); - END_STATE(); - case 59: - if (lookahead == 'r') ADVANCE(98); - END_STATE(); - case 60: - if (lookahead == 'l') ADVANCE(99); - END_STATE(); - case 61: - if (lookahead == 'e') ADVANCE(100); - END_STATE(); - case 62: - if (lookahead == 'c') ADVANCE(101); - END_STATE(); - case 63: - if (lookahead == 'p') ADVANCE(102); - END_STATE(); - case 64: - if (lookahead == 'i') ADVANCE(103); - END_STATE(); - case 65: - if (lookahead == 'r') ADVANCE(104); - END_STATE(); - case 66: - ACCEPT_TOKEN(anon_sym_div); - END_STATE(); - case 67: - if (lookahead == 'f') ADVANCE(105); - END_STATE(); - case 68: - if (lookahead == 'e') ADVANCE(106); - END_STATE(); - case 69: - ACCEPT_TOKEN(anon_sym_end); - if (lookahead == 'i') ADVANCE(107); - END_STATE(); - case 70: - if (lookahead == 'o') ADVANCE(108); - END_STATE(); - case 71: - if (lookahead == 'e') ADVANCE(109); - END_STATE(); - case 72: - ACCEPT_TOKEN(anon_sym_fun); - END_STATE(); - case 73: - if (lookahead == 'e') ADVANCE(110); - END_STATE(); - case 74: - if (lookahead == 'd') ADVANCE(111); - END_STATE(); - case 75: - if (lookahead == 'o') ADVANCE(112); - END_STATE(); - case 76: - if (lookahead == 'l') ADVANCE(113); - END_STATE(); - case 77: - if (lookahead == 'b') ADVANCE(114); - END_STATE(); - case 78: - if (lookahead == 'u') ADVANCE(115); - END_STATE(); - case 79: - ACCEPT_TOKEN(anon_sym_not); - END_STATE(); - case 80: - if (lookahead == 'q') ADVANCE(116); - END_STATE(); - case 81: - if (lookahead == 'i') ADVANCE(117); - END_STATE(); - case 82: - if (lookahead == 'l') ADVANCE(118); - END_STATE(); - case 83: - if (lookahead == 'e') ADVANCE(119); - if (lookahead == 'o') ADVANCE(120); - END_STATE(); - case 84: - ACCEPT_TOKEN(anon_sym_rem); - END_STATE(); - case 85: - if (lookahead == 'c') ADVANCE(121); - END_STATE(); - case 86: - ACCEPT_TOKEN(anon_sym_try); - END_STATE(); - case 87: - if (lookahead == 'e') ADVANCE(122); - END_STATE(); - case 88: - if (lookahead == 'e') ADVANCE(123); - END_STATE(); - case 89: - if (lookahead == 't') ADVANCE(124); - END_STATE(); - case 90: - if (lookahead == 'n') ADVANCE(125); - END_STATE(); - case 91: - ACCEPT_TOKEN(anon_sym_xor); - END_STATE(); - case 92: - if (lookahead == 'r') ADVANCE(126); - END_STATE(); - case 93: - if (lookahead == 'l') ADVANCE(127); - END_STATE(); - case 94: - ACCEPT_TOKEN(anon_sym_band); - END_STATE(); - case 95: - if (lookahead == 'n') ADVANCE(128); - END_STATE(); - case 96: - if (lookahead == 'v') ADVANCE(129); - END_STATE(); - case 97: - ACCEPT_TOKEN(anon_sym_bnot); - END_STATE(); - case 98: - ACCEPT_TOKEN(anon_sym_bxor); - END_STATE(); - case 99: - if (lookahead == 'b') ADVANCE(130); - END_STATE(); - case 100: - ACCEPT_TOKEN(anon_sym_case); - END_STATE(); - case 101: - if (lookahead == 'h') ADVANCE(131); - END_STATE(); - case 102: - if (lookahead == 'i') ADVANCE(132); - END_STATE(); - case 103: - if (lookahead == 'n') ADVANCE(133); - END_STATE(); - case 104: - if (lookahead == 'e') ADVANCE(134); - END_STATE(); - case 105: - ACCEPT_TOKEN(anon_sym_elif); - END_STATE(); - case 106: - ACCEPT_TOKEN(anon_sym_else); - END_STATE(); - case 107: - if (lookahead == 'f') ADVANCE(135); - END_STATE(); - case 108: - if (lookahead == 'r') ADVANCE(136); - END_STATE(); - case 109: - ACCEPT_TOKEN(anon_sym_file); - END_STATE(); - case 110: - if (lookahead == 'f') ADVANCE(137); - END_STATE(); - case 111: - if (lookahead == 'e') ADVANCE(138); - END_STATE(); - case 112: - if (lookahead == 'r') ADVANCE(139); - END_STATE(); - case 113: - if (lookahead == 'u') ADVANCE(140); - END_STATE(); - case 114: - if (lookahead == 'e') ADVANCE(141); - END_STATE(); - case 115: - if (lookahead == 'l') ADVANCE(142); - END_STATE(); - case 116: - if (lookahead == 'u') ADVANCE(143); - END_STATE(); - case 117: - if (lookahead == 'o') ADVANCE(144); - END_STATE(); - case 118: - if (lookahead == 's') ADVANCE(145); - END_STATE(); - case 119: - if (lookahead == 'i') ADVANCE(146); - END_STATE(); - case 120: - if (lookahead == 'r') ADVANCE(147); - END_STATE(); - case 121: - ACCEPT_TOKEN(anon_sym_spec); - END_STATE(); - case 122: - ACCEPT_TOKEN(anon_sym_type); - END_STATE(); - case 123: - if (lookahead == 'f') ADVANCE(148); - END_STATE(); - case 124: - ACCEPT_TOKEN(anon_sym_unit); - END_STATE(); - case 125: - ACCEPT_TOKEN(anon_sym_when); - END_STATE(); - case 126: - ACCEPT_TOKEN(anon_sym_after); - END_STATE(); - case 127: - if (lookahead == 's') ADVANCE(149); - END_STATE(); - case 128: - ACCEPT_TOKEN(anon_sym_begin); - END_STATE(); - case 129: - if (lookahead == 'i') ADVANCE(150); - END_STATE(); - case 130: - if (lookahead == 'a') ADVANCE(151); - END_STATE(); - case 131: - ACCEPT_TOKEN(anon_sym_catch); - END_STATE(); - case 132: - if (lookahead == 'l') ADVANCE(152); - END_STATE(); - case 133: - if (lookahead == 'e') ADVANCE(153); - END_STATE(); - case 134: - if (lookahead == 'c') ADVANCE(154); - END_STATE(); - case 135: - ACCEPT_TOKEN(anon_sym_endif); - END_STATE(); - case 136: - if (lookahead == 't') ADVANCE(155); - END_STATE(); - case 137: - ACCEPT_TOKEN(anon_sym_ifdef); - END_STATE(); - case 138: - if (lookahead == 'f') ADVANCE(156); - END_STATE(); - case 139: - if (lookahead == 't') ADVANCE(157); - END_STATE(); - case 140: - if (lookahead == 'd') ADVANCE(158); - END_STATE(); - case 141: - ACCEPT_TOKEN(anon_sym_maybe); - END_STATE(); - case 142: - if (lookahead == 'e') ADVANCE(159); - END_STATE(); - case 143: - if (lookahead == 'e') ADVANCE(160); - END_STATE(); - case 144: - if (lookahead == 'n') ADVANCE(161); - END_STATE(); - case 145: - if (lookahead == 'e') ADVANCE(162); - END_STATE(); - case 146: - if (lookahead == 'v') ADVANCE(163); - END_STATE(); - case 147: - if (lookahead == 'd') ADVANCE(164); - END_STATE(); - case 148: - ACCEPT_TOKEN(anon_sym_undef); - END_STATE(); - case 149: - if (lookahead == 'o') ADVANCE(165); - END_STATE(); - case 150: - if (lookahead == 'o') ADVANCE(166); - END_STATE(); - case 151: - if (lookahead == 'c') ADVANCE(167); - END_STATE(); - case 152: - if (lookahead == 'e') ADVANCE(168); - END_STATE(); - case 153: - ACCEPT_TOKEN(anon_sym_define); - END_STATE(); - case 154: - if (lookahead == 'a') ADVANCE(169); - END_STATE(); - case 155: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '_') ADVANCE(170); - END_STATE(); - case 156: - ACCEPT_TOKEN(anon_sym_ifndef); - END_STATE(); - case 157: - ACCEPT_TOKEN(anon_sym_import); - END_STATE(); - case 158: - if (lookahead == 'e') ADVANCE(171); - END_STATE(); - case 159: - ACCEPT_TOKEN(anon_sym_module); - END_STATE(); - case 160: - ACCEPT_TOKEN(anon_sym_opaque); - END_STATE(); - case 161: - if (lookahead == 'a') ADVANCE(172); - END_STATE(); - case 162: - ACCEPT_TOKEN(anon_sym_orelse); - END_STATE(); - case 163: - if (lookahead == 'e') ADVANCE(173); - END_STATE(); - case 164: - ACCEPT_TOKEN(anon_sym_record); - END_STATE(); - case 165: - ACCEPT_TOKEN(anon_sym_andalso); - END_STATE(); - case 166: - if (lookahead == 'r') ADVANCE(174); - if (lookahead == 'u') ADVANCE(175); - END_STATE(); - case 167: - if (lookahead == 'k') ADVANCE(176); - END_STATE(); - case 168: - ACCEPT_TOKEN(anon_sym_compile); - END_STATE(); - case 169: - if (lookahead == 't') ADVANCE(177); - END_STATE(); - case 170: - if (lookahead == 't') ADVANCE(178); - END_STATE(); - case 171: - ACCEPT_TOKEN(anon_sym_include); - if (lookahead == '_') ADVANCE(179); - END_STATE(); - case 172: - if (lookahead == 'l') ADVANCE(180); - END_STATE(); - case 173: - ACCEPT_TOKEN(anon_sym_receive); - END_STATE(); - case 174: - ACCEPT_TOKEN(anon_sym_behavior); - END_STATE(); - case 175: - if (lookahead == 'r') ADVANCE(181); - END_STATE(); - case 176: - ACCEPT_TOKEN(anon_sym_callback); - END_STATE(); - case 177: - if (lookahead == 'e') ADVANCE(182); - END_STATE(); - case 178: - if (lookahead == 'y') ADVANCE(183); - END_STATE(); - case 179: - if (lookahead == 'l') ADVANCE(184); - END_STATE(); - case 180: - if (lookahead == '_') ADVANCE(185); - END_STATE(); - case 181: - ACCEPT_TOKEN(anon_sym_behaviour); - END_STATE(); - case 182: - if (lookahead == 'd') ADVANCE(186); - END_STATE(); - case 183: - if (lookahead == 'p') ADVANCE(187); - END_STATE(); - case 184: - if (lookahead == 'i') ADVANCE(188); - END_STATE(); - case 185: - if (lookahead == 'c') ADVANCE(189); - END_STATE(); - case 186: - ACCEPT_TOKEN(anon_sym_deprecated); - END_STATE(); - case 187: - if (lookahead == 'e') ADVANCE(190); - END_STATE(); - case 188: - if (lookahead == 'b') ADVANCE(191); - END_STATE(); - case 189: - if (lookahead == 'a') ADVANCE(192); - END_STATE(); - case 190: - ACCEPT_TOKEN(anon_sym_export_type); - END_STATE(); - case 191: - ACCEPT_TOKEN(anon_sym_include_lib); - END_STATE(); - case 192: - if (lookahead == 'l') ADVANCE(193); - END_STATE(); - case 193: - if (lookahead == 'l') ADVANCE(194); - END_STATE(); - case 194: - if (lookahead == 'b') ADVANCE(195); - END_STATE(); - case 195: - if (lookahead == 'a') ADVANCE(196); - END_STATE(); - case 196: - if (lookahead == 'c') ADVANCE(197); - END_STATE(); - case 197: - if (lookahead == 'k') ADVANCE(198); - END_STATE(); - case 198: - if (lookahead == 's') ADVANCE(199); - END_STATE(); - case 199: - ACCEPT_TOKEN(anon_sym_optional_callbacks); - END_STATE(); - default: - return false; - } -} - -static const TSLexMode ts_lex_modes[STATE_COUNT] = { - [0] = {.lex_state = 0}, - [1] = {.lex_state = 180}, - [2] = {.lex_state = 180}, - [3] = {.lex_state = 180}, - [4] = {.lex_state = 180}, - [5] = {.lex_state = 180}, - [6] = {.lex_state = 180}, - [7] = {.lex_state = 180}, - [8] = {.lex_state = 180}, - [9] = {.lex_state = 180}, - [10] = {.lex_state = 180}, - [11] = {.lex_state = 180}, - [12] = {.lex_state = 180}, - [13] = {.lex_state = 180}, - [14] = {.lex_state = 180}, - [15] = {.lex_state = 180}, - [16] = {.lex_state = 180}, - [17] = {.lex_state = 180}, - [18] = {.lex_state = 180}, - [19] = {.lex_state = 180}, - [20] = {.lex_state = 180}, - [21] = {.lex_state = 180}, - [22] = {.lex_state = 180}, - [23] = {.lex_state = 180}, - [24] = {.lex_state = 180}, - [25] = {.lex_state = 180}, - [26] = {.lex_state = 180}, - [27] = {.lex_state = 180}, - [28] = {.lex_state = 180}, - [29] = {.lex_state = 180}, - [30] = {.lex_state = 180}, - [31] = {.lex_state = 180}, - [32] = {.lex_state = 180}, - [33] = {.lex_state = 180}, - [34] = {.lex_state = 180}, - [35] = {.lex_state = 180}, - [36] = {.lex_state = 180}, - [37] = {.lex_state = 180}, - [38] = {.lex_state = 180}, - [39] = {.lex_state = 180}, - [40] = {.lex_state = 180}, - [41] = {.lex_state = 180}, - [42] = {.lex_state = 180}, - [43] = {.lex_state = 180}, - [44] = {.lex_state = 180}, - [45] = {.lex_state = 180}, - [46] = {.lex_state = 180}, - [47] = {.lex_state = 180}, - [48] = {.lex_state = 180}, - [49] = {.lex_state = 180}, - [50] = {.lex_state = 180}, - [51] = {.lex_state = 180}, - [52] = {.lex_state = 180}, - [53] = {.lex_state = 180}, - [54] = {.lex_state = 180}, - [55] = {.lex_state = 180}, - [56] = {.lex_state = 180}, - [57] = {.lex_state = 180}, - [58] = {.lex_state = 180}, - [59] = {.lex_state = 180}, - [60] = {.lex_state = 180}, - [61] = {.lex_state = 180}, - [62] = {.lex_state = 180}, - [63] = {.lex_state = 180}, - [64] = {.lex_state = 180}, - [65] = {.lex_state = 180}, - [66] = {.lex_state = 180}, - [67] = {.lex_state = 180}, - [68] = {.lex_state = 180}, - [69] = {.lex_state = 180}, - [70] = {.lex_state = 180}, - [71] = {.lex_state = 180}, - [72] = {.lex_state = 180}, - [73] = {.lex_state = 180}, - [74] = {.lex_state = 180}, - [75] = {.lex_state = 180}, - [76] = {.lex_state = 180}, - [77] = {.lex_state = 180}, - [78] = {.lex_state = 180}, - [79] = {.lex_state = 180}, - [80] = {.lex_state = 180}, - [81] = {.lex_state = 180}, - [82] = {.lex_state = 180}, - [83] = {.lex_state = 180}, - [84] = {.lex_state = 180}, - [85] = {.lex_state = 180}, - [86] = {.lex_state = 180}, - [87] = {.lex_state = 180}, - [88] = {.lex_state = 180}, - [89] = {.lex_state = 180}, - [90] = {.lex_state = 180}, - [91] = {.lex_state = 180}, - [92] = {.lex_state = 180}, - [93] = {.lex_state = 180}, - [94] = {.lex_state = 180}, - [95] = {.lex_state = 180}, - [96] = {.lex_state = 180}, - [97] = {.lex_state = 180}, - [98] = {.lex_state = 180}, - [99] = {.lex_state = 180}, - [100] = {.lex_state = 180}, - [101] = {.lex_state = 180}, - [102] = {.lex_state = 180}, - [103] = {.lex_state = 180}, - [104] = {.lex_state = 180}, - [105] = {.lex_state = 180}, - [106] = {.lex_state = 180}, - [107] = {.lex_state = 180}, - [108] = {.lex_state = 180}, - [109] = {.lex_state = 180}, - [110] = {.lex_state = 180}, - [111] = {.lex_state = 180}, - [112] = {.lex_state = 180}, - [113] = {.lex_state = 180}, - [114] = {.lex_state = 180}, - [115] = {.lex_state = 180}, - [116] = {.lex_state = 180}, - [117] = {.lex_state = 180}, - [118] = {.lex_state = 180}, - [119] = {.lex_state = 180}, - [120] = {.lex_state = 180}, - [121] = {.lex_state = 180}, - [122] = {.lex_state = 180}, - [123] = {.lex_state = 180}, - [124] = {.lex_state = 180}, - [125] = {.lex_state = 180}, - [126] = {.lex_state = 180}, - [127] = {.lex_state = 180}, - [128] = {.lex_state = 180}, - [129] = {.lex_state = 180}, - [130] = {.lex_state = 180}, - [131] = {.lex_state = 180}, - [132] = {.lex_state = 180}, - [133] = {.lex_state = 180}, - [134] = {.lex_state = 180}, - [135] = {.lex_state = 180}, - [136] = {.lex_state = 180}, - [137] = {.lex_state = 180}, - [138] = {.lex_state = 180}, - [139] = {.lex_state = 180}, - [140] = {.lex_state = 180}, - [141] = {.lex_state = 180}, - [142] = {.lex_state = 180}, - [143] = {.lex_state = 180}, - [144] = {.lex_state = 180}, - [145] = {.lex_state = 180}, - [146] = {.lex_state = 180}, - [147] = {.lex_state = 180}, - [148] = {.lex_state = 180}, - [149] = {.lex_state = 180}, - [150] = {.lex_state = 180}, - [151] = {.lex_state = 180}, - [152] = {.lex_state = 180}, - [153] = {.lex_state = 180}, - [154] = {.lex_state = 180}, - [155] = {.lex_state = 180}, - [156] = {.lex_state = 180}, - [157] = {.lex_state = 180}, - [158] = {.lex_state = 180}, - [159] = {.lex_state = 180}, - [160] = {.lex_state = 180}, - [161] = {.lex_state = 180}, - [162] = {.lex_state = 180}, - [163] = {.lex_state = 180}, - [164] = {.lex_state = 180}, - [165] = {.lex_state = 180}, - [166] = {.lex_state = 180}, - [167] = {.lex_state = 180}, - [168] = {.lex_state = 180}, - [169] = {.lex_state = 180}, - [170] = {.lex_state = 180}, - [171] = {.lex_state = 180}, - [172] = {.lex_state = 180}, - [173] = {.lex_state = 180}, - [174] = {.lex_state = 180}, - [175] = {.lex_state = 180}, - [176] = {.lex_state = 180}, - [177] = {.lex_state = 180}, - [178] = {.lex_state = 180}, - [179] = {.lex_state = 180}, - [180] = {.lex_state = 1}, - [181] = {.lex_state = 1}, - [182] = {.lex_state = 180}, - [183] = {.lex_state = 1}, - [184] = {.lex_state = 1}, - [185] = {.lex_state = 1}, - [186] = {.lex_state = 1}, - [187] = {.lex_state = 1}, - [188] = {.lex_state = 1}, - [189] = {.lex_state = 1}, - [190] = {.lex_state = 1}, - [191] = {.lex_state = 1}, - [192] = {.lex_state = 1}, - [193] = {.lex_state = 1}, - [194] = {.lex_state = 1}, - [195] = {.lex_state = 1}, - [196] = {.lex_state = 1}, - [197] = {.lex_state = 1}, - [198] = {.lex_state = 1}, - [199] = {.lex_state = 1}, - [200] = {.lex_state = 1}, - [201] = {.lex_state = 1}, - [202] = {.lex_state = 6}, - [203] = {.lex_state = 1}, - [204] = {.lex_state = 1}, - [205] = {.lex_state = 1}, - [206] = {.lex_state = 1}, - [207] = {.lex_state = 1}, - [208] = {.lex_state = 1}, - [209] = {.lex_state = 1}, - [210] = {.lex_state = 1}, - [211] = {.lex_state = 180}, - [212] = {.lex_state = 1}, - [213] = {.lex_state = 1}, - [214] = {.lex_state = 1}, - [215] = {.lex_state = 1}, - [216] = {.lex_state = 1}, - [217] = {.lex_state = 1}, - [218] = {.lex_state = 1}, - [219] = {.lex_state = 1}, - [220] = {.lex_state = 1}, - [221] = {.lex_state = 1}, - [222] = {.lex_state = 1}, - [223] = {.lex_state = 1}, - [224] = {.lex_state = 1}, - [225] = {.lex_state = 1}, - [226] = {.lex_state = 1}, - [227] = {.lex_state = 1}, - [228] = {.lex_state = 1}, - [229] = {.lex_state = 1}, - [230] = {.lex_state = 1}, - [231] = {.lex_state = 1}, - [232] = {.lex_state = 1}, - [233] = {.lex_state = 1}, - [234] = {.lex_state = 1}, - [235] = {.lex_state = 1}, - [236] = {.lex_state = 1}, - [237] = {.lex_state = 1}, - [238] = {.lex_state = 1}, - [239] = {.lex_state = 1}, - [240] = {.lex_state = 1}, - [241] = {.lex_state = 1}, - [242] = {.lex_state = 1}, - [243] = {.lex_state = 1}, - [244] = {.lex_state = 1}, - [245] = {.lex_state = 1}, - [246] = {.lex_state = 1}, - [247] = {.lex_state = 1}, - [248] = {.lex_state = 180}, - [249] = {.lex_state = 1}, - [250] = {.lex_state = 1}, - [251] = {.lex_state = 180}, - [252] = {.lex_state = 1}, - [253] = {.lex_state = 180}, - [254] = {.lex_state = 1}, - [255] = {.lex_state = 1}, - [256] = {.lex_state = 1}, - [257] = {.lex_state = 180}, - [258] = {.lex_state = 1}, - [259] = {.lex_state = 1}, - [260] = {.lex_state = 1}, - [261] = {.lex_state = 1}, - [262] = {.lex_state = 1}, - [263] = {.lex_state = 1}, - [264] = {.lex_state = 1}, - [265] = {.lex_state = 1}, - [266] = {.lex_state = 1}, - [267] = {.lex_state = 1}, - [268] = {.lex_state = 1}, - [269] = {.lex_state = 1}, - [270] = {.lex_state = 1}, - [271] = {.lex_state = 1}, - [272] = {.lex_state = 1}, - [273] = {.lex_state = 1}, - [274] = {.lex_state = 1}, - [275] = {.lex_state = 1}, - [276] = {.lex_state = 1}, - [277] = {.lex_state = 1}, - [278] = {.lex_state = 1}, - [279] = {.lex_state = 1}, - [280] = {.lex_state = 1}, - [281] = {.lex_state = 1}, - [282] = {.lex_state = 1}, - [283] = {.lex_state = 1}, - [284] = {.lex_state = 1}, - [285] = {.lex_state = 1}, - [286] = {.lex_state = 1}, - [287] = {.lex_state = 180}, - [288] = {.lex_state = 180}, - [289] = {.lex_state = 180}, - [290] = {.lex_state = 180}, - [291] = {.lex_state = 2}, - [292] = {.lex_state = 2}, - [293] = {.lex_state = 180}, - [294] = {.lex_state = 1}, - [295] = {.lex_state = 2}, - [296] = {.lex_state = 2}, - [297] = {.lex_state = 2}, - [298] = {.lex_state = 2}, - [299] = {.lex_state = 2}, - [300] = {.lex_state = 2}, - [301] = {.lex_state = 2}, - [302] = {.lex_state = 2}, - [303] = {.lex_state = 2}, - [304] = {.lex_state = 2}, - [305] = {.lex_state = 2}, - [306] = {.lex_state = 2}, - [307] = {.lex_state = 2}, - [308] = {.lex_state = 1}, - [309] = {.lex_state = 2}, - [310] = {.lex_state = 2}, - [311] = {.lex_state = 2}, - [312] = {.lex_state = 2}, - [313] = {.lex_state = 2}, - [314] = {.lex_state = 2}, - [315] = {.lex_state = 2}, - [316] = {.lex_state = 2}, - [317] = {.lex_state = 2}, - [318] = {.lex_state = 2}, - [319] = {.lex_state = 2}, - [320] = {.lex_state = 1}, - [321] = {.lex_state = 1}, - [322] = {.lex_state = 2}, - [323] = {.lex_state = 1}, - [324] = {.lex_state = 1}, - [325] = {.lex_state = 1}, - [326] = {.lex_state = 1}, - [327] = {.lex_state = 1}, - [328] = {.lex_state = 1}, - [329] = {.lex_state = 1}, - [330] = {.lex_state = 1}, - [331] = {.lex_state = 1}, - [332] = {.lex_state = 1}, - [333] = {.lex_state = 1}, - [334] = {.lex_state = 1}, - [335] = {.lex_state = 1}, - [336] = {.lex_state = 1}, - [337] = {.lex_state = 1}, - [338] = {.lex_state = 1}, - [339] = {.lex_state = 1}, - [340] = {.lex_state = 1}, - [341] = {.lex_state = 1}, - [342] = {.lex_state = 1}, - [343] = {.lex_state = 1}, - [344] = {.lex_state = 1}, - [345] = {.lex_state = 1}, - [346] = {.lex_state = 1}, - [347] = {.lex_state = 1}, - [348] = {.lex_state = 1}, - [349] = {.lex_state = 1}, - [350] = {.lex_state = 1}, - [351] = {.lex_state = 1}, - [352] = {.lex_state = 1}, - [353] = {.lex_state = 1}, - [354] = {.lex_state = 1}, - [355] = {.lex_state = 1}, - [356] = {.lex_state = 2}, - [357] = {.lex_state = 1}, - [358] = {.lex_state = 2}, - [359] = {.lex_state = 2}, - [360] = {.lex_state = 2}, - [361] = {.lex_state = 2}, - [362] = {.lex_state = 2}, - [363] = {.lex_state = 2}, - [364] = {.lex_state = 2}, - [365] = {.lex_state = 2}, - [366] = {.lex_state = 2}, - [367] = {.lex_state = 2}, - [368] = {.lex_state = 2}, - [369] = {.lex_state = 2}, - [370] = {.lex_state = 2}, - [371] = {.lex_state = 2}, - [372] = {.lex_state = 180}, - [373] = {.lex_state = 2}, - [374] = {.lex_state = 180}, - [375] = {.lex_state = 2}, - [376] = {.lex_state = 2}, - [377] = {.lex_state = 2}, - [378] = {.lex_state = 2}, - [379] = {.lex_state = 2}, - [380] = {.lex_state = 1}, - [381] = {.lex_state = 2}, - [382] = {.lex_state = 2}, - [383] = {.lex_state = 2}, - [384] = {.lex_state = 2}, - [385] = {.lex_state = 180}, - [386] = {.lex_state = 1}, - [387] = {.lex_state = 2}, - [388] = {.lex_state = 2}, - [389] = {.lex_state = 2}, - [390] = {.lex_state = 1}, - [391] = {.lex_state = 2}, - [392] = {.lex_state = 2}, - [393] = {.lex_state = 1}, - [394] = {.lex_state = 2}, - [395] = {.lex_state = 2}, - [396] = {.lex_state = 2}, - [397] = {.lex_state = 2}, - [398] = {.lex_state = 180}, - [399] = {.lex_state = 1}, - [400] = {.lex_state = 2}, - [401] = {.lex_state = 1}, - [402] = {.lex_state = 1}, - [403] = {.lex_state = 180}, - [404] = {.lex_state = 180}, - [405] = {.lex_state = 2}, - [406] = {.lex_state = 2}, - [407] = {.lex_state = 2}, - [408] = {.lex_state = 2}, - [409] = {.lex_state = 2}, - [410] = {.lex_state = 180}, - [411] = {.lex_state = 2}, - [412] = {.lex_state = 2}, - [413] = {.lex_state = 2}, - [414] = {.lex_state = 2}, - [415] = {.lex_state = 2}, - [416] = {.lex_state = 2}, - [417] = {.lex_state = 180}, - [418] = {.lex_state = 1}, - [419] = {.lex_state = 1}, - [420] = {.lex_state = 1}, - [421] = {.lex_state = 1}, - [422] = {.lex_state = 1}, - [423] = {.lex_state = 1}, - [424] = {.lex_state = 1}, - [425] = {.lex_state = 1}, - [426] = {.lex_state = 1}, - [427] = {.lex_state = 1}, - [428] = {.lex_state = 1}, - [429] = {.lex_state = 1}, - [430] = {.lex_state = 2}, - [431] = {.lex_state = 2}, - [432] = {.lex_state = 2}, - [433] = {.lex_state = 1}, - [434] = {.lex_state = 2}, - [435] = {.lex_state = 1}, - [436] = {.lex_state = 1}, - [437] = {.lex_state = 2}, - [438] = {.lex_state = 1}, - [439] = {.lex_state = 1}, - [440] = {.lex_state = 1}, - [441] = {.lex_state = 1}, - [442] = {.lex_state = 2}, - [443] = {.lex_state = 2}, - [444] = {.lex_state = 2}, - [445] = {.lex_state = 1}, - [446] = {.lex_state = 2}, - [447] = {.lex_state = 2}, - [448] = {.lex_state = 2}, - [449] = {.lex_state = 2}, - [450] = {.lex_state = 2}, - [451] = {.lex_state = 2}, - [452] = {.lex_state = 2}, - [453] = {.lex_state = 2}, - [454] = {.lex_state = 2}, - [455] = {.lex_state = 2}, - [456] = {.lex_state = 2}, - [457] = {.lex_state = 2}, - [458] = {.lex_state = 1}, - [459] = {.lex_state = 2}, - [460] = {.lex_state = 2}, - [461] = {.lex_state = 180}, - [462] = {.lex_state = 1}, - [463] = {.lex_state = 1}, - [464] = {.lex_state = 2}, - [465] = {.lex_state = 1}, - [466] = {.lex_state = 1}, - [467] = {.lex_state = 1}, - [468] = {.lex_state = 2}, - [469] = {.lex_state = 1}, - [470] = {.lex_state = 1}, - [471] = {.lex_state = 1}, - [472] = {.lex_state = 2}, - [473] = {.lex_state = 1}, - [474] = {.lex_state = 1}, - [475] = {.lex_state = 1}, - [476] = {.lex_state = 1}, - [477] = {.lex_state = 180}, - [478] = {.lex_state = 2}, - [479] = {.lex_state = 1}, - [480] = {.lex_state = 1}, - [481] = {.lex_state = 1}, - [482] = {.lex_state = 1}, - [483] = {.lex_state = 1}, - [484] = {.lex_state = 1}, - [485] = {.lex_state = 1}, - [486] = {.lex_state = 1}, - [487] = {.lex_state = 1}, - [488] = {.lex_state = 1}, - [489] = {.lex_state = 1}, - [490] = {.lex_state = 2}, - [491] = {.lex_state = 1}, - [492] = {.lex_state = 1}, - [493] = {.lex_state = 1}, - [494] = {.lex_state = 1}, - [495] = {.lex_state = 1}, - [496] = {.lex_state = 1}, - [497] = {.lex_state = 1}, - [498] = {.lex_state = 1}, - [499] = {.lex_state = 2}, - [500] = {.lex_state = 1}, - [501] = {.lex_state = 1}, - [502] = {.lex_state = 1}, - [503] = {.lex_state = 1}, - [504] = {.lex_state = 1}, - [505] = {.lex_state = 1}, - [506] = {.lex_state = 1}, - [507] = {.lex_state = 1}, - [508] = {.lex_state = 1}, - [509] = {.lex_state = 1}, - [510] = {.lex_state = 3}, - [511] = {.lex_state = 1}, - [512] = {.lex_state = 1}, - [513] = {.lex_state = 1}, - [514] = {.lex_state = 1}, - [515] = {.lex_state = 1}, - [516] = {.lex_state = 1}, - [517] = {.lex_state = 1}, - [518] = {.lex_state = 1}, - [519] = {.lex_state = 2}, - [520] = {.lex_state = 1}, - [521] = {.lex_state = 1}, - [522] = {.lex_state = 1}, - [523] = {.lex_state = 1}, - [524] = {.lex_state = 1}, - [525] = {.lex_state = 1}, - [526] = {.lex_state = 1}, - [527] = {.lex_state = 3}, - [528] = {.lex_state = 3}, - [529] = {.lex_state = 1}, - [530] = {.lex_state = 1}, - [531] = {.lex_state = 1}, - [532] = {.lex_state = 1}, - [533] = {.lex_state = 1}, - [534] = {.lex_state = 1}, - [535] = {.lex_state = 1}, - [536] = {.lex_state = 1}, - [537] = {.lex_state = 1}, - [538] = {.lex_state = 1}, - [539] = {.lex_state = 1}, - [540] = {.lex_state = 1}, - [541] = {.lex_state = 1}, - [542] = {.lex_state = 1}, - [543] = {.lex_state = 1}, - [544] = {.lex_state = 1}, - [545] = {.lex_state = 1}, - [546] = {.lex_state = 1}, - [547] = {.lex_state = 1}, - [548] = {.lex_state = 1}, - [549] = {.lex_state = 1}, - [550] = {.lex_state = 1}, - [551] = {.lex_state = 1}, - [552] = {.lex_state = 1}, - [553] = {.lex_state = 1}, - [554] = {.lex_state = 1}, - [555] = {.lex_state = 1}, - [556] = {.lex_state = 1}, - [557] = {.lex_state = 1}, - [558] = {.lex_state = 1}, - [559] = {.lex_state = 1}, - [560] = {.lex_state = 1}, - [561] = {.lex_state = 1}, - [562] = {.lex_state = 1}, - [563] = {.lex_state = 1}, - [564] = {.lex_state = 1}, - [565] = {.lex_state = 1}, - [566] = {.lex_state = 1}, - [567] = {.lex_state = 1}, - [568] = {.lex_state = 1}, - [569] = {.lex_state = 1}, - [570] = {.lex_state = 1}, - [571] = {.lex_state = 1}, - [572] = {.lex_state = 1}, - [573] = {.lex_state = 1}, - [574] = {.lex_state = 1}, - [575] = {.lex_state = 1}, - [576] = {.lex_state = 1}, - [577] = {.lex_state = 1}, - [578] = {.lex_state = 1}, - [579] = {.lex_state = 1}, - [580] = {.lex_state = 1}, - [581] = {.lex_state = 1}, - [582] = {.lex_state = 1}, - [583] = {.lex_state = 1}, - [584] = {.lex_state = 1}, - [585] = {.lex_state = 1}, - [586] = {.lex_state = 1}, - [587] = {.lex_state = 1}, - [588] = {.lex_state = 1}, - [589] = {.lex_state = 1}, - [590] = {.lex_state = 1}, - [591] = {.lex_state = 1}, - [592] = {.lex_state = 1}, - [593] = {.lex_state = 1}, - [594] = {.lex_state = 1}, - [595] = {.lex_state = 1}, - [596] = {.lex_state = 1}, - [597] = {.lex_state = 1}, - [598] = {.lex_state = 1}, - [599] = {.lex_state = 1}, - [600] = {.lex_state = 1}, - [601] = {.lex_state = 1}, - [602] = {.lex_state = 1}, - [603] = {.lex_state = 1}, - [604] = {.lex_state = 1}, - [605] = {.lex_state = 1}, - [606] = {.lex_state = 1}, - [607] = {.lex_state = 1}, - [608] = {.lex_state = 180}, - [609] = {.lex_state = 180}, - [610] = {.lex_state = 180}, - [611] = {.lex_state = 180}, - [612] = {.lex_state = 0}, - [613] = {.lex_state = 0}, - [614] = {.lex_state = 1}, - [615] = {.lex_state = 1}, - [616] = {.lex_state = 1}, - [617] = {.lex_state = 180}, - [618] = {.lex_state = 180}, - [619] = {.lex_state = 180}, - [620] = {.lex_state = 180}, - [621] = {.lex_state = 180}, - [622] = {.lex_state = 180}, - [623] = {.lex_state = 180}, - [624] = {.lex_state = 180}, - [625] = {.lex_state = 180}, - [626] = {.lex_state = 180}, - [627] = {.lex_state = 180}, - [628] = {.lex_state = 180}, - [629] = {.lex_state = 180}, - [630] = {.lex_state = 180}, - [631] = {.lex_state = 180}, - [632] = {.lex_state = 180}, - [633] = {.lex_state = 180}, - [634] = {.lex_state = 180}, - [635] = {.lex_state = 180}, - [636] = {.lex_state = 180}, - [637] = {.lex_state = 180}, - [638] = {.lex_state = 180}, - [639] = {.lex_state = 0}, - [640] = {.lex_state = 180}, - [641] = {.lex_state = 180}, - [642] = {.lex_state = 180}, - [643] = {.lex_state = 0}, - [644] = {.lex_state = 0}, - [645] = {.lex_state = 1}, - [646] = {.lex_state = 0}, - [647] = {.lex_state = 180}, - [648] = {.lex_state = 0}, - [649] = {.lex_state = 180}, - [650] = {.lex_state = 0}, - [651] = {.lex_state = 180}, - [652] = {.lex_state = 0}, - [653] = {.lex_state = 180}, - [654] = {.lex_state = 180}, - [655] = {.lex_state = 180}, - [656] = {.lex_state = 1}, - [657] = {.lex_state = 180}, - [658] = {.lex_state = 180}, - [659] = {.lex_state = 0}, - [660] = {.lex_state = 180}, - [661] = {.lex_state = 180}, - [662] = {.lex_state = 180}, - [663] = {.lex_state = 180}, - [664] = {.lex_state = 1}, - [665] = {.lex_state = 180}, - [666] = {.lex_state = 180}, - [667] = {.lex_state = 180}, - [668] = {.lex_state = 0}, - [669] = {.lex_state = 180}, - [670] = {.lex_state = 1}, - [671] = {.lex_state = 180}, - [672] = {.lex_state = 0}, - [673] = {.lex_state = 180}, - [674] = {.lex_state = 1}, - [675] = {.lex_state = 180}, - [676] = {.lex_state = 0}, - [677] = {.lex_state = 180}, - [678] = {.lex_state = 180}, - [679] = {.lex_state = 180}, - [680] = {.lex_state = 180}, - [681] = {.lex_state = 0}, - [682] = {.lex_state = 0}, - [683] = {.lex_state = 180}, - [684] = {.lex_state = 180}, - [685] = {.lex_state = 180}, - [686] = {.lex_state = 1}, - [687] = {.lex_state = 180}, - [688] = {.lex_state = 180}, - [689] = {.lex_state = 180}, - [690] = {.lex_state = 180}, - [691] = {.lex_state = 180}, - [692] = {.lex_state = 180}, - [693] = {.lex_state = 180}, - [694] = {.lex_state = 180}, - [695] = {.lex_state = 180}, - [696] = {.lex_state = 180}, - [697] = {.lex_state = 180}, - [698] = {.lex_state = 180}, - [699] = {.lex_state = 0}, - [700] = {.lex_state = 1}, - [701] = {.lex_state = 180}, - [702] = {.lex_state = 180}, - [703] = {.lex_state = 180}, - [704] = {.lex_state = 1}, - [705] = {.lex_state = 180}, - [706] = {.lex_state = 180}, - [707] = {.lex_state = 180}, - [708] = {.lex_state = 180}, - [709] = {.lex_state = 180}, - [710] = {.lex_state = 180}, - [711] = {.lex_state = 0}, - [712] = {.lex_state = 1}, - [713] = {.lex_state = 180}, - [714] = {.lex_state = 180}, - [715] = {.lex_state = 180}, - [716] = {.lex_state = 180}, - [717] = {.lex_state = 180}, - [718] = {.lex_state = 180}, - [719] = {.lex_state = 180}, - [720] = {.lex_state = 180}, - [721] = {.lex_state = 180}, - [722] = {.lex_state = 180}, - [723] = {.lex_state = 180}, - [724] = {.lex_state = 180}, - [725] = {.lex_state = 1}, - [726] = {.lex_state = 180}, - [727] = {.lex_state = 180}, - [728] = {.lex_state = 180}, - [729] = {.lex_state = 0}, - [730] = {.lex_state = 1}, - [731] = {.lex_state = 0}, - [732] = {.lex_state = 180}, - [733] = {.lex_state = 180}, - [734] = {.lex_state = 0}, - [735] = {.lex_state = 180}, - [736] = {.lex_state = 1}, - [737] = {.lex_state = 180}, - [738] = {.lex_state = 0}, - [739] = {.lex_state = 180}, - [740] = {.lex_state = 0}, - [741] = {.lex_state = 180}, - [742] = {.lex_state = 180}, - [743] = {.lex_state = 180}, - [744] = {.lex_state = 180}, - [745] = {.lex_state = 180}, - [746] = {.lex_state = 180}, - [747] = {.lex_state = 180}, - [748] = {.lex_state = 0}, - [749] = {.lex_state = 0}, - [750] = {.lex_state = 0}, - [751] = {.lex_state = 180}, - [752] = {.lex_state = 180}, - [753] = {.lex_state = 180}, - [754] = {.lex_state = 180}, - [755] = {.lex_state = 180}, - [756] = {.lex_state = 180}, - [757] = {.lex_state = 180}, - [758] = {.lex_state = 180}, - [759] = {.lex_state = 180}, - [760] = {.lex_state = 180}, - [761] = {.lex_state = 180}, - [762] = {.lex_state = 180}, - [763] = {.lex_state = 180}, - [764] = {.lex_state = 1}, - [765] = {.lex_state = 180}, - [766] = {.lex_state = 180}, - [767] = {.lex_state = 180}, - [768] = {.lex_state = 0}, - [769] = {.lex_state = 180}, - [770] = {.lex_state = 180}, - [771] = {.lex_state = 180}, - [772] = {.lex_state = 180}, - [773] = {.lex_state = 180}, - [774] = {.lex_state = 180}, - [775] = {.lex_state = 0}, - [776] = {.lex_state = 180}, - [777] = {.lex_state = 180}, - [778] = {.lex_state = 180}, - [779] = {.lex_state = 180}, - [780] = {.lex_state = 180}, - [781] = {.lex_state = 0}, - [782] = {.lex_state = 180}, - [783] = {.lex_state = 0}, - [784] = {.lex_state = 180}, - [785] = {.lex_state = 180}, - [786] = {.lex_state = 180}, - [787] = {.lex_state = 180}, - [788] = {.lex_state = 180}, - [789] = {.lex_state = 0}, - [790] = {.lex_state = 0}, - [791] = {.lex_state = 0}, - [792] = {.lex_state = 180}, - [793] = {.lex_state = 0}, - [794] = {.lex_state = 0}, - [795] = {.lex_state = 180}, - [796] = {.lex_state = 0}, - [797] = {.lex_state = 180}, - [798] = {.lex_state = 180}, - [799] = {.lex_state = 0}, - [800] = {.lex_state = 0}, - [801] = {.lex_state = 180}, - [802] = {.lex_state = 0}, - [803] = {.lex_state = 0}, - [804] = {.lex_state = 180}, - [805] = {.lex_state = 0}, - [806] = {.lex_state = 0}, - [807] = {.lex_state = 180}, - [808] = {.lex_state = 180}, - [809] = {.lex_state = 0}, - [810] = {.lex_state = 0}, - [811] = {.lex_state = 0}, - [812] = {.lex_state = 180}, - [813] = {.lex_state = 0}, - [814] = {.lex_state = 0}, - [815] = {.lex_state = 0}, - [816] = {.lex_state = 180}, - [817] = {.lex_state = 180}, - [818] = {.lex_state = 0}, - [819] = {.lex_state = 0}, - [820] = {.lex_state = 180}, - [821] = {.lex_state = 180}, - [822] = {.lex_state = 0}, - [823] = {.lex_state = 180}, - [824] = {.lex_state = 180}, - [825] = {.lex_state = 180}, - [826] = {.lex_state = 180}, - [827] = {.lex_state = 180}, - [828] = {.lex_state = 0}, - [829] = {.lex_state = 0}, - [830] = {.lex_state = 0}, - [831] = {.lex_state = 0}, - [832] = {.lex_state = 180}, - [833] = {.lex_state = 180}, - [834] = {.lex_state = 0}, - [835] = {.lex_state = 180}, - [836] = {.lex_state = 0}, - [837] = {.lex_state = 180}, - [838] = {.lex_state = 0}, - [839] = {.lex_state = 0}, - [840] = {.lex_state = 0}, - [841] = {.lex_state = 0}, - [842] = {.lex_state = 0}, - [843] = {.lex_state = 0}, - [844] = {.lex_state = 0}, - [845] = {.lex_state = 0}, - [846] = {.lex_state = 180}, - [847] = {.lex_state = 180}, - [848] = {.lex_state = 180}, - [849] = {.lex_state = 0}, - [850] = {.lex_state = 180}, - [851] = {.lex_state = 0}, - [852] = {.lex_state = 180}, - [853] = {.lex_state = 180}, - [854] = {.lex_state = 180}, - [855] = {.lex_state = 0}, - [856] = {.lex_state = 0}, - [857] = {.lex_state = 180}, - [858] = {.lex_state = 180}, - [859] = {.lex_state = 180}, - [860] = {.lex_state = 180}, - [861] = {.lex_state = 180}, - [862] = {.lex_state = 180}, - [863] = {.lex_state = 0}, - [864] = {.lex_state = 0}, - [865] = {.lex_state = 0}, - [866] = {.lex_state = 180}, - [867] = {.lex_state = 0}, - [868] = {.lex_state = 0}, - [869] = {.lex_state = 0}, - [870] = {.lex_state = 180}, - [871] = {.lex_state = 0}, - [872] = {.lex_state = 180}, - [873] = {.lex_state = 0}, - [874] = {.lex_state = 180}, - [875] = {.lex_state = 180}, - [876] = {.lex_state = 0}, - [877] = {.lex_state = 0}, - [878] = {.lex_state = 180}, - [879] = {.lex_state = 0}, - [880] = {.lex_state = 0}, - [881] = {.lex_state = 0}, - [882] = {.lex_state = 0}, - [883] = {.lex_state = 0}, - [884] = {.lex_state = 0}, - [885] = {.lex_state = 180}, - [886] = {.lex_state = 180}, - [887] = {.lex_state = 180}, - [888] = {.lex_state = 0}, - [889] = {.lex_state = 0}, - [890] = {.lex_state = 180}, - [891] = {.lex_state = 180}, - [892] = {.lex_state = 0}, - [893] = {.lex_state = 0}, - [894] = {.lex_state = 180}, - [895] = {.lex_state = 180}, - [896] = {.lex_state = 0}, - [897] = {.lex_state = 0}, - [898] = {.lex_state = 180}, - [899] = {.lex_state = 0}, - [900] = {.lex_state = 180}, - [901] = {.lex_state = 0}, - [902] = {.lex_state = 180}, - [903] = {.lex_state = 180}, - [904] = {.lex_state = 0}, - [905] = {.lex_state = 0}, - [906] = {.lex_state = 0}, - [907] = {.lex_state = 0}, - [908] = {.lex_state = 180}, - [909] = {.lex_state = 180}, - [910] = {.lex_state = 180}, - [911] = {.lex_state = 0}, - [912] = {.lex_state = 0}, - [913] = {.lex_state = 0}, - [914] = {.lex_state = 0}, - [915] = {.lex_state = 0}, - [916] = {.lex_state = 0}, - [917] = {.lex_state = 180}, - [918] = {.lex_state = 0}, - [919] = {.lex_state = 0}, - [920] = {.lex_state = 0}, - [921] = {.lex_state = 0}, - [922] = {.lex_state = 180}, - [923] = {.lex_state = 180}, - [924] = {.lex_state = 0}, - [925] = {.lex_state = 180}, - [926] = {.lex_state = 180}, - [927] = {.lex_state = 0}, - [928] = {.lex_state = 180}, - [929] = {.lex_state = 0}, - [930] = {.lex_state = 0}, - [931] = {.lex_state = 0}, - [932] = {.lex_state = 180}, - [933] = {.lex_state = 180}, - [934] = {.lex_state = 0}, - [935] = {.lex_state = 180}, - [936] = {.lex_state = 0}, - [937] = {.lex_state = 0}, - [938] = {.lex_state = 180}, - [939] = {.lex_state = 180}, - [940] = {.lex_state = 180}, - [941] = {.lex_state = 0}, - [942] = {.lex_state = 180}, - [943] = {.lex_state = 180}, - [944] = {.lex_state = 7}, - [945] = {.lex_state = 0}, - [946] = {.lex_state = 0}, - [947] = {.lex_state = 0}, - [948] = {.lex_state = 180}, - [949] = {.lex_state = 0}, - [950] = {.lex_state = 0}, - [951] = {.lex_state = 0}, - [952] = {.lex_state = 0}, - [953] = {.lex_state = 0}, - [954] = {.lex_state = 0}, - [955] = {.lex_state = 0}, - [956] = {.lex_state = 0}, - [957] = {.lex_state = 0}, - [958] = {.lex_state = 0}, - [959] = {.lex_state = 0}, - [960] = {.lex_state = 0}, - [961] = {.lex_state = 0}, - [962] = {.lex_state = 180}, - [963] = {.lex_state = 0}, - [964] = {.lex_state = 0}, - [965] = {.lex_state = 0}, - [966] = {.lex_state = 180}, - [967] = {.lex_state = 0}, - [968] = {.lex_state = 0}, - [969] = {.lex_state = 0}, - [970] = {.lex_state = 0}, - [971] = {.lex_state = 0}, - [972] = {.lex_state = 0}, - [973] = {.lex_state = 0}, - [974] = {.lex_state = 0}, - [975] = {.lex_state = 180}, - [976] = {.lex_state = 0}, - [977] = {.lex_state = 180}, - [978] = {.lex_state = 180}, - [979] = {.lex_state = 0}, - [980] = {.lex_state = 0}, - [981] = {.lex_state = 0}, - [982] = {.lex_state = 180}, - [983] = {.lex_state = 0}, - [984] = {.lex_state = 0}, - [985] = {.lex_state = 0}, - [986] = {.lex_state = 0}, - [987] = {.lex_state = 0}, - [988] = {.lex_state = 0}, - [989] = {.lex_state = 180}, - [990] = {.lex_state = 0}, - [991] = {.lex_state = 0}, - [992] = {.lex_state = 0}, - [993] = {.lex_state = 0}, - [994] = {.lex_state = 0}, - [995] = {.lex_state = 0}, - [996] = {.lex_state = 0}, - [997] = {.lex_state = 0}, - [998] = {.lex_state = 0}, - [999] = {.lex_state = 0}, - [1000] = {.lex_state = 0}, - [1001] = {.lex_state = 0}, - [1002] = {.lex_state = 0}, - [1003] = {.lex_state = 0}, - [1004] = {.lex_state = 0}, - [1005] = {.lex_state = 180}, - [1006] = {.lex_state = 0}, - [1007] = {.lex_state = 0}, - [1008] = {.lex_state = 0}, - [1009] = {.lex_state = 0}, - [1010] = {.lex_state = 0}, - [1011] = {.lex_state = 0}, - [1012] = {.lex_state = 0}, - [1013] = {.lex_state = 0}, - [1014] = {.lex_state = 0}, - [1015] = {.lex_state = 0}, - [1016] = {.lex_state = 0}, - [1017] = {.lex_state = 180}, - [1018] = {.lex_state = 0}, - [1019] = {.lex_state = 0}, - [1020] = {.lex_state = 0}, - [1021] = {.lex_state = 0}, - [1022] = {.lex_state = 0}, - [1023] = {.lex_state = 0}, - [1024] = {.lex_state = 0}, - [1025] = {.lex_state = 0}, - [1026] = {.lex_state = 180}, - [1027] = {.lex_state = 0}, - [1028] = {.lex_state = 0}, - [1029] = {.lex_state = 0}, - [1030] = {.lex_state = 0}, - [1031] = {.lex_state = 0}, - [1032] = {.lex_state = 180}, - [1033] = {.lex_state = 180}, - [1034] = {.lex_state = 0}, - [1035] = {.lex_state = 0}, - [1036] = {.lex_state = 0}, - [1037] = {.lex_state = 0}, - [1038] = {.lex_state = 0}, - [1039] = {.lex_state = 180}, - [1040] = {.lex_state = 180}, - [1041] = {.lex_state = 0}, - [1042] = {.lex_state = 0}, - [1043] = {.lex_state = 180}, - [1044] = {.lex_state = 0}, - [1045] = {.lex_state = 180}, - [1046] = {.lex_state = 0}, - [1047] = {.lex_state = 180}, - [1048] = {.lex_state = 0}, - [1049] = {.lex_state = 180}, - [1050] = {.lex_state = 0}, - [1051] = {.lex_state = 0}, - [1052] = {.lex_state = 180}, - [1053] = {.lex_state = 0}, - [1054] = {.lex_state = 0}, - [1055] = {.lex_state = 0}, - [1056] = {.lex_state = 0}, - [1057] = {.lex_state = 0}, - [1058] = {.lex_state = 0}, - [1059] = {.lex_state = 0}, - [1060] = {.lex_state = 0}, - [1061] = {.lex_state = 0}, - [1062] = {.lex_state = 0}, - [1063] = {.lex_state = 0}, - [1064] = {.lex_state = 180}, - [1065] = {.lex_state = 0}, - [1066] = {.lex_state = 0}, - [1067] = {.lex_state = 0}, - [1068] = {.lex_state = 0}, - [1069] = {.lex_state = 0}, - [1070] = {.lex_state = 0}, - [1071] = {.lex_state = 0}, - [1072] = {.lex_state = 0}, - [1073] = {.lex_state = 0}, - [1074] = {.lex_state = 0}, - [1075] = {.lex_state = 0}, - [1076] = {.lex_state = 0}, - [1077] = {.lex_state = 180}, - [1078] = {.lex_state = 0}, - [1079] = {.lex_state = 0}, - [1080] = {.lex_state = 0}, - [1081] = {.lex_state = 0}, - [1082] = {.lex_state = 0}, - [1083] = {.lex_state = 0}, - [1084] = {.lex_state = 0}, - [1085] = {.lex_state = 0}, - [1086] = {.lex_state = 0}, - [1087] = {.lex_state = 0}, - [1088] = {.lex_state = 0}, - [1089] = {.lex_state = 0}, - [1090] = {.lex_state = 0}, - [1091] = {.lex_state = 0}, - [1092] = {.lex_state = 0}, - [1093] = {.lex_state = 0}, - [1094] = {.lex_state = 0}, - [1095] = {.lex_state = 0}, - [1096] = {.lex_state = 0}, - [1097] = {.lex_state = 0}, - [1098] = {.lex_state = 0}, - [1099] = {.lex_state = 0}, - [1100] = {.lex_state = 0}, - [1101] = {.lex_state = 0}, - [1102] = {.lex_state = 0}, - [1103] = {.lex_state = 180}, - [1104] = {.lex_state = 0}, - [1105] = {.lex_state = 180}, - [1106] = {.lex_state = 0}, - [1107] = {.lex_state = 180}, - [1108] = {.lex_state = 0}, - [1109] = {.lex_state = 180}, - [1110] = {.lex_state = 0}, - [1111] = {.lex_state = 0}, - [1112] = {.lex_state = 180}, - [1113] = {.lex_state = 0}, - [1114] = {.lex_state = 0}, - [1115] = {.lex_state = 0}, - [1116] = {.lex_state = 0}, - [1117] = {.lex_state = 0}, - [1118] = {.lex_state = 180}, - [1119] = {.lex_state = 0}, - [1120] = {.lex_state = 0}, - [1121] = {.lex_state = 0}, - [1122] = {.lex_state = 0}, - [1123] = {.lex_state = 0}, - [1124] = {.lex_state = 0}, - [1125] = {.lex_state = 0}, - [1126] = {.lex_state = 0}, - [1127] = {.lex_state = 0}, - [1128] = {.lex_state = 0}, - [1129] = {.lex_state = 0}, - [1130] = {.lex_state = 0}, - [1131] = {.lex_state = 180}, - [1132] = {.lex_state = 0}, - [1133] = {.lex_state = 0}, - [1134] = {.lex_state = 0}, - [1135] = {.lex_state = 0}, - [1136] = {.lex_state = 0}, - [1137] = {.lex_state = 180}, - [1138] = {.lex_state = 0}, - [1139] = {.lex_state = 0}, - [1140] = {.lex_state = 1}, - [1141] = {.lex_state = 180}, - [1142] = {.lex_state = 0}, - [1143] = {.lex_state = 0}, - [1144] = {.lex_state = 0}, - [1145] = {.lex_state = 0}, - [1146] = {.lex_state = 0}, - [1147] = {.lex_state = 0}, - [1148] = {.lex_state = 0}, - [1149] = {.lex_state = 0}, - [1150] = {.lex_state = 0}, - [1151] = {.lex_state = 0}, - [1152] = {.lex_state = 0}, - [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 0}, - [1155] = {.lex_state = 0}, - [1156] = {.lex_state = 0}, - [1157] = {.lex_state = 0}, - [1158] = {.lex_state = 0}, - [1159] = {.lex_state = 0}, - [1160] = {.lex_state = 180}, - [1161] = {.lex_state = 0}, - [1162] = {.lex_state = 0}, - [1163] = {.lex_state = 0}, - [1164] = {.lex_state = 180}, - [1165] = {.lex_state = 180}, - [1166] = {.lex_state = 180}, - [1167] = {.lex_state = 0}, -}; - -static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { - [ts_builtin_sym_end] = ACTIONS(1), - [sym_atom] = ACTIONS(1), - [anon_sym_DASH] = ACTIONS(1), - [anon_sym_include] = ACTIONS(1), - [anon_sym_SQUOTEinclude_SQUOTE] = ACTIONS(1), - [anon_sym_LPAREN] = ACTIONS(1), - [anon_sym_RPAREN] = ACTIONS(1), - [anon_sym_DOT] = ACTIONS(1), - [anon_sym_include_lib] = ACTIONS(1), - [anon_sym_SQUOTEinclude_lib_SQUOTE] = ACTIONS(1), - [anon_sym_undef] = ACTIONS(1), - [anon_sym_SQUOTEundef_SQUOTE] = ACTIONS(1), - [anon_sym_ifdef] = ACTIONS(1), - [anon_sym_SQUOTEifdef_SQUOTE] = ACTIONS(1), - [anon_sym_ifndef] = ACTIONS(1), - [anon_sym_SQUOTEifndef_SQUOTE] = ACTIONS(1), - [anon_sym_else] = ACTIONS(1), - [anon_sym_SQUOTEelse_SQUOTE] = ACTIONS(1), - [anon_sym_endif] = ACTIONS(1), - [anon_sym_SQUOTEendif_SQUOTE] = ACTIONS(1), - [anon_sym_if] = ACTIONS(1), - [anon_sym_SQUOTEif_SQUOTE] = ACTIONS(1), - [anon_sym_elif] = ACTIONS(1), - [anon_sym_SQUOTEelif_SQUOTE] = ACTIONS(1), - [anon_sym_define] = ACTIONS(1), - [anon_sym_SQUOTEdefine_SQUOTE] = ACTIONS(1), - [anon_sym_COMMA] = ACTIONS(1), - [anon_sym_module] = ACTIONS(1), - [anon_sym_SQUOTEmodule_SQUOTE] = ACTIONS(1), - [anon_sym_behaviour] = ACTIONS(1), - [anon_sym_SQUOTEbehaviour_SQUOTE] = ACTIONS(1), - [anon_sym_behavior] = ACTIONS(1), - [anon_sym_SQUOTEbehavior_SQUOTE] = ACTIONS(1), - [anon_sym_export] = ACTIONS(1), - [anon_sym_SQUOTEexport_SQUOTE] = ACTIONS(1), - [anon_sym_LBRACK] = ACTIONS(1), - [anon_sym_RBRACK] = ACTIONS(1), - [anon_sym_import] = ACTIONS(1), - [anon_sym_SQUOTEimport_SQUOTE] = ACTIONS(1), - [anon_sym_optional_callbacks] = ACTIONS(1), - [anon_sym_SQUOTEoptional_callbacks_SQUOTE] = ACTIONS(1), - [anon_sym_export_type] = ACTIONS(1), - [anon_sym_SQUOTEexport_type_SQUOTE] = ACTIONS(1), - [anon_sym_compile] = ACTIONS(1), - [anon_sym_SQUOTEcompile_SQUOTE] = ACTIONS(1), - [anon_sym_file] = ACTIONS(1), - [anon_sym_SQUOTEfile_SQUOTE] = ACTIONS(1), - [anon_sym_deprecated] = ACTIONS(1), - [anon_sym_SQUOTEdeprecated_SQUOTE] = ACTIONS(1), - [anon_sym_LBRACE] = ACTIONS(1), - [anon_sym_RBRACE] = ACTIONS(1), - [sym_deprecated_wildcard] = ACTIONS(1), - [anon_sym_type] = ACTIONS(1), - [anon_sym_SQUOTEtype_SQUOTE] = ACTIONS(1), - [anon_sym_opaque] = ACTIONS(1), - [anon_sym_SQUOTEopaque_SQUOTE] = ACTIONS(1), - [anon_sym_COLON_COLON] = ACTIONS(1), - [anon_sym_record] = ACTIONS(1), - [anon_sym_SQUOTErecord_SQUOTE] = ACTIONS(1), - [anon_sym_spec] = ACTIONS(1), - [anon_sym_SQUOTEspec_SQUOTE] = ACTIONS(1), - [anon_sym_callback] = ACTIONS(1), - [anon_sym_SQUOTEcallback_SQUOTE] = ACTIONS(1), - [anon_sym_SEMI] = ACTIONS(1), - [anon_sym_COLON] = ACTIONS(1), - [anon_sym_DASH_GT] = ACTIONS(1), - [anon_sym_when] = ACTIONS(1), - [anon_sym_PIPE] = ACTIONS(1), - [anon_sym_fun] = ACTIONS(1), - [anon_sym_DOT_DOT] = ACTIONS(1), - [anon_sym_catch] = ACTIONS(1), - [anon_sym_EQ] = ACTIONS(1), - [anon_sym_QMARK_EQ] = ACTIONS(1), - [anon_sym_BANG] = ACTIONS(1), - [anon_sym_orelse] = ACTIONS(1), - [anon_sym_andalso] = ACTIONS(1), - [anon_sym_begin] = ACTIONS(1), - [anon_sym_end] = ACTIONS(1), - [anon_sym_GT_GT] = ACTIONS(1), - [anon_sym_SLASH] = ACTIONS(1), - [anon_sym_STAR] = ACTIONS(1), - [anon_sym_unit] = ACTIONS(1), - [anon_sym_POUND] = ACTIONS(1), - [anon_sym_PIPE_PIPE] = ACTIONS(1), - [anon_sym_LT_DASH] = ACTIONS(1), - [anon_sym_LT_EQ] = ACTIONS(1), - [anon_sym_EQ_GT] = ACTIONS(1), - [anon_sym_COLON_EQ] = ACTIONS(1), - [anon_sym_case] = ACTIONS(1), - [anon_sym_of] = ACTIONS(1), - [anon_sym_receive] = ACTIONS(1), - [anon_sym_after] = ACTIONS(1), - [anon_sym_try] = ACTIONS(1), - [anon_sym_maybe] = ACTIONS(1), - [anon_sym_QMARK] = ACTIONS(1), - [anon_sym_PLUS] = ACTIONS(1), - [anon_sym_bnot] = ACTIONS(1), - [anon_sym_not] = ACTIONS(1), - [anon_sym_div] = ACTIONS(1), - [anon_sym_rem] = ACTIONS(1), - [anon_sym_band] = ACTIONS(1), - [anon_sym_and] = ACTIONS(1), - [anon_sym_bor] = ACTIONS(1), - [anon_sym_bxor] = ACTIONS(1), - [anon_sym_bsl] = ACTIONS(1), - [anon_sym_bsr] = ACTIONS(1), - [anon_sym_or] = ACTIONS(1), - [anon_sym_xor] = ACTIONS(1), - [anon_sym_PLUS_PLUS] = ACTIONS(1), - [anon_sym_DASH_DASH] = ACTIONS(1), - [anon_sym_EQ_EQ] = ACTIONS(1), - [anon_sym_SLASH_EQ] = ACTIONS(1), - [anon_sym_EQ_LT] = ACTIONS(1), - [anon_sym_LT] = ACTIONS(1), - [anon_sym_GT_EQ] = ACTIONS(1), - [anon_sym_GT] = ACTIONS(1), - [anon_sym_EQ_COLON_EQ] = ACTIONS(1), - [anon_sym_EQ_SLASH_EQ] = ACTIONS(1), - [sym_var] = ACTIONS(1), - [sym_integer] = ACTIONS(1), - [sym_float] = ACTIONS(1), - [sym_string] = ACTIONS(1), - [sym_char] = ACTIONS(1), - [sym_comment] = ACTIONS(3), - }, - [1] = { - [sym_source_file] = STATE(1159), - [sym__form] = STATE(477), - [sym__preprocessor_directive] = STATE(694), - [sym_pp_include] = STATE(698), - [sym_pp_include_lib] = STATE(698), - [sym_pp_undef] = STATE(698), - [sym_pp_ifdef] = STATE(698), - [sym_pp_ifndef] = STATE(698), - [sym_pp_else] = STATE(698), - [sym_pp_endif] = STATE(698), - [sym_pp_if] = STATE(698), - [sym_pp_elif] = STATE(698), - [sym_pp_define] = STATE(698), - [sym_module_attribute] = STATE(694), - [sym_behaviour_attribute] = STATE(694), - [sym_export_attribute] = STATE(694), - [sym_import_attribute] = STATE(694), - [sym_optional_callbacks_attribute] = STATE(694), - [sym_export_type_attribute] = STATE(694), - [sym_compile_options_attribute] = STATE(694), - [sym_file_attribute] = STATE(694), - [sym_deprecated_attribute] = STATE(694), - [sym_type_alias] = STATE(694), - [sym_opaque] = STATE(694), - [sym_record_decl] = STATE(694), - [sym_spec] = STATE(694), - [sym_callback] = STATE(694), - [sym_wild_attribute] = STATE(694), - [sym_attr_name] = STATE(165), - [sym_fun_decl] = STATE(694), - [sym__function_or_macro_clause] = STATE(616), - [sym_function_clause] = STATE(686), - [sym__name] = STATE(967), - [sym_macro_call_expr] = STATE(686), - [sym_macro_call_none] = STATE(528), - [aux_sym_source_file_repeat1] = STATE(477), - [ts_builtin_sym_end] = ACTIONS(5), - [sym_atom] = ACTIONS(7), - [anon_sym_DASH] = ACTIONS(9), - [anon_sym_QMARK] = ACTIONS(11), - [sym_var] = ACTIONS(7), - [sym_comment] = ACTIONS(3), - }, - [2] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__function_or_macro_clause] = STATE(889), - [sym_function_clause] = STATE(686), - [sym__expr] = STATE(308), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clause_or_macro] = STATE(888), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym__name] = STATE(998), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_def_replacement] = STATE(1124), - [sym_replacement_function_clauses] = STATE(1123), - [sym_replacement_cr_clauses] = STATE(1121), - [sym_replacement_guard_or] = STATE(1117), - [sym_replacement_guard_and] = STATE(883), - [sym_replacement_parens] = STATE(1113), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(423), - [sym_macro_call_none] = STATE(528), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(13), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(19), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(51), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [3] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(926), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_receive_after] = STATE(1118), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(61), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_after] = ACTIONS(63), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [4] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(902), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_receive_after] = STATE(1107), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(69), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_after] = ACTIONS(63), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [5] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(875), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_receive_after] = STATE(1017), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(71), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_after] = ACTIONS(63), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [6] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(295), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym__lc_expr] = STATE(711), - [sym_generator] = STATE(803), - [sym_b_generator] = STATE(803), - [sym_map_generator] = STATE(803), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_map_field] = STATE(1130), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [7] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(295), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym__lc_expr] = STATE(810), - [sym_generator] = STATE(803), - [sym_b_generator] = STATE(803), - [sym_map_generator] = STATE(803), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_map_field] = STATE(1130), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [8] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1160), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(115), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [9] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1039), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(117), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [10] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1043), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(119), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [11] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1064), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(121), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [12] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_if_clause] = STATE(891), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard] = STATE(1006), - [sym_guard_clause] = STATE(882), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(129), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [13] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_if_clause] = STATE(885), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard] = STATE(1006), - [sym_guard_clause] = STATE(882), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(133), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [14] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1137), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(135), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [15] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(1166), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(137), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [16] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_if_clause] = STATE(917), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard] = STATE(1006), - [sym_guard_clause] = STATE(882), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_end] = ACTIONS(139), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [17] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_if_clause] = STATE(966), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard] = STATE(1006), - [sym_guard_clause] = STATE(882), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [18] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(787), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [19] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(792), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [20] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1083), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [21] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1161), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(153), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [22] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1083), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(155), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [23] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1083), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [24] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(817), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [25] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1083), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(159), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [26] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(824), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [27] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(785), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [28] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clauses] = STATE(786), - [sym__cr_clause_or_macro] = STATE(708), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [29] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_fun_type_sig] = STATE(1025), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_expr_args] = STATE(1093), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_RPAREN] = ACTIONS(161), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [30] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(929), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(163), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [31] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(956), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(165), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [32] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(440), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym__cr_clause_or_macro] = STATE(693), - [sym_cr_clause] = STATE(706), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(326), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [33] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(738), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(167), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [34] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(494), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_macro_expr] = STATE(829), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(171), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [35] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(494), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_macro_expr] = STATE(915), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(179), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [36] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(699), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(181), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [37] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(494), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_macro_expr] = STATE(865), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(183), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [38] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(494), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_macro_expr] = STATE(934), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(185), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [39] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(748), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [40] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard] = STATE(1111), - [sym_guard_clause] = STATE(882), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [41] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(441), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym_replacement_guard_and] = STATE(1010), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [42] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(465), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [43] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(402), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [44] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(462), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(193), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [45] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(390), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_RBRACK] = ACTIONS(195), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [46] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(985), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [47] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(512), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(197), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [48] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(492), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(199), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [49] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(470), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [50] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(979), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [51] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(386), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_RBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [52] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(494), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_macro_expr] = STATE(999), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [53] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(476), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_map_field] = STATE(997), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [54] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(445), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_guard_clause] = STATE(970), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [55] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(475), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [56] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(471), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(205), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [57] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(496), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [58] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(344), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [59] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(497), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [60] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(285), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [61] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(498), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [62] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(439), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [63] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(469), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [64] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(521), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [65] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(325), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [66] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(357), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [67] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(502), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [68] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(503), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [69] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(511), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [70] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(329), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [71] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(283), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [72] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(323), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [73] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(516), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [74] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(355), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [75] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(354), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [76] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(519), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [77] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(353), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [78] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(352), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [79] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(351), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [80] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(346), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [81] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(274), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [82] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(327), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [83] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(342), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [84] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(341), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [85] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(340), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [86] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(339), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [87] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(338), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [88] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(336), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [89] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(335), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [90] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(333), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [91] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(331), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [92] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(330), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [93] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(328), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [94] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(345), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [95] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(349), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [96] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(401), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [97] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(320), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [98] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(495), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [99] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(348), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [100] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(520), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [101] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(433), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [102] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(518), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [103] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(294), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [104] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(479), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [105] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(480), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [106] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(482), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [107] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(483), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [108] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(484), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [109] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(485), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [110] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(486), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [111] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(487), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [112] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(488), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [113] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(489), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [114] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(493), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [115] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(500), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [116] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(491), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [117] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(506), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [118] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(393), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [119] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(343), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [120] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(324), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [121] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(473), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [122] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(463), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [123] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(507), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [124] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(474), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [125] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(337), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [126] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(303), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [127] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(509), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [128] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(307), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [129] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(309), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [130] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(310), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [131] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(311), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [132] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(422), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [133] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(512), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [134] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(513), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [135] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(312), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [136] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(314), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [137] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(315), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [138] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(515), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [139] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(316), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [140] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(116), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(504), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(403), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(114), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(125), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(127), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_bnot] = ACTIONS(131), - [anon_sym_not] = ACTIONS(131), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [141] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(318), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [142] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(435), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [143] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(399), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [144] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(438), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [145] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(418), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [146] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(419), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [147] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(319), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [148] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(481), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [149] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(420), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [150] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(313), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [151] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(332), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [152] = { - [sym_ann_type] = STATE(468), - [sym_ann_var] = STATE(126), - [sym_pipe] = STATE(468), - [sym_fun_type] = STATE(378), - [sym_range_type] = STATE(468), - [sym__expr] = STATE(302), - [sym_catch_expr] = STATE(468), - [sym_match_expr] = STATE(468), - [sym_cond_match_expr] = STATE(468), - [sym_binary_op_expr] = STATE(468), - [sym_unary_op_expr] = STATE(468), - [sym__expr_max] = STATE(373), - [sym_remote] = STATE(468), - [sym_remote_module] = STATE(374), - [sym_paren_expr] = STATE(378), - [sym_block_expr] = STATE(378), - [sym_list] = STATE(378), - [sym_binary] = STATE(378), - [sym_list_comprehension] = STATE(378), - [sym_binary_comprehension] = STATE(378), - [sym_map_comprehension] = STATE(378), - [sym_tuple] = STATE(378), - [sym_map_expr_update] = STATE(455), - [sym_map_expr] = STATE(455), - [sym__map_expr_base] = STATE(1133), - [sym_record_index_expr] = STATE(454), - [sym_record_field_expr] = STATE(454), - [sym_record_update_expr] = STATE(454), - [sym_record_expr] = STATE(454), - [sym_record_name] = STATE(796), - [sym__record_expr_base] = STATE(1001), - [sym_call] = STATE(468), - [sym_if_expr] = STATE(378), - [sym_case_expr] = STATE(378), - [sym_receive_expr] = STATE(378), - [sym_internal_fun] = STATE(378), - [sym_external_fun] = STATE(378), - [sym_anonymous_fun] = STATE(378), - [sym_try_expr] = STATE(378), - [sym_maybe_expr] = STATE(378), - [sym__macro_body_expr] = STATE(298), - [sym_macro_call_expr] = STATE(298), - [sym_macro_string] = STATE(298), - [sym_concatables] = STATE(378), - [sym__concatable] = STATE(643), - [sym__prefix_op] = STATE(128), - [sym_atom] = ACTIONS(73), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_LPAREN] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_LBRACK] = ACTIONS(81), - [anon_sym_LBRACE] = ACTIONS(83), - [anon_sym_fun] = ACTIONS(85), - [sym_dotdotdot] = ACTIONS(87), - [anon_sym_catch] = ACTIONS(89), - [anon_sym_begin] = ACTIONS(91), - [anon_sym_LT_LT] = ACTIONS(93), - [anon_sym_POUND] = ACTIONS(95), - [anon_sym_case] = ACTIONS(97), - [anon_sym_receive] = ACTIONS(99), - [anon_sym_try] = ACTIONS(101), - [anon_sym_maybe] = ACTIONS(103), - [anon_sym_QMARK] = ACTIONS(105), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_bnot] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [sym_var] = ACTIONS(109), - [sym_integer] = ACTIONS(73), - [sym_float] = ACTIONS(111), - [sym_string] = ACTIONS(113), - [sym_char] = ACTIONS(111), - [sym_comment] = ACTIONS(3), - }, - [153] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(421), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [154] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(286), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [155] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(284), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [156] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(280), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [157] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(278), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [158] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(276), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [159] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(279), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [160] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(282), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [161] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(436), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [162] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(281), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [163] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(275), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [164] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(277), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [165] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(522), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [166] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(517), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [167] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(424), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [168] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(334), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [169] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(425), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [170] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(71), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(508), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(410), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(81), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(149), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_bnot] = ACTIONS(151), - [anon_sym_not] = ACTIONS(151), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [171] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(429), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [172] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(151), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(321), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(372), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(458), - [sym_macro_call_expr] = STATE(458), - [sym_macro_string] = STATE(458), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(125), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(147), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(209), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(207), - [anon_sym_bnot] = ACTIONS(211), - [anon_sym_not] = ACTIONS(211), - [sym_var] = ACTIONS(213), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(215), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [173] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(426), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [174] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(95), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(466), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(404), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(93), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(27), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(31), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(15), - [anon_sym_bnot] = ACTIONS(49), - [anon_sym_not] = ACTIONS(49), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(428), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, - [176] = { - [sym_ann_type] = STATE(268), - [sym_ann_var] = STATE(143), - [sym_pipe] = STATE(268), - [sym_fun_type] = STATE(191), - [sym_range_type] = STATE(268), - [sym__expr] = STATE(427), - [sym_catch_expr] = STATE(268), - [sym_match_expr] = STATE(268), - [sym_cond_match_expr] = STATE(268), - [sym_binary_op_expr] = STATE(268), - [sym_unary_op_expr] = STATE(268), - [sym__expr_max] = STATE(263), - [sym_remote] = STATE(268), - [sym_remote_module] = STATE(417), - [sym_paren_expr] = STATE(191), - [sym_block_expr] = STATE(191), - [sym_list] = STATE(191), - [sym_binary] = STATE(191), - [sym_list_comprehension] = STATE(191), - [sym_binary_comprehension] = STATE(191), - [sym_map_comprehension] = STATE(191), - [sym_tuple] = STATE(191), - [sym_map_expr_update] = STATE(259), - [sym_map_expr] = STATE(259), - [sym__map_expr_base] = STATE(1120), - [sym_record_index_expr] = STATE(255), - [sym_record_field_expr] = STATE(255), - [sym_record_update_expr] = STATE(255), - [sym_record_expr] = STATE(255), - [sym_record_name] = STATE(805), - [sym__record_expr_base] = STATE(973), - [sym_call] = STATE(268), - [sym_if_expr] = STATE(191), - [sym_case_expr] = STATE(191), - [sym_receive_expr] = STATE(191), - [sym_internal_fun] = STATE(191), - [sym_external_fun] = STATE(191), - [sym_anonymous_fun] = STATE(191), - [sym_try_expr] = STATE(191), - [sym_maybe_expr] = STATE(191), - [sym__macro_body_expr] = STATE(266), - [sym_macro_call_expr] = STATE(266), - [sym_macro_string] = STATE(266), - [sym_concatables] = STATE(191), - [sym__concatable] = STATE(648), - [sym__prefix_op] = STATE(145), - [sym_atom] = ACTIONS(53), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_LPAREN] = ACTIONS(59), - [anon_sym_if] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_fun] = ACTIONS(173), - [sym_dotdotdot] = ACTIONS(29), - [anon_sym_catch] = ACTIONS(175), - [anon_sym_begin] = ACTIONS(33), - [anon_sym_LT_LT] = ACTIONS(35), - [anon_sym_POUND] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_receive] = ACTIONS(41), - [anon_sym_try] = ACTIONS(43), - [anon_sym_maybe] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_bnot] = ACTIONS(177), - [anon_sym_not] = ACTIONS(177), - [sym_var] = ACTIONS(67), - [sym_integer] = ACTIONS(53), - [sym_float] = ACTIONS(55), - [sym_string] = ACTIONS(57), - [sym_char] = ACTIONS(55), - [sym_comment] = ACTIONS(3), - }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - sym_atom, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(233), 1, - anon_sym_end, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(243), 1, - anon_sym_after, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(249), 1, - anon_sym_QMARK, - ACTIONS(253), 1, - sym_var, - ACTIONS(255), 1, - sym_integer, - ACTIONS(259), 1, - sym_string, - STATE(174), 1, - sym__prefix_op, - STATE(211), 1, - sym_try_class, - STATE(528), 1, - sym_macro_call_none, - STATE(529), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(691), 1, - sym_catch_clause, - STATE(802), 1, - sym_record_name, - STATE(1042), 1, - sym__name, - STATE(1049), 1, - sym_try_after, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(257), 2, - sym_float, - sym_char, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [134] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - sym_atom, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(243), 1, - anon_sym_after, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(249), 1, - anon_sym_QMARK, - ACTIONS(253), 1, - sym_var, - ACTIONS(255), 1, - sym_integer, - ACTIONS(259), 1, - sym_string, - ACTIONS(261), 1, - anon_sym_end, - STATE(174), 1, - sym__prefix_op, - STATE(211), 1, - sym_try_class, - STATE(528), 1, - sym_macro_call_none, - STATE(529), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(754), 1, - sym_catch_clause, - STATE(802), 1, - sym_record_name, - STATE(1040), 1, - sym_try_after, - STATE(1042), 1, - sym__name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(257), 2, - sym_float, - sym_char, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [268] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - sym_atom, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(243), 1, - anon_sym_after, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(249), 1, - anon_sym_QMARK, - ACTIONS(253), 1, - sym_var, - ACTIONS(255), 1, - sym_integer, - ACTIONS(259), 1, - sym_string, - ACTIONS(263), 1, - anon_sym_end, - STATE(174), 1, - sym__prefix_op, - STATE(211), 1, - sym_try_class, - STATE(528), 1, - sym_macro_call_none, - STATE(529), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(690), 1, - sym_catch_clause, - STATE(802), 1, - sym_record_name, - STATE(1042), 1, - sym__name, - STATE(1164), 1, - sym_try_after, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(257), 2, - sym_float, - sym_char, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [402] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(269), 1, - anon_sym_QMARK, - ACTIONS(271), 2, - sym_var, - sym_string, - STATE(181), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(267), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(265), 27, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [479] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(277), 1, - anon_sym_QMARK, - ACTIONS(280), 2, - sym_var, - sym_string, - STATE(181), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(275), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(273), 27, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [556] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - sym_atom, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(249), 1, - anon_sym_QMARK, - ACTIONS(253), 1, - sym_var, - ACTIONS(255), 1, - sym_integer, - ACTIONS(259), 1, - sym_string, - STATE(174), 1, - sym__prefix_op, - STATE(211), 1, - sym_try_class, - STATE(528), 1, - sym_macro_call_none, - STATE(529), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - STATE(857), 1, - sym_catch_clause, - STATE(1042), 1, - sym__name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(257), 2, - sym_float, - sym_char, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [681] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(285), 1, - anon_sym_LPAREN, - STATE(188), 1, - sym_macro_call_args, - ACTIONS(287), 27, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - ACTIONS(283), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [750] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(291), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [814] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(293), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(295), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [878] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(299), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(301), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(303), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [1006] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(305), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(307), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [1070] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(309), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(311), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [1134] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(313), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(315), 28, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [1198] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(319), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(317), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1261] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(323), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(321), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1324] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(327), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(325), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1387] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(331), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(329), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1450] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(335), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(333), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1513] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(339), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(337), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1576] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(343), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(341), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1639] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(347), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(345), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1702] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(351), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(349), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1765] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(355), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(353), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1828] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DASH_GT, - ACTIONS(363), 1, - anon_sym_when, - ACTIONS(359), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(357), 27, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [1895] = 54, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_var, - ACTIONS(365), 1, - sym_atom, - ACTIONS(367), 1, - anon_sym_include, - ACTIONS(369), 1, - anon_sym_SQUOTEinclude_SQUOTE, - ACTIONS(371), 1, - anon_sym_include_lib, - ACTIONS(373), 1, - anon_sym_SQUOTEinclude_lib_SQUOTE, - ACTIONS(375), 1, - anon_sym_undef, - ACTIONS(377), 1, - anon_sym_SQUOTEundef_SQUOTE, - ACTIONS(379), 1, - anon_sym_ifdef, - ACTIONS(381), 1, - anon_sym_SQUOTEifdef_SQUOTE, - ACTIONS(383), 1, - anon_sym_ifndef, - ACTIONS(385), 1, - anon_sym_SQUOTEifndef_SQUOTE, - ACTIONS(387), 1, - anon_sym_else, - ACTIONS(389), 1, - anon_sym_SQUOTEelse_SQUOTE, - ACTIONS(391), 1, - anon_sym_endif, - ACTIONS(393), 1, - anon_sym_SQUOTEendif_SQUOTE, - ACTIONS(395), 1, - anon_sym_if, - ACTIONS(397), 1, - anon_sym_SQUOTEif_SQUOTE, - ACTIONS(399), 1, - anon_sym_elif, - ACTIONS(401), 1, - anon_sym_SQUOTEelif_SQUOTE, - ACTIONS(403), 1, - anon_sym_define, - ACTIONS(405), 1, - anon_sym_SQUOTEdefine_SQUOTE, - ACTIONS(407), 1, - anon_sym_module, - ACTIONS(409), 1, - anon_sym_SQUOTEmodule_SQUOTE, - ACTIONS(415), 1, - anon_sym_export, - ACTIONS(417), 1, - anon_sym_SQUOTEexport_SQUOTE, - ACTIONS(419), 1, - anon_sym_import, - ACTIONS(421), 1, - anon_sym_SQUOTEimport_SQUOTE, - ACTIONS(423), 1, - anon_sym_optional_callbacks, - ACTIONS(425), 1, - anon_sym_SQUOTEoptional_callbacks_SQUOTE, - ACTIONS(427), 1, - anon_sym_export_type, - ACTIONS(429), 1, - anon_sym_SQUOTEexport_type_SQUOTE, - ACTIONS(431), 1, - anon_sym_compile, - ACTIONS(433), 1, - anon_sym_SQUOTEcompile_SQUOTE, - ACTIONS(435), 1, - anon_sym_file, - ACTIONS(437), 1, - anon_sym_SQUOTEfile_SQUOTE, - ACTIONS(439), 1, - anon_sym_deprecated, - ACTIONS(441), 1, - anon_sym_SQUOTEdeprecated_SQUOTE, - ACTIONS(443), 1, - anon_sym_type, - ACTIONS(445), 1, - anon_sym_SQUOTEtype_SQUOTE, - ACTIONS(447), 1, - anon_sym_opaque, - ACTIONS(449), 1, - anon_sym_SQUOTEopaque_SQUOTE, - ACTIONS(451), 1, - anon_sym_record, - ACTIONS(453), 1, - anon_sym_SQUOTErecord_SQUOTE, - ACTIONS(455), 1, - anon_sym_spec, - ACTIONS(457), 1, - anon_sym_SQUOTEspec_SQUOTE, - ACTIONS(459), 1, - anon_sym_callback, - ACTIONS(461), 1, - anon_sym_SQUOTEcallback_SQUOTE, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(609), 1, - sym__name, - ACTIONS(411), 2, - anon_sym_behaviour, - anon_sym_behavior, - ACTIONS(413), 2, - anon_sym_SQUOTEbehaviour_SQUOTE, - anon_sym_SQUOTEbehavior_SQUOTE, - [2060] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(465), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2123] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(471), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(469), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2186] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(475), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(473), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2249] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(479), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(477), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2312] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(483), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(481), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2375] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(487), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(485), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2438] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(491), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(489), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2501] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(495), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(493), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2564] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(497), 1, - anon_sym_QMARK, - STATE(174), 1, - sym__prefix_op, - STATE(526), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(255), 2, - sym_integer, - sym_atom, - ACTIONS(257), 2, - sym_float, - sym_char, - ACTIONS(259), 2, - sym_var, - sym_string, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [2673] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(499), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2736] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(505), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(503), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2799] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(509), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(507), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2862] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(513), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(511), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2925] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(517), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(515), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [2988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(521), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(519), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3051] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(523), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3114] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(529), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(527), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3177] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(533), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(531), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3240] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(537), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(535), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3303] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(541), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(539), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3366] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(545), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(543), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3429] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(549), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(547), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3492] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(551), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3555] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(557), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(555), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3618] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(559), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3681] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(565), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(563), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3744] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(569), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(567), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3807] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(573), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(571), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(577), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(575), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3933] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(579), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [3996] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(585), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(583), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4059] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(589), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(587), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4122] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(593), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(591), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4185] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(597), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(595), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4248] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(601), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(599), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4311] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(605), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(603), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4374] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(607), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4437] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(613), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(611), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4500] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(617), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(615), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4563] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(621), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(619), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4626] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(623), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4689] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(629), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(627), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4752] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(633), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(631), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4815] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(637), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(635), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4878] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(641), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(639), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [4941] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(497), 1, - anon_sym_QMARK, - STATE(174), 1, - sym__prefix_op, - STATE(534), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(255), 2, - sym_integer, - sym_atom, - ACTIONS(257), 2, - sym_float, - sym_char, - ACTIONS(259), 2, - sym_var, - sym_string, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [5050] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(645), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(643), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5113] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(649), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(647), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5176] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(497), 1, - anon_sym_QMARK, - STATE(174), 1, - sym__prefix_op, - STATE(533), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(255), 2, - sym_integer, - sym_atom, - ACTIONS(257), 2, - sym_float, - sym_char, - ACTIONS(259), 2, - sym_var, - sym_string, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [5285] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(653), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(651), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5348] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(497), 1, - anon_sym_QMARK, - STATE(174), 1, - sym__prefix_op, - STATE(532), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(255), 2, - sym_integer, - sym_atom, - ACTIONS(257), 2, - sym_float, - sym_char, - ACTIONS(259), 2, - sym_var, - sym_string, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [5457] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(657), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(655), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5520] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(663), 1, - anon_sym_POUND, - ACTIONS(661), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(659), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5585] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(667), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(665), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5648] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(223), 1, - anon_sym_if, - ACTIONS(225), 1, - anon_sym_LBRACK, - ACTIONS(227), 1, - anon_sym_LBRACE, - ACTIONS(229), 1, - anon_sym_fun, - ACTIONS(231), 1, - anon_sym_begin, - ACTIONS(235), 1, - anon_sym_LT_LT, - ACTIONS(237), 1, - anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_case, - ACTIONS(241), 1, - anon_sym_receive, - ACTIONS(245), 1, - anon_sym_try, - ACTIONS(247), 1, - anon_sym_maybe, - ACTIONS(497), 1, - anon_sym_QMARK, - STATE(174), 1, - sym__prefix_op, - STATE(535), 1, - sym__catch_pat, - STATE(646), 1, - sym__concatable, - STATE(802), 1, - sym_record_name, - ACTIONS(219), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(251), 2, - anon_sym_bnot, - anon_sym_not, - ACTIONS(255), 2, - sym_integer, - sym_atom, - ACTIONS(257), 2, - sym_float, - sym_char, - ACTIONS(259), 2, - sym_var, - sym_string, - STATE(544), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(605), 7, - sym_unary_op_expr, - sym__expr_max, - sym_map_expr, - sym_record_index_expr, - sym_record_expr, - sym_match_catch_pat, - sym_binary_op_catch_pat, - STATE(547), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [5757] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(671), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(669), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5820] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(673), 1, - anon_sym_POUND, - ACTIONS(661), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(659), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5885] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(677), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(675), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [5948] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(681), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(679), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6011] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(685), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(683), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6074] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(687), 1, - anon_sym_COLON, - ACTIONS(689), 1, - anon_sym_POUND, - ACTIONS(661), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(659), 27, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6141] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 1, - anon_sym_QMARK, - ACTIONS(692), 1, - anon_sym_COLON_COLON, - ACTIONS(299), 2, - sym_var, - sym_string, - ACTIONS(317), 10, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(319), 41, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [6210] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(696), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(694), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6273] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 1, - anon_sym_QMARK, - ACTIONS(299), 2, - sym_var, - sym_string, - ACTIONS(317), 10, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(319), 42, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [6340] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(700), 27, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(698), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6403] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(661), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(659), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6465] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(361), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(363), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(704), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(702), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6589] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(708), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(706), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6651] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(712), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(710), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6713] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(716), 26, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(714), 28, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_else, - anon_sym_COLON, - anon_sym_when, - anon_sym_PIPE, - anon_sym_catch, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_SLASH, - anon_sym_of, - anon_sym_after, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [6775] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(724), 2, - anon_sym_DOT, - anon_sym_PIPE, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(722), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [6868] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(748), 28, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [6947] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(748), 25, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [7032] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 9, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(748), 37, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [7105] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(752), 1, - anon_sym_DOT, - ACTIONS(754), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(750), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [7200] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(748), 26, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_BANG, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [7283] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(758), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(756), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [7378] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(748), 24, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [7467] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(748), 27, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [7548] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(762), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(760), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [7643] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(764), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(766), 25, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_DOT_DOT, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [7730] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(770), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(768), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [7825] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(774), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(772), 15, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_of, - anon_sym_after, - [7920] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(780), 1, - anon_sym_GT_GT, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - STATE(398), 1, - sym__prefix_op, - STATE(644), 1, - sym__concatable, - STATE(652), 1, - sym__expr_max, - STATE(676), 1, - sym__bit_expr, - STATE(913), 1, - sym_bin_element, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - ACTIONS(776), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_bnot, - anon_sym_not, - STATE(806), 2, - sym_unary_op_expr_max, - sym_binary_op_expr_max, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [8030] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(788), 1, - anon_sym_GT_GT, - STATE(398), 1, - sym__prefix_op, - STATE(644), 1, - sym__concatable, - STATE(659), 1, - sym__expr_max, - STATE(676), 1, - sym__bit_expr, - STATE(876), 1, - sym_bin_element, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - ACTIONS(776), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_bnot, - anon_sym_not, - STATE(806), 2, - sym_unary_op_expr_max, - sym_binary_op_expr_max, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [8140] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(790), 1, - anon_sym_GT_GT, - STATE(398), 1, - sym__prefix_op, - STATE(644), 1, - sym__concatable, - STATE(668), 1, - sym__expr_max, - STATE(676), 1, - sym__bit_expr, - STATE(924), 1, - sym_bin_element, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - ACTIONS(776), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_bnot, - anon_sym_not, - STATE(806), 2, - sym_unary_op_expr_max, - sym_binary_op_expr_max, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [8250] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - STATE(398), 1, - sym__prefix_op, - STATE(644), 1, - sym__concatable, - STATE(676), 1, - sym__bit_expr, - STATE(750), 1, - sym__expr_max, - STATE(1008), 1, - sym_bin_element, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - ACTIONS(776), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_bnot, - anon_sym_not, - STATE(806), 2, - sym_unary_op_expr_max, - sym_binary_op_expr_max, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [8357] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(792), 1, - anon_sym_QMARK, - ACTIONS(795), 2, - sym_var, - sym_string, - STATE(291), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(301), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(273), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(275), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [8423] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(798), 1, - anon_sym_QMARK, - ACTIONS(800), 2, - sym_var, - sym_string, - STATE(291), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(301), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(265), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(267), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [8489] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - STATE(398), 1, - sym__prefix_op, - STATE(644), 1, - sym__concatable, - STATE(750), 1, - sym__expr_max, - STATE(845), 1, - sym__bit_expr, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - ACTIONS(776), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_bnot, - anon_sym_not, - STATE(806), 2, - sym_unary_op_expr_max, - sym_binary_op_expr_max, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [8593] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - ACTIONS(802), 9, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_of, - anon_sym_after, - [8679] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - ACTIONS(828), 1, - anon_sym_LT_DASH, - ACTIONS(830), 1, - anon_sym_LT_EQ, - STATE(76), 1, - sym__map_field_op, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(832), 2, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(810), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [8773] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 1, - anon_sym_QMARK, - ACTIONS(692), 1, - anon_sym_COLON_COLON, - ACTIONS(299), 2, - sym_var, - sym_string, - ACTIONS(317), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(319), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [8833] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, - anon_sym_LPAREN, - STATE(299), 1, - sym_macro_call_args, - ACTIONS(283), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(287), 34, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [8891] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 1, - anon_sym_QMARK, - ACTIONS(299), 2, - sym_var, - sym_string, - ACTIONS(317), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(319), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [8948] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(305), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(307), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9001] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(313), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(315), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9054] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(299), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9107] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(768), 8, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9192] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(760), 8, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9277] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(291), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9330] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(301), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(303), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9383] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(309), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(311), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [9436] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(722), 9, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9519] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(844), 1, - anon_sym_RPAREN, - ACTIONS(847), 1, - anon_sym_COMMA, - ACTIONS(849), 1, - anon_sym_SEMI, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(745), 1, - sym_clause_body, - STATE(800), 1, - aux_sym_replacement_guard_and_repeat1, - STATE(980), 1, - sym__clause_guard, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9618] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(772), 8, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9703] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(764), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(766), 19, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9782] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(756), 8, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9867] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(750), 8, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [9952] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(748), 30, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [10017] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 19, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10094] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 20, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10169] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 21, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10242] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(293), 10, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(295), 35, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [10295] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 18, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10376] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 22, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10447] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(879), 1, - anon_sym_catch, - ACTIONS(881), 1, - anon_sym_of, - ACTIONS(883), 1, - anon_sym_after, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(603), 1, - sym__try_catch, - STATE(654), 1, - aux_sym_clause_body_repeat1, - STATE(1033), 1, - sym_try_after, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10543] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(889), 1, - anon_sym_COMMA, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(664), 1, - aux_sym_clause_body_repeat1, - ACTIONS(891), 2, - anon_sym_SEMI, - sym_var, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(885), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [10633] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(361), 2, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(357), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(359), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [10687] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(666), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(891), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10775] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(915), 1, - anon_sym_catch, - ACTIONS(917), 1, - anon_sym_of, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(413), 1, - sym__try_catch, - STATE(658), 1, - aux_sym_clause_body_repeat1, - STATE(1141), 1, - sym_try_after, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10871] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(919), 1, - anon_sym_catch, - ACTIONS(921), 1, - anon_sym_of, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(209), 1, - sym__try_catch, - STATE(271), 1, - sym_expr_args, - STATE(657), 1, - aux_sym_clause_body_repeat1, - STATE(1105), 1, - sym_try_after, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [10967] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(927), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - ACTIONS(923), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(925), 31, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [11021] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(750), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(752), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [11106] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(722), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11187] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(802), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(929), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [11272] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(772), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11355] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(764), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(766), 17, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11432] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(760), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(762), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [11517] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(756), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11600] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(768), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(770), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [11685] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(750), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11768] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 17, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11843] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(724), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(722), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [11926] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [11999] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [12070] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 16, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [12149] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 20, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [12218] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(748), 29, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [12281] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(772), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(774), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [12366] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(766), 6, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(764), 16, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [12443] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(893), 1, - anon_sym_PIPE, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(907), 1, - anon_sym_STAR, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(756), 3, - anon_sym_COMMA, - anon_sym_SEMI, - sym_var, - ACTIONS(758), 3, - anon_sym_DOT, - anon_sym_QMARK, - sym_atom, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(887), 13, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [12528] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 6, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 17, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [12603] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 1, - anon_sym_QMARK, - ACTIONS(692), 1, - anon_sym_COLON_COLON, - ACTIONS(931), 1, - anon_sym_LPAREN, - ACTIONS(299), 2, - sym_var, - sym_string, - ACTIONS(317), 8, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(319), 30, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [12662] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(768), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [12745] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(760), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [12828] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(934), 1, - anon_sym_LPAREN, - STATE(188), 1, - sym_macro_call_args, - ACTIONS(283), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(287), 33, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [12883] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 17, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [12956] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 18, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [13027] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(895), 1, - anon_sym_DOT_DOT, - ACTIONS(897), 1, - anon_sym_EQ, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(901), 1, - anon_sym_BANG, - ACTIONS(903), 1, - anon_sym_orelse, - ACTIONS(905), 1, - anon_sym_andalso, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 16, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [13106] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - ACTIONS(913), 1, - anon_sym_GT, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(909), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - sym_var, - ACTIONS(911), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(746), 19, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - sym_atom, - [13175] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(899), 1, - anon_sym_QMARK_EQ, - STATE(74), 1, - sym__comp_op, - STATE(75), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(77), 2, - sym__mult_op, - sym__add_op, - ACTIONS(748), 16, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - ACTIONS(746), 20, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [13238] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(523), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(525), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13288] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(938), 1, - anon_sym_else, - ACTIONS(940), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(197), 1, - sym__maybe_else_clause, - STATE(271), 1, - sym_expr_args, - STATE(733), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [13378] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(501), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13428] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(581), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13478] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(675), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(677), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13528] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(493), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(495), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13578] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(519), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(521), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13628] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(635), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(637), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13678] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(529), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13728] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(563), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(565), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13778] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(603), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(605), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13828] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(543), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(545), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13878] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(611), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(613), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13928] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(698), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(700), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [13978] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(345), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(347), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14028] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(567), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(569), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14078] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(147), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - STATE(272), 1, - sym__expr_max, - STATE(648), 1, - sym__concatable, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(215), 2, - sym_var, - sym_string, - STATE(458), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [14164] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(687), 1, - anon_sym_COLON, - ACTIONS(689), 1, - anon_sym_POUND, - ACTIONS(659), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(661), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14218] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(77), 1, - anon_sym_LPAREN, - ACTIONS(79), 1, - anon_sym_if, - ACTIONS(81), 1, - anon_sym_LBRACK, - ACTIONS(83), 1, - anon_sym_LBRACE, - ACTIONS(85), 1, - anon_sym_fun, - ACTIONS(91), 1, - anon_sym_begin, - ACTIONS(93), 1, - anon_sym_LT_LT, - ACTIONS(97), 1, - anon_sym_case, - ACTIONS(99), 1, - anon_sym_receive, - ACTIONS(101), 1, - anon_sym_try, - ACTIONS(103), 1, - anon_sym_maybe, - ACTIONS(105), 1, - anon_sym_QMARK, - ACTIONS(942), 1, - anon_sym_POUND, - STATE(490), 1, - sym__expr_max, - STATE(643), 1, - sym__concatable, - ACTIONS(73), 2, - sym_integer, - sym_atom, - ACTIONS(111), 2, - sym_float, - sym_char, - ACTIONS(113), 2, - sym_var, - sym_string, - STATE(298), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(378), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [14304] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(619), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(621), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14354] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(599), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(601), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14404] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(587), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14454] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(317), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(319), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14504] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(571), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(573), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14554] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(299), 1, - sym_string, - ACTIONS(692), 1, - anon_sym_COLON_COLON, - ACTIONS(944), 1, - anon_sym_QMARK, - ACTIONS(947), 1, - sym_var, - ACTIONS(319), 18, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(317), 20, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - [14612] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(329), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(331), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14662] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(655), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(657), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14712] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(643), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(645), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14762] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(515), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(517), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [14812] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - STATE(644), 1, - sym__concatable, - STATE(814), 1, - sym__expr_max, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [14898] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(950), 1, - anon_sym_RBRACK, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(856), 1, - aux_sym_clause_body_repeat1, - STATE(1022), 1, - sym_lc_exprs, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [14988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(349), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(351), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15038] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(473), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(475), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(321), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(323), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15138] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(954), 1, - anon_sym_RBRACK, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(936), 1, - aux_sym_clause_body_repeat1, - STATE(1108), 1, - sym_lc_exprs, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [15228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(467), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15278] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(561), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15328] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(956), 1, - anon_sym_else, - ACTIONS(958), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(415), 1, - sym__maybe_else_clause, - STATE(692), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [15418] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(469), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(471), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15468] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(669), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(671), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15518] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(575), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15568] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(595), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(597), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15618] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - ACTIONS(784), 1, - anon_sym_QMARK, - STATE(644), 1, - sym__concatable, - STATE(822), 1, - sym__expr_max, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [15704] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_DOT, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(760), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [15788] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(615), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(617), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [15838] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(984), 1, - anon_sym_else, - ACTIONS(986), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(606), 1, - sym__maybe_else_clause, - STATE(752), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [15928] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(988), 1, - anon_sym_RBRACK, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(947), 1, - aux_sym_clause_body_repeat1, - STATE(1078), 1, - sym_lc_exprs, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [16018] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(125), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - STATE(272), 1, - sym__expr_max, - STATE(648), 1, - sym__concatable, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [16104] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(27), 1, - anon_sym_fun, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(782), 1, - anon_sym_POUND, - STATE(272), 1, - sym__expr_max, - STATE(648), 1, - sym__concatable, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [16190] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(647), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(649), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16240] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(651), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(653), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16290] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(665), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(667), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16340] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(683), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(685), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16390] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(591), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(593), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16440] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(147), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - STATE(272), 1, - sym__expr_max, - STATE(648), 1, - sym__concatable, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [16526] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(531), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(533), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16576] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(477), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(479), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16626] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(489), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(491), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16676] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(623), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(625), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16726] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(341), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(343), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16776] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(539), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(541), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [16826] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(21), 1, - anon_sym_if, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_begin, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(41), 1, - anon_sym_receive, - ACTIONS(43), 1, - anon_sym_try, - ACTIONS(45), 1, - anon_sym_maybe, - ACTIONS(59), 1, - anon_sym_LPAREN, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(173), 1, - anon_sym_fun, - ACTIONS(782), 1, - anon_sym_POUND, - STATE(272), 1, - sym__expr_max, - STATE(648), 1, - sym__concatable, - ACTIONS(53), 2, - sym_integer, - sym_atom, - ACTIONS(55), 2, - sym_float, - sym_char, - ACTIONS(57), 2, - sym_var, - sym_string, - STATE(266), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - STATE(191), 18, - sym_fun_type, - sym_paren_expr, - sym_block_expr, - sym_list, - sym_binary, - sym_list_comprehension, - sym_binary_comprehension, - sym_map_comprehension, - sym_tuple, - sym_if_expr, - sym_case_expr, - sym_receive_expr, - sym_internal_fun, - sym_external_fun, - sym_anonymous_fun, - sym_try_expr, - sym_maybe_expr, - sym_concatables, - [16912] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(724), 1, - anon_sym_DOT, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(722), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [16994] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(774), 1, - anon_sym_DOT, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(772), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17078] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(764), 6, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(766), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17154] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_DOT, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(756), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17238] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(752), 1, - anon_sym_DOT, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(750), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17322] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(990), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(923), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_QMARK, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(925), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [17374] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17448] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 16, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17520] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 17, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17590] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 14, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17668] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [17736] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(748), 27, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [17798] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(553), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [17848] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(555), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(557), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [17898] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(333), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(335), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [17948] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - ACTIONS(996), 1, - anon_sym_DOT, - ACTIONS(998), 1, - anon_sym_when, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(863), 1, - sym_type_guards, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(994), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18036] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(583), 9, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18086] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(770), 1, - anon_sym_DOT, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(768), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_when, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18170] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1000), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18251] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(503), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(505), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18300] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1002), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18381] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1004), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18462] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(745), 1, - sym_clause_body, - STATE(980), 1, - sym__clause_guard, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18549] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(847), 1, - anon_sym_COMMA, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(800), 1, - aux_sym_replacement_guard_and_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(849), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18634] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(547), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(549), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18683] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(694), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(696), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18732] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(641), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18781] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1008), 1, - anon_sym_COMMA, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(781), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1010), 2, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [18866] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(631), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(633), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(337), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(339), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [18964] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(507), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(509), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19013] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(607), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(609), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19062] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(537), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19111] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(353), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(355), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19160] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(679), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(681), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(627), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(629), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19258] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(663), 1, - anon_sym_POUND, - ACTIONS(659), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(661), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19309] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(673), 1, - anon_sym_POUND, - ACTIONS(659), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(661), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(485), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(487), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19409] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(511), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(513), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19458] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(299), 1, - sym_string, - ACTIONS(944), 1, - anon_sym_QMARK, - ACTIONS(947), 1, - sym_var, - ACTIONS(317), 19, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_GT, - sym_atom, - ACTIONS(319), 19, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19513] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(481), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(483), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19562] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(325), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(327), 33, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19611] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1034), 1, - ts_builtin_sym_end, - ACTIONS(1039), 1, - anon_sym_DASH, - ACTIONS(1042), 1, - anon_sym_QMARK, - STATE(165), 1, - sym_attr_name, - STATE(528), 1, - sym_macro_call_none, - STATE(616), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(1036), 2, - sym_var, - sym_atom, - STATE(461), 2, - sym__form, - aux_sym_source_file_repeat1, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - STATE(698), 10, - sym_pp_include, - sym_pp_include_lib, - sym_pp_undef, - sym_pp_ifdef, - sym_pp_ifndef, - sym_pp_else, - sym_pp_endif, - sym_pp_if, - sym_pp_elif, - sym_pp_define, - STATE(694), 17, - sym__preprocessor_directive, - sym_module_attribute, - sym_behaviour_attribute, - sym_export_attribute, - sym_import_attribute, - sym_optional_callbacks_attribute, - sym_export_type_attribute, - sym_compile_options_attribute, - sym_file_attribute, - sym_deprecated_attribute, - sym_type_alias, - sym_opaque, - sym_record_decl, - sym_spec, - sym_callback, - sym_wild_attribute, - sym_fun_decl, - [19679] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1047), 1, - anon_sym_RBRACE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(953), 1, - aux_sym_tuple_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [19763] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(768), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [19843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(706), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(708), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [19891] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1049), 1, - anon_sym_RPAREN, - ACTIONS(1051), 1, - anon_sym_COMMA, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(868), 1, - aux_sym_expr_args_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [19975] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(855), 1, - anon_sym_PIPE, - ACTIONS(857), 1, - anon_sym_DOT_DOT, - ACTIONS(859), 1, - anon_sym_EQ, - ACTIONS(861), 1, - anon_sym_QMARK_EQ, - ACTIONS(863), 1, - anon_sym_BANG, - ACTIONS(865), 1, - anon_sym_orelse, - ACTIONS(867), 1, - anon_sym_andalso, - ACTIONS(875), 1, - anon_sym_GT, - STATE(83), 1, - sym__comp_op, - STATE(84), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(871), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(85), 2, - sym__mult_op, - sym__add_op, - ACTIONS(722), 3, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(842), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(873), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(869), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20055] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DASH_GT, - ACTIONS(1053), 1, - anon_sym_when, - ACTIONS(357), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(359), 30, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [20107] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(659), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(661), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [20155] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1056), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20235] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1051), 1, - anon_sym_COMMA, - ACTIONS(1058), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(868), 1, - aux_sym_expr_args_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20319] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1060), 1, - anon_sym_RBRACE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(937), 1, - aux_sym_tuple_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20403] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(702), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(704), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [20451] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1062), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(940), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20535] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(802), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20615] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1051), 1, - anon_sym_COMMA, - ACTIONS(1064), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(950), 1, - aux_sym_expr_args_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20699] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(57), 1, - sym__map_field_op, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1066), 2, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [20781] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9), 1, - anon_sym_DASH, - ACTIONS(11), 1, - anon_sym_QMARK, - ACTIONS(1068), 1, - ts_builtin_sym_end, - STATE(165), 1, - sym_attr_name, - STATE(528), 1, - sym_macro_call_none, - STATE(616), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - STATE(461), 2, - sym__form, - aux_sym_source_file_repeat1, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - STATE(698), 10, - sym_pp_include, - sym_pp_include_lib, - sym_pp_undef, - sym_pp_ifdef, - sym_pp_ifndef, - sym_pp_else, - sym_pp_endif, - sym_pp_if, - sym_pp_elif, - sym_pp_define, - STATE(694), 17, - sym__preprocessor_directive, - sym_module_attribute, - sym_behaviour_attribute, - sym_export_attribute, - sym_import_attribute, - sym_optional_callbacks_attribute, - sym_export_type_attribute, - sym_compile_options_attribute, - sym_file_attribute, - sym_deprecated_attribute, - sym_type_alias, - sym_opaque, - sym_record_decl, - sym_spec, - sym_callback, - sym_wild_attribute, - sym_fun_decl, - [20849] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(714), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(716), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [20897] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(748), 26, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [20957] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 17, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21023] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1070), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21103] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 13, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21179] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 16, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21247] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 15, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_BANG, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21317] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(746), 6, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(748), 14, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21389] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(750), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21469] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(756), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21549] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(764), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(766), 14, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21623] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(772), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21703] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(710), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(712), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [21751] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(760), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21831] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1072), 1, - anon_sym_RBRACE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(855), 1, - aux_sym_tuple_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21915] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(722), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_PIPE, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [21993] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(962), 1, - anon_sym_PIPE, - ACTIONS(964), 1, - anon_sym_DOT_DOT, - ACTIONS(966), 1, - anon_sym_EQ, - ACTIONS(968), 1, - anon_sym_QMARK_EQ, - ACTIONS(970), 1, - anon_sym_BANG, - ACTIONS(972), 1, - anon_sym_orelse, - ACTIONS(974), 1, - anon_sym_andalso, - ACTIONS(982), 1, - anon_sym_GT, - ACTIONS(1076), 1, - anon_sym_when, - STATE(171), 1, - sym__comp_op, - STATE(175), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(978), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1074), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(176), 2, - sym__mult_op, - sym__add_op, - ACTIONS(960), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(980), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(976), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22075] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1078), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(850), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22159] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(754), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1080), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22239] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1082), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(932), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22323] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1084), 1, - anon_sym_end, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - STATE(835), 1, - aux_sym_clause_body_repeat1, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22407] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(363), 8, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_LT, - anon_sym_GT, - ACTIONS(361), 32, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_GT_GT, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_LT_EQ, - anon_sym_EQ_GT, - anon_sym_COLON_EQ, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [22455] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1086), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22534] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1053), 2, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(357), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(359), 30, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [22583] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1088), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22662] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1090), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22741] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(1012), 1, - anon_sym_PIPE, - ACTIONS(1014), 1, - anon_sym_DOT_DOT, - ACTIONS(1016), 1, - anon_sym_EQ, - ACTIONS(1018), 1, - anon_sym_QMARK_EQ, - ACTIONS(1020), 1, - anon_sym_BANG, - ACTIONS(1022), 1, - anon_sym_orelse, - ACTIONS(1024), 1, - anon_sym_andalso, - ACTIONS(1032), 1, - anon_sym_GT, - STATE(104), 1, - sym__comp_op, - STATE(105), 1, - sym__list_op, - STATE(271), 1, - sym_expr_args, - STATE(1112), 1, - sym_clause_body, - ACTIONS(1028), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(106), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1006), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(1030), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1026), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22822] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(931), 1, - anon_sym_LPAREN, - ACTIONS(317), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(319), 31, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [22871] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1092), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [22950] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1094), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23028] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1096), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23106] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1098), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23184] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 14, - anon_sym_DOT, - anon_sym_if, - anon_sym_COLON, - anon_sym_fun, - anon_sym_catch, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(291), 24, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - anon_sym_SEMI, - sym_dotdotdot, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [23230] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1100), 1, - anon_sym_of, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23308] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1102), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23386] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1104), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23464] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_when, - ACTIONS(1053), 1, - anon_sym_DASH_GT, - ACTIONS(357), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(359), 29, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [23514] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1106), 1, - anon_sym_of, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23592] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1108), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23670] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1110), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23748] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1112), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23826] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(808), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - anon_sym_PIPE, - ACTIONS(814), 1, - anon_sym_DOT_DOT, - ACTIONS(816), 1, - anon_sym_EQ, - ACTIONS(818), 1, - anon_sym_QMARK_EQ, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(822), 1, - anon_sym_orelse, - ACTIONS(824), 1, - anon_sym_andalso, - ACTIONS(1080), 1, - anon_sym_LT_DASH, - STATE(147), 1, - sym__list_op, - STATE(150), 1, - sym__comp_op, - STATE(464), 1, - sym_expr_args, - ACTIONS(834), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(838), 2, - anon_sym_LT, - anon_sym_GT, - STATE(141), 2, - sym__mult_op, - sym__add_op, - ACTIONS(806), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(836), 6, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(826), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23904] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1114), 1, - anon_sym_RPAREN, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [23982] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1116), 1, - anon_sym_of, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [24060] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(726), 1, - anon_sym_DOT_DOT, - ACTIONS(728), 1, - anon_sym_EQ, - ACTIONS(730), 1, - anon_sym_QMARK_EQ, - ACTIONS(732), 1, - anon_sym_BANG, - ACTIONS(734), 1, - anon_sym_orelse, - ACTIONS(736), 1, - anon_sym_andalso, - ACTIONS(744), 1, - anon_sym_GT, - ACTIONS(804), 1, - anon_sym_PIPE, - ACTIONS(1118), 1, - anon_sym_DOT, - STATE(163), 1, - sym__list_op, - STATE(164), 1, - sym__comp_op, - STATE(271), 1, - sym_expr_args, - ACTIONS(740), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(162), 2, - sym__mult_op, - sym__add_op, - ACTIONS(718), 5, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - ACTIONS(742), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(738), 9, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - [24138] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(704), 1, - anon_sym_DASH_GT, - ACTIONS(559), 7, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_and, - anon_sym_or, - anon_sym_GT, - ACTIONS(561), 29, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DOT_DOT, - anon_sym_QMARK_EQ, - anon_sym_BANG, - anon_sym_orelse, - anon_sym_andalso, - anon_sym_STAR, - anon_sym_POUND, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [24185] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(497), 1, - anon_sym_QMARK, - ACTIONS(1120), 2, - sym_var, - sym_string, - STATE(525), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(541), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(265), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(267), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [24237] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_QMARK, - ACTIONS(1125), 2, - sym_var, - sym_string, - STATE(525), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(541), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(273), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(275), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [24289] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - ACTIONS(1130), 1, - anon_sym_COLON, - ACTIONS(1132), 1, - anon_sym_EQ, - ACTIONS(1140), 1, - anon_sym_GT, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - STATE(782), 1, - sym_try_stack, - STATE(848), 1, - sym_clause_body, - STATE(994), 1, - sym__clause_guard, - ACTIONS(1136), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1128), 3, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1138), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1134), 11, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [24358] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(547), 14, - anon_sym_DOT, - anon_sym_if, - anon_sym_COLON, - anon_sym_fun, - anon_sym_catch, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(549), 20, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - sym_dotdotdot, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SLASH, - anon_sym_POUND, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [24400] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(631), 14, - anon_sym_DOT, - anon_sym_if, - anon_sym_COLON, - anon_sym_fun, - anon_sym_catch, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(633), 20, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - sym_dotdotdot, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SLASH, - anon_sym_POUND, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [24442] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - ACTIONS(1132), 1, - anon_sym_EQ, - ACTIONS(1140), 1, - anon_sym_GT, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - STATE(887), 1, - sym_clause_body, - STATE(987), 1, - sym__clause_guard, - ACTIONS(1136), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1128), 3, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1138), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1134), 11, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [24505] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(549), 1, - anon_sym_COLON, - ACTIONS(1142), 1, - anon_sym_LPAREN, - STATE(539), 1, - sym_macro_call_args, - ACTIONS(283), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(287), 25, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24552] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1142), 1, - anon_sym_LPAREN, - STATE(539), 1, - sym_macro_call_args, - ACTIONS(283), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(287), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24597] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1132), 1, - anon_sym_EQ, - ACTIONS(1140), 1, - anon_sym_GT, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - ACTIONS(1136), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1144), 3, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1138), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1146), 14, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [24651] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1140), 1, - anon_sym_GT, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - ACTIONS(1136), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1144), 4, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1138), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1146), 14, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [24703] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1144), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(1146), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [24749] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1132), 1, - anon_sym_EQ, - ACTIONS(1140), 1, - anon_sym_GT, - STATE(248), 1, - sym__comp_op, - STATE(251), 1, - sym__list_op, - ACTIONS(1136), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(253), 2, - sym__mult_op, - sym__add_op, - ACTIONS(1148), 3, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1138), 7, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - ACTIONS(1150), 14, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - [24803] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(291), 27, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(293), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(295), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24882] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(309), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(311), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24921] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(305), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(307), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24960] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(301), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(303), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [24999] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(297), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(299), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [25038] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(633), 1, - anon_sym_COLON, - ACTIONS(299), 3, - anon_sym_QMARK, - sym_var, - sym_string, - ACTIONS(317), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(319), 22, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25081] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(313), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(315), 26, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - sym_var, - sym_string, - [25120] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(299), 3, - anon_sym_QMARK, - sym_var, - sym_string, - ACTIONS(317), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(319), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25161] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(543), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(545), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25197] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(651), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(653), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25233] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(317), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(319), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(603), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(605), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25305] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(563), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(565), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25341] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(529), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25377] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1053), 2, - anon_sym_DASH_GT, - anon_sym_when, - ACTIONS(357), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(359), 21, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25415] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(473), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(475), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25451] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(547), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(549), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25487] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(631), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(633), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25523] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(345), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(347), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25559] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(519), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(521), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25595] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(698), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(700), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25631] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(493), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(495), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25667] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(523), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(525), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25703] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(611), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(613), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25739] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(507), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(509), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25775] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(694), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(696), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25811] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(635), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(637), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25847] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(675), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(677), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25883] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(581), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25919] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(501), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25955] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(641), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [25991] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(537), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26027] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(669), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(671), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26063] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(561), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26099] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(627), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(629), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26135] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(619), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(621), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26171] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(599), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(601), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26207] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(587), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(589), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26243] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(571), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(573), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26279] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(329), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(331), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26315] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(655), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(657), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26351] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(643), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(645), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26387] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(515), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(517), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26423] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(503), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(505), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26459] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(333), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(335), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26495] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(349), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(351), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26531] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(575), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(577), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26567] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(321), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(323), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26603] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(467), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26639] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(469), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(471), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26675] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(595), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(597), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26711] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(477), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(479), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(539), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(541), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26783] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(553), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26819] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(555), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(557), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26855] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(567), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(569), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26891] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(583), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(585), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26927] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(615), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(617), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26963] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(481), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(483), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [26999] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(485), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(487), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27035] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(647), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(649), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27071] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(665), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(667), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27107] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(683), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(685), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27143] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(679), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(681), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27179] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(591), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(593), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27215] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(531), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(533), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27251] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(489), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(491), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27287] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(633), 1, - anon_sym_COLON, - ACTIONS(317), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(319), 22, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27325] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1152), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(1154), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27361] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(341), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(343), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27397] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(623), 5, - anon_sym_DASH, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_GT, - ACTIONS(625), 23, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_when, - anon_sym_STAR, - anon_sym_div, - anon_sym_rem, - anon_sym_band, - anon_sym_and, - anon_sym_bor, - anon_sym_bxor, - anon_sym_bsl, - anon_sym_bsr, - anon_sym_or, - anon_sym_xor, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_EQ_EQ, - anon_sym_SLASH_EQ, - anon_sym_EQ_LT, - anon_sym_LT, - anon_sym_GT_EQ, - anon_sym_EQ_COLON_EQ, - anon_sym_EQ_SLASH_EQ, - [27433] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1156), 12, - anon_sym_if, - anon_sym_fun, - anon_sym_catch, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(1158), 13, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - sym_dotdotdot, - anon_sym_LT_LT, - anon_sym_POUND, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [27466] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1160), 12, - anon_sym_if, - anon_sym_fun, - anon_sym_catch, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(1162), 13, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - sym_dotdotdot, - anon_sym_LT_LT, - anon_sym_POUND, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [27499] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1164), 11, - anon_sym_if, - anon_sym_fun, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - anon_sym_bnot, - anon_sym_not, - sym_integer, - sym_atom, - ACTIONS(1166), 12, - anon_sym_DASH, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LT_LT, - anon_sym_POUND, - anon_sym_QMARK, - anon_sym_PLUS, - sym_var, - sym_float, - sym_string, - sym_char, - [27530] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1168), 9, - anon_sym_if, - anon_sym_fun, - anon_sym_begin, - anon_sym_case, - anon_sym_receive, - anon_sym_try, - anon_sym_maybe, - sym_integer, - sym_atom, - ACTIONS(1170), 10, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LT_LT, - anon_sym_POUND, - anon_sym_QMARK, - sym_var, - sym_float, - sym_string, - sym_char, - [27557] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(271), 2, - sym_var, - sym_string, - STATE(613), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(267), 6, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - [27585] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1172), 1, - anon_sym_QMARK, - ACTIONS(280), 2, - sym_var, - sym_string, - STATE(613), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - ACTIONS(275), 6, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - [27613] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1178), 1, - anon_sym_DOT, - ACTIONS(1180), 1, - anon_sym_SEMI, - ACTIONS(1183), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(614), 1, - aux_sym_fun_decl_repeat1, - STATE(725), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(1175), 2, - sym_var, - sym_atom, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - [27646] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK, - ACTIONS(1186), 1, - anon_sym_DOT, - ACTIONS(1188), 1, - anon_sym_SEMI, - STATE(528), 1, - sym_macro_call_none, - STATE(614), 1, - aux_sym_fun_decl_repeat1, - STATE(725), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - [27679] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK, - ACTIONS(1188), 1, - anon_sym_SEMI, - ACTIONS(1190), 1, - anon_sym_DOT, - STATE(528), 1, - sym_macro_call_none, - STATE(615), 1, - aux_sym_fun_decl_repeat1, - STATE(725), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - [27712] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1194), 1, - anon_sym_COMMA, - STATE(617), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1192), 8, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_of, - anon_sym_after, - [27732] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(1197), 1, - sym_atom, - ACTIONS(1199), 1, - sym_string, - STATE(1082), 1, - sym__desc, - STATE(1086), 1, - sym_multi_string, - STATE(639), 2, - sym__string_like, - aux_sym_multi_string_repeat1, - STATE(930), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [27760] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1201), 1, - anon_sym_COMMA, - ACTIONS(1203), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(633), 1, - aux_sym_export_type_attribute_repeat1, - STATE(772), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [27789] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1205), 1, - anon_sym_COMMA, - ACTIONS(1207), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(631), 1, - aux_sym_export_attribute_repeat1, - STATE(746), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [27818] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1209), 1, - anon_sym_LPAREN, - ACTIONS(1211), 1, - sym_var, - STATE(528), 1, - sym_macro_call_none, - STATE(718), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(830), 1, - sym__name, - STATE(878), 1, - sym_fun_clause, - [27849] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1213), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(744), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(881), 1, - sym__name, - STATE(922), 1, - sym_fun_clause, - [27880] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1215), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(770), 1, - sym_module, - STATE(911), 1, - sym__spec_fun, - STATE(1003), 1, - sym__name, - STATE(1066), 1, - sym__spec_def, - ACTIONS(7), 2, - sym_var, - sym_atom, - [27909] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1217), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(763), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(831), 1, - sym__name, - STATE(874), 1, - sym_fun_clause, - [27940] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1205), 1, - anon_sym_COMMA, - ACTIONS(1219), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(634), 1, - aux_sym_export_attribute_repeat1, - STATE(746), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [27969] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1221), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(763), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(831), 1, - sym__name, - STATE(874), 1, - sym_fun_clause, - [28000] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1226), 1, - anon_sym_COMMA, - ACTIONS(1229), 1, - anon_sym_RBRACK, - ACTIONS(1231), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(627), 1, - aux_sym_export_type_attribute_repeat1, - STATE(772), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(1223), 2, - sym_var, - sym_atom, - [28029] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 1, - anon_sym_COMMA, - ACTIONS(1240), 1, - anon_sym_RBRACK, - ACTIONS(1242), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(628), 1, - aux_sym_optional_callbacks_attribute_repeat1, - STATE(771), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(1234), 2, - sym_var, - sym_atom, - [28058] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1245), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(763), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(831), 1, - sym__name, - STATE(874), 1, - sym_fun_clause, - [28089] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1205), 1, - anon_sym_COMMA, - ACTIONS(1247), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(620), 1, - aux_sym_export_attribute_repeat1, - STATE(746), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28118] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1252), 1, - anon_sym_COMMA, - ACTIONS(1255), 1, - anon_sym_RBRACK, - ACTIONS(1257), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(631), 1, - aux_sym_export_attribute_repeat1, - STATE(746), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(1249), 2, - sym_var, - sym_atom, - [28147] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1260), 1, - anon_sym_COMMA, - ACTIONS(1262), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(638), 1, - aux_sym_optional_callbacks_attribute_repeat1, - STATE(771), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28176] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1201), 1, - anon_sym_COMMA, - ACTIONS(1264), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(627), 1, - aux_sym_export_type_attribute_repeat1, - STATE(772), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28205] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1205), 1, - anon_sym_COMMA, - ACTIONS(1266), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(631), 1, - aux_sym_export_attribute_repeat1, - STATE(746), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28234] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1245), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(777), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(874), 1, - sym_fun_clause, - STATE(921), 1, - sym__name, - [28265] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1211), 1, - sym_var, - ACTIONS(1268), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(763), 1, - sym_module, - STATE(821), 1, - sym_expr_args, - STATE(831), 1, - sym__name, - STATE(874), 1, - sym_fun_clause, - [28296] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1215), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(770), 1, - sym_module, - STATE(911), 1, - sym__spec_fun, - STATE(1003), 1, - sym__name, - STATE(1060), 1, - sym__spec_def, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28325] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1260), 1, - anon_sym_COMMA, - ACTIONS(1270), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(628), 1, - aux_sym_optional_callbacks_attribute_repeat1, - STATE(771), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28354] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(1199), 1, - sym_string, - ACTIONS(1272), 1, - anon_sym_RBRACE, - STATE(650), 2, - sym__string_like, - aux_sym_multi_string_repeat1, - STATE(930), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28376] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_var, - ACTIONS(365), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1274), 1, - anon_sym_unit, - STATE(528), 1, - sym_macro_call_none, - STATE(858), 1, - sym__bit_type, - STATE(862), 2, - sym_bit_type_unit, - sym__name, - [28402] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1276), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(992), 1, - sym__name, - STATE(1071), 1, - sym_type_name, - STATE(1072), 1, - sym__type_def, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28428] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1276), 1, - anon_sym_LPAREN, - STATE(528), 1, - sym_macro_call_none, - STATE(992), 1, - sym__name, - STATE(1069), 1, - sym__type_def, - STATE(1071), 1, - sym_type_name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28454] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_QMARK, - ACTIONS(800), 2, - sym_var, - sym_string, - STATE(292), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(301), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28474] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(784), 1, - anon_sym_QMARK, - ACTIONS(271), 2, - sym_var, - sym_string, - STATE(612), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28494] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1278), 1, - anon_sym_LPAREN, - STATE(188), 1, - sym_macro_call_args, - ACTIONS(287), 6, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [28512] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(497), 1, - anon_sym_QMARK, - ACTIONS(1120), 2, - sym_var, - sym_string, - STATE(524), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(541), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28532] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(998), 1, - sym__name, - STATE(1009), 1, - sym__function_or_macro_clause, - ACTIONS(7), 2, - sym_var, - sym_atom, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - [28556] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_QMARK, - ACTIONS(271), 2, - sym_var, - sym_string, - STATE(180), 2, - sym__concatable, - aux_sym_concatables_repeat1, - STATE(186), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28576] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(704), 1, - sym__function_or_macro_clause, - STATE(967), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - STATE(686), 2, - sym_function_clause, - sym_macro_call_expr, - [28600] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1281), 1, - anon_sym_RBRACE, - ACTIONS(1283), 1, - anon_sym_QMARK, - ACTIONS(1286), 1, - sym_string, - STATE(650), 2, - sym__string_like, - aux_sym_multi_string_repeat1, - STATE(930), 3, - sym__macro_body_expr, - sym_macro_call_expr, - sym_macro_string, - [28622] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - sym_var, - ACTIONS(365), 1, - sym_atom, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1274), 1, - anon_sym_unit, - STATE(528), 1, - sym_macro_call_none, - STATE(812), 1, - sym__bit_type, - STATE(862), 2, - sym_bit_type_unit, - sym__name, - [28648] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1291), 1, - anon_sym_STAR, - STATE(1104), 1, - sym_lc_exprs, - ACTIONS(1289), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [28667] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1293), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(630), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28690] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(879), 1, - anon_sym_catch, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1295), 1, - anon_sym_of, - STATE(575), 1, - sym__try_catch, - STATE(617), 1, - aux_sym_clause_body_repeat1, - STATE(1033), 1, - sym_try_after, - [28715] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(770), 1, - sym_module, - STATE(896), 1, - sym__spec_fun, - STATE(1003), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28738] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1297), 1, - anon_sym_COMMA, - STATE(656), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1192), 5, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [28755] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(919), 1, - anon_sym_catch, - ACTIONS(1300), 1, - anon_sym_of, - STATE(230), 1, - sym__try_catch, - STATE(617), 1, - aux_sym_clause_body_repeat1, - STATE(1105), 1, - sym_try_after, - [28780] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(915), 1, - anon_sym_catch, - ACTIONS(1302), 1, - anon_sym_of, - STATE(379), 1, - sym__try_catch, - STATE(617), 1, - aux_sym_clause_body_repeat1, - STATE(1141), 1, - sym_try_after, - [28805] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1291), 1, - anon_sym_STAR, - STATE(1028), 1, - sym_lc_exprs, - ACTIONS(1289), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [28824] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1304), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(619), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28847] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1306), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(632), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28870] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1308), 1, - sym_atom, - ACTIONS(1310), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, - anon_sym_LBRACE, - STATE(1054), 1, - sym__deprecated_details, - STATE(1055), 3, - sym_deprecated_module, - sym_deprecated_fas, - sym_deprecated_fa, - [28891] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1314), 1, - anon_sym_RBRACK, - STATE(528), 1, - sym_macro_call_none, - STATE(625), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28914] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(889), 1, - anon_sym_COMMA, - STATE(656), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1316), 5, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [28931] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1318), 1, - anon_sym_RBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(675), 1, - sym__name, - STATE(949), 1, - sym_record_field, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28954] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - STATE(617), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1316), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [28971] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1320), 1, - anon_sym_RBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(675), 1, - sym__name, - STATE(867), 1, - sym_record_field, - ACTIONS(7), 2, - sym_var, - sym_atom, - [28994] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1291), 1, - anon_sym_STAR, - STATE(1110), 1, - sym_lc_exprs, - ACTIONS(1289), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [29013] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1322), 1, - anon_sym_RBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(675), 1, - sym__name, - STATE(841), 1, - sym_record_field, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29036] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1324), 6, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [29048] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(726), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29068] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1326), 1, - anon_sym_RPAREN, - ACTIONS(1328), 1, - anon_sym_QMARK, - ACTIONS(1331), 1, - sym_string, - STATE(907), 1, - sym_macro_call_expr, - STATE(672), 2, - sym__include_detail, - aux_sym_pp_include_repeat1, - [29088] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1334), 1, - anon_sym_LBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(990), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29108] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1336), 6, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [29120] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1340), 1, - anon_sym_COLON_COLON, - ACTIONS(1342), 1, - anon_sym_EQ, - STATE(794), 1, - sym_field_expr, - STATE(969), 1, - sym_field_type, - ACTIONS(1338), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [29140] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1346), 1, - anon_sym_COLON, - ACTIONS(1348), 1, - anon_sym_SLASH, - STATE(818), 1, - sym_bit_size_expr, - STATE(981), 1, - sym_bit_type_list, - ACTIONS(1344), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [29160] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1352), 1, - anon_sym_SEMI, - STATE(677), 1, - aux_sym__cr_clauses_repeat1, - ACTIONS(1350), 4, - anon_sym_RPAREN, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [29176] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1355), 1, - anon_sym_LBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(990), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29196] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(722), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29216] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - ACTIONS(1357), 1, - anon_sym_LBRACE, - STATE(528), 1, - sym_macro_call_none, - STATE(990), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29236] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1359), 1, - anon_sym_RPAREN, - ACTIONS(1361), 1, - anon_sym_QMARK, - ACTIONS(1363), 1, - sym_string, - STATE(907), 1, - sym_macro_call_expr, - STATE(672), 2, - sym__include_detail, - aux_sym_pp_include_repeat1, - [29256] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 1, - anon_sym_QMARK, - ACTIONS(1363), 1, - sym_string, - ACTIONS(1365), 1, - anon_sym_RPAREN, - STATE(907), 1, - sym_macro_call_expr, - STATE(672), 2, - sym__include_detail, - aux_sym_pp_include_repeat1, - [29276] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(675), 1, - sym__name, - STATE(964), 1, - sym_record_field, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29296] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(992), 1, - sym__name, - STATE(1056), 1, - sym_type_name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29316] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(719), 1, - sym_fa, - STATE(972), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29336] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1367), 6, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [29348] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1369), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29359] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1371), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29370] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1375), 1, - anon_sym_end, - STATE(820), 1, - aux_sym__catch_clauses_repeat1, - STATE(1109), 1, - sym_try_after, - [29389] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1377), 1, - anon_sym_end, - STATE(689), 1, - aux_sym__catch_clauses_repeat1, - STATE(1131), 1, - sym_try_after, - [29408] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1379), 1, - anon_sym_end, - STATE(720), 1, - aux_sym__catch_clauses_repeat1, - STATE(1077), 1, - sym_try_after, - [29427] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(956), 1, - anon_sym_else, - ACTIONS(1381), 1, - anon_sym_end, - STATE(375), 1, - sym__maybe_else_clause, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [29446] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1383), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [29457] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1385), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29468] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1387), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29479] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1389), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29490] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [29501] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1393), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29512] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1397), 1, - anon_sym_RBRACE, - STATE(952), 1, - aux_sym_map_expr_update_repeat1, - STATE(1068), 1, - sym_lc_exprs, - [29531] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1399), 1, - anon_sym_QMARK, - STATE(388), 1, - sym_macro_call_expr, - STATE(394), 1, - sym__arity_value, - ACTIONS(1401), 2, - sym_var, - sym_integer, - [29548] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1405), 1, - anon_sym_QMARK, - STATE(446), 1, - sym_macro_call_none, - STATE(456), 1, - sym__name, - ACTIONS(1403), 2, - sym_var, - sym_atom, - [29565] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1409), 1, - anon_sym_QMARK, - STATE(208), 1, - sym__name, - STATE(245), 1, - sym_macro_call_none, - ACTIONS(1407), 2, - sym_var, - sym_atom, - [29582] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(990), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29599] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1411), 5, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [29610] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1413), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29621] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(927), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [29632] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1415), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29643] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1417), 1, - anon_sym_SEMI, - STATE(742), 1, - aux_sym__cr_clauses_repeat1, - ACTIONS(1419), 3, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [29658] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1421), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1423), 1, - anon_sym_LPAREN, - STATE(890), 1, - sym_macro_call_args, - ACTIONS(287), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [29684] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 1, - anon_sym_COMMA, - STATE(740), 1, - aux_sym_lc_exprs_repeat1, - ACTIONS(1427), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - [29699] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 1, - anon_sym_QMARK, - STATE(204), 1, - sym__arity_value, - STATE(205), 1, - sym_macro_call_expr, - ACTIONS(1429), 2, - sym_var, - sym_integer, - [29716] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1431), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29727] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1433), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29738] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1435), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29749] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1437), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29760] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1439), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29771] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1007), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [29788] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [29799] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1443), 1, - anon_sym_end, - STATE(820), 1, - aux_sym__catch_clauses_repeat1, - STATE(1026), 1, - sym_try_after, - [29818] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29829] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [29840] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29851] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1451), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29862] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 5, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - sym_var, - sym_atom, - [29873] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1455), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [29884] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_QMARK, - STATE(554), 1, - sym_macro_call_none, - STATE(596), 1, - sym__name, - ACTIONS(1457), 2, - sym_var, - sym_atom, - [29901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1461), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29912] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 1, - anon_sym_QMARK, - ACTIONS(1363), 1, - sym_string, - STATE(907), 1, - sym_macro_call_expr, - STATE(682), 2, - sym__include_detail, - aux_sym_pp_include_repeat1, - [29929] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1463), 1, - anon_sym_QMARK, - STATE(847), 1, - sym_macro_call_expr, - STATE(860), 1, - sym__arity_value, - ACTIONS(1465), 2, - sym_var, - sym_integer, - [29946] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 1, - anon_sym_QMARK, - ACTIONS(1363), 1, - sym_string, - STATE(907), 1, - sym_macro_call_expr, - STATE(681), 2, - sym__include_detail, - aux_sym_pp_include_repeat1, - [29963] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1467), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [29974] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(938), 1, - anon_sym_else, - ACTIONS(1469), 1, - anon_sym_end, - STATE(242), 1, - sym__maybe_else_clause, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [29993] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1471), 1, - anon_sym_COMMA, - STATE(734), 1, - aux_sym_lc_exprs_repeat1, - ACTIONS(1474), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - [30008] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1476), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30019] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1478), 1, - anon_sym_QMARK, - STATE(552), 1, - sym_macro_call_expr, - STATE(586), 1, - sym__arity_value, - ACTIONS(1480), 2, - sym_var, - sym_integer, - [30036] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1482), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30047] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1484), 1, - anon_sym_RBRACE, - STATE(839), 1, - aux_sym_map_expr_update_repeat1, - STATE(1037), 1, - sym_lc_exprs, - [30066] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1486), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30077] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 1, - anon_sym_COMMA, - STATE(734), 1, - aux_sym_lc_exprs_repeat1, - ACTIONS(1488), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - [30092] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1490), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30103] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1417), 1, - anon_sym_SEMI, - STATE(677), 1, - aux_sym__cr_clauses_repeat1, - ACTIONS(1492), 3, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [30118] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1494), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30129] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1011), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30146] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1496), 5, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_catch, - anon_sym_end, - anon_sym_after, - [30157] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1498), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [30168] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1500), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30179] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1502), 1, - anon_sym_RBRACE, - STATE(916), 1, - aux_sym_map_expr_update_repeat1, - STATE(1097), 1, - sym_lc_exprs, - [30198] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1506), 1, - anon_sym_COMMA, - STATE(749), 1, - aux_sym_type_guards_repeat1, - ACTIONS(1504), 3, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - [30213] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1291), 1, - anon_sym_STAR, - ACTIONS(1289), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [30226] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1509), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30237] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(984), 1, - anon_sym_else, - ACTIONS(1511), 1, - anon_sym_end, - STATE(572), 1, - sym__maybe_else_clause, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [30256] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1513), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30267] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1515), 1, - anon_sym_end, - STATE(758), 1, - aux_sym__catch_clauses_repeat1, - STATE(1045), 1, - sym_try_after, - [30286] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1517), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30297] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1519), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30308] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1030), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30325] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(1373), 1, - anon_sym_SEMI, - ACTIONS(1521), 1, - anon_sym_end, - STATE(820), 1, - aux_sym__catch_clauses_repeat1, - STATE(1047), 1, - sym_try_after, - [30344] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1034), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30361] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1523), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [30372] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1525), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30383] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1527), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30394] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(984), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30411] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1529), 1, - anon_sym_QMARK, - STATE(204), 1, - sym__arity_value, - STATE(205), 1, - sym_macro_call_expr, - ACTIONS(1429), 2, - sym_var, - sym_integer, - [30428] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1035), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30445] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1531), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30456] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1533), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30467] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1537), 1, - anon_sym_COMMA, - STATE(749), 1, - aux_sym_type_guards_repeat1, - ACTIONS(1535), 3, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - [30482] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1539), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30493] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(1013), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30510] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1541), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [30521] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1543), 5, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - sym_var, - sym_atom, - [30532] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1545), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30543] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1547), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30554] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1537), 1, - anon_sym_COMMA, - STATE(768), 1, - aux_sym_type_guards_repeat1, - ACTIONS(1549), 3, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - [30569] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1551), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30580] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(971), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30597] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1553), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30608] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 5, - ts_builtin_sym_end, - anon_sym_DASH, - anon_sym_QMARK, - sym_var, - sym_atom, - [30619] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - anon_sym_QMARK, - STATE(528), 1, - sym_macro_call_none, - STATE(879), 1, - sym__name, - ACTIONS(7), 2, - sym_var, - sym_atom, - [30636] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1008), 1, - anon_sym_COMMA, - STATE(790), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1557), 2, - anon_sym_SEMI, - anon_sym_DASH_GT, - [30650] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - STATE(827), 1, - sym_clause_body, - STATE(995), 1, - sym__clause_guard, - [30666] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - ACTIONS(1559), 1, - sym_var, - STATE(821), 1, - sym_expr_args, - STATE(977), 1, - sym_fun_clause, - [30682] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - STATE(974), 1, - sym__clause_guard, - STATE(975), 1, - sym_clause_body, - [30698] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(915), 1, - anon_sym_catch, - STATE(369), 1, - sym__try_catch, - STATE(1141), 1, - sym_try_after, - [30714] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(915), 1, - anon_sym_catch, - STATE(363), 1, - sym__try_catch, - STATE(1141), 1, - sym_try_after, - [30730] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(919), 1, - anon_sym_catch, - STATE(246), 1, - sym__try_catch, - STATE(1105), 1, - sym_try_after, - [30746] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1563), 1, - anon_sym_QMARK, - STATE(350), 1, - sym__macro_name, - ACTIONS(1561), 2, - sym_var, - sym_atom, - [30760] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1565), 1, - anon_sym_RPAREN, - ACTIONS(1567), 1, - anon_sym_COMMA, - ACTIONS(1569), 1, - sym_var, - STATE(799), 1, - aux_sym_var_args_repeat1, - [30776] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1571), 1, - anon_sym_COMMA, - STATE(790), 1, - aux_sym_clause_body_repeat1, - ACTIONS(1192), 2, - anon_sym_SEMI, - anon_sym_DASH_GT, - [30790] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1574), 1, - anon_sym_DOT, - ACTIONS(1576), 1, - anon_sym_LBRACE, - STATE(449), 1, - sym__record_tuple, - STATE(460), 1, - sym_record_field_name, - [30806] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(883), 1, - anon_sym_after, - ACTIONS(919), 1, - anon_sym_catch, - STATE(267), 1, - sym__try_catch, - STATE(1105), 1, - sym_try_after, - [30822] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1578), 1, - anon_sym_DOT, - ACTIONS(1580), 1, - anon_sym_LBRACE, - STATE(193), 1, - sym_record_field_name, - STATE(239), 1, - sym__record_tuple, - [30838] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1340), 1, - anon_sym_COLON_COLON, - STATE(996), 1, - sym_field_type, - ACTIONS(1582), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [30852] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - STATE(674), 1, - sym_clause_body, - STATE(968), 1, - sym__clause_guard, - [30868] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1574), 1, - anon_sym_DOT, - ACTIONS(1576), 1, - anon_sym_LBRACE, - STATE(443), 1, - sym_record_field_name, - STATE(444), 1, - sym__record_tuple, - [30884] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1586), 1, - anon_sym_QMARK, - STATE(297), 1, - sym__macro_name, - ACTIONS(1584), 2, - sym_var, - sym_atom, - [30898] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1590), 1, - anon_sym_QMARK, - STATE(530), 1, - sym__macro_name, - ACTIONS(1588), 2, - sym_var, - sym_atom, - [30912] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1567), 1, - anon_sym_COMMA, - ACTIONS(1569), 1, - sym_var, - ACTIONS(1592), 1, - anon_sym_RPAREN, - STATE(815), 1, - aux_sym_var_args_repeat1, - [30928] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(847), 1, - anon_sym_COMMA, - STATE(819), 1, - aux_sym_replacement_guard_and_repeat1, - ACTIONS(1594), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [30942] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1590), 1, - anon_sym_QMARK, - STATE(531), 1, - sym__macro_name, - ACTIONS(1588), 2, - sym_var, - sym_atom, - [30956] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1596), 1, - anon_sym_DOT, - ACTIONS(1598), 1, - anon_sym_LBRACE, - STATE(562), 1, - sym_record_field_name, - STATE(567), 1, - sym__record_tuple, - [30972] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(810), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - [30982] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1563), 1, - anon_sym_QMARK, - STATE(183), 1, - sym__macro_name, - ACTIONS(1561), 2, - sym_var, - sym_atom, - [30996] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1578), 1, - anon_sym_DOT, - ACTIONS(1580), 1, - anon_sym_LBRACE, - STATE(247), 1, - sym__record_tuple, - STATE(265), 1, - sym_record_field_name, - [31012] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1289), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [31022] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(853), 1, - anon_sym_when, - ACTIONS(1600), 1, - anon_sym_DASH_GT, - STATE(674), 1, - sym_clause_body, - STATE(993), 1, - sym__clause_guard, - [31038] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1602), 1, - anon_sym_DASH, - STATE(823), 1, - aux_sym_bit_type_list_repeat1, - ACTIONS(1604), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [31052] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1608), 1, - anon_sym_SEMI, - STATE(809), 1, - aux_sym__spec_def_repeat1, - ACTIONS(1606), 2, - anon_sym_RPAREN, - anon_sym_DOT, - [31066] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1611), 4, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_GT_GT, - [31076] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(784), 1, - sym_expr_args, - ACTIONS(633), 2, - anon_sym_COLON, - anon_sym_SLASH, - [31090] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1602), 1, - anon_sym_DASH, - STATE(808), 1, - aux_sym_bit_type_list_repeat1, - ACTIONS(1613), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [31104] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1615), 4, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_SEMI, - [31114] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1617), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [31124] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1619), 1, - anon_sym_RPAREN, - ACTIONS(1621), 1, - anon_sym_COMMA, - ACTIONS(1624), 1, - sym_var, - STATE(815), 1, - aux_sym_var_args_repeat1, - [31140] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(851), 1, - sym__macro_name, - STATE(1029), 1, - sym_macro_lhs, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [31154] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(879), 1, - anon_sym_catch, - ACTIONS(883), 1, - anon_sym_after, - STATE(557), 1, - sym__try_catch, - STATE(1033), 1, - sym_try_after, - [31170] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1348), 1, - anon_sym_SLASH, - STATE(986), 1, - sym_bit_type_list, - ACTIONS(1629), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [31184] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 1, - anon_sym_COMMA, - STATE(819), 1, - aux_sym_replacement_guard_and_repeat1, - ACTIONS(1631), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [31198] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1636), 1, - anon_sym_SEMI, - STATE(820), 1, - aux_sym__catch_clauses_repeat1, - ACTIONS(1639), 2, - anon_sym_end, - anon_sym_after, - [31212] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - ACTIONS(853), 1, - anon_sym_when, - STATE(982), 1, - sym_clause_body, - STATE(983), 1, - sym__clause_guard, - [31228] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1641), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - anon_sym_SLASH, - [31238] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1643), 1, - anon_sym_DASH, - STATE(823), 1, - aux_sym_bit_type_list_repeat1, - ACTIONS(1646), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [31252] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(879), 1, - anon_sym_catch, - ACTIONS(883), 1, - anon_sym_after, - STATE(563), 1, - sym__try_catch, - STATE(1033), 1, - sym_try_after, - [31268] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1648), 1, - anon_sym_QMARK, - STATE(183), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [31282] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(537), 1, - sym__macro_name, - ACTIONS(1588), 2, - sym_var, - sym_atom, - [31293] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1650), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [31302] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1652), 1, - anon_sym_RPAREN, - ACTIONS(1654), 1, - anon_sym_COMMA, - STATE(912), 1, - aux_sym_macro_call_args_repeat1, - [31315] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1656), 1, - anon_sym_RPAREN, - STATE(828), 1, - aux_sym_macro_call_args_repeat1, - [31328] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1658), 1, - anon_sym_COLON, - ACTIONS(1660), 1, - anon_sym_SLASH, - STATE(597), 1, - sym_arity, - [31341] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1658), 1, - anon_sym_COLON, - ACTIONS(1662), 1, - anon_sym_SLASH, - STATE(250), 1, - sym_arity, - [31354] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(553), 1, - sym__macro_name, - ACTIONS(1588), 2, - sym_var, - sym_atom, - [31365] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(297), 1, - sym__macro_name, - ACTIONS(1584), 2, - sym_var, - sym_atom, - [31376] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1664), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - [31385] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1666), 1, - anon_sym_end, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [31398] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1670), 1, - anon_sym_RBRACE, - STATE(914), 1, - aux_sym__record_tuple_repeat1, - [31411] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(442), 1, - sym__macro_name, - ACTIONS(1584), 2, - sym_var, - sym_atom, - [31422] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1674), 1, - anon_sym_GT_GT, - STATE(946), 1, - aux_sym_binary_repeat1, - [31435] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1676), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [31448] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1678), 1, - anon_sym_RPAREN, - STATE(912), 1, - aux_sym_macro_call_args_repeat1, - [31461] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1680), 1, - anon_sym_RBRACE, - STATE(836), 1, - aux_sym__record_tuple_repeat1, - [31474] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1682), 1, - anon_sym_RPAREN, - ACTIONS(1684), 1, - anon_sym_SEMI, - STATE(842), 1, - aux_sym_replacement_guard_or_repeat1, - [31487] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(884), 1, - sym_type_sig, - STATE(1061), 1, - sym_expr_args, - [31500] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1687), 1, - anon_sym_RPAREN, - ACTIONS(1689), 1, - anon_sym_SEMI, - STATE(844), 1, - aux_sym_replacement_function_clauses_repeat1, - [31513] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1692), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_SLASH, - [31522] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1694), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [31531] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(475), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [31540] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1696), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [31549] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1698), 1, - anon_sym_GT_GT, - STATE(946), 1, - aux_sym_binary_repeat1, - [31562] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1700), 1, - anon_sym_end, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [31575] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1702), 1, - anon_sym_LPAREN, - ACTIONS(1704), 1, - anon_sym_COMMA, - STATE(1125), 1, - sym_var_args, - [31588] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1708), 1, - anon_sym_end, - STATE(854), 1, - aux_sym_anonymous_fun_repeat1, - [31601] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1023), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [31612] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1710), 1, - anon_sym_SEMI, - ACTIONS(1713), 1, - anon_sym_end, - STATE(854), 1, - aux_sym_anonymous_fun_repeat1, - [31625] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1715), 1, - anon_sym_RBRACE, - STATE(880), 1, - aux_sym_tuple_repeat1, - [31638] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1717), 1, - anon_sym_RBRACK, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [31651] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1719), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [31660] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1721), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [31669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1725), 1, - anon_sym_end, - STATE(943), 1, - aux_sym_if_expr_repeat1, - [31682] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1727), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [31691] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1096), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [31702] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1729), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [31711] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1731), 3, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - [31720] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1733), 1, - sym_var, - STATE(71), 1, - sym_ann_var, - STATE(775), 1, - sym_ann_type, - [31733] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1735), 1, - anon_sym_RPAREN, - STATE(840), 1, - aux_sym_macro_call_args_repeat1, - [31746] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1099), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [31757] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1737), 1, - anon_sym_RBRACE, - STATE(927), 1, - aux_sym__record_tuple_repeat1, - [31770] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1051), 1, - anon_sym_COMMA, - ACTIONS(1739), 1, - anon_sym_RPAREN, - STATE(906), 1, - aux_sym_expr_args_repeat1, - [31783] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - sym_var, - [31792] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1743), 1, - anon_sym_end, - STATE(854), 1, - aux_sym_anonymous_fun_repeat1, - [31805] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1745), 1, - anon_sym_COMMA, - ACTIONS(1747), 1, - anon_sym_RBRACE, - STATE(1050), 1, - sym_deprecation_desc, - [31818] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1749), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [31827] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1751), 1, - anon_sym_COMMA, - ACTIONS(1754), 1, - anon_sym_RBRACK, - STATE(873), 1, - aux_sym_deprecated_fas_repeat1, - [31840] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1756), 1, - anon_sym_end, - STATE(870), 1, - aux_sym_anonymous_fun_repeat1, - [31853] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1758), 1, - anon_sym_end, - ACTIONS(1760), 1, - anon_sym_after, - STATE(1032), 1, - sym_receive_after, - [31866] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1762), 1, - anon_sym_GT_GT, - STATE(849), 1, - aux_sym_binary_repeat1, - [31879] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1764), 1, - anon_sym_COMMA, - ACTIONS(1767), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [31892] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1769), 1, - anon_sym_end, - STATE(852), 1, - aux_sym_anonymous_fun_repeat1, - [31905] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1580), 1, - anon_sym_LBRACE, - ACTIONS(1771), 1, - anon_sym_COMMA, - STATE(1048), 1, - sym__record_tuple, - [31918] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1773), 1, - anon_sym_COMMA, - ACTIONS(1776), 1, - anon_sym_RBRACE, - STATE(880), 1, - aux_sym_tuple_repeat1, - [31931] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1658), 1, - anon_sym_COLON, - ACTIONS(1778), 1, - anon_sym_SLASH, - STATE(405), 1, - sym_arity, - [31944] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1780), 1, - anon_sym_SEMI, - ACTIONS(1782), 1, - anon_sym_DASH_GT, - STATE(931), 1, - aux_sym_guard_repeat1, - [31957] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1784), 1, - anon_sym_RPAREN, - ACTIONS(1787), 1, - anon_sym_SEMI, - STATE(892), 1, - aux_sym_replacement_guard_or_repeat1, - [31970] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1789), 3, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_SEMI, - [31979] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1791), 1, - anon_sym_end, - STATE(859), 1, - aux_sym_if_expr_repeat1, - [31992] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1793), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [32001] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1795), 3, - anon_sym_SEMI, - anon_sym_end, - anon_sym_after, - [32010] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1417), 1, - anon_sym_SEMI, - ACTIONS(1797), 1, - anon_sym_RPAREN, - STATE(897), 1, - aux_sym__cr_clauses_repeat1, - [32023] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1799), 1, - anon_sym_RPAREN, - ACTIONS(1801), 1, - anon_sym_SEMI, - STATE(905), 1, - aux_sym_replacement_function_clauses_repeat1, - [32036] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(307), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [32045] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1803), 1, - anon_sym_end, - STATE(923), 1, - aux_sym_if_expr_repeat1, - [32058] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1787), 1, - anon_sym_SEMI, - ACTIONS(1805), 1, - anon_sym_RPAREN, - STATE(842), 1, - aux_sym_replacement_guard_or_repeat1, - [32071] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1807), 1, - anon_sym_DOT, - ACTIONS(1809), 1, - anon_sym_SEMI, - STATE(809), 1, - aux_sym__spec_def_repeat1, - [32084] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(531), 1, - sym__macro_name, - ACTIONS(1588), 2, - sym_var, - sym_atom, - [32095] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(315), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [32104] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(958), 1, - sym_type_sig, - STATE(1061), 1, - sym_expr_args, - [32117] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1417), 1, - anon_sym_SEMI, - ACTIONS(1811), 1, - anon_sym_RPAREN, - STATE(677), 1, - aux_sym__cr_clauses_repeat1, - [32130] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(303), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [32139] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1809), 1, - anon_sym_SEMI, - ACTIONS(1813), 1, - anon_sym_DOT, - STATE(893), 1, - aux_sym__spec_def_repeat1, - [32152] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(311), 3, - anon_sym_DASH, - anon_sym_COMMA, - anon_sym_GT_GT, - [32161] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1809), 1, - anon_sym_SEMI, - ACTIONS(1815), 1, - anon_sym_RPAREN, - STATE(809), 1, - aux_sym__spec_def_repeat1, - [32174] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1760), 1, - anon_sym_after, - ACTIONS(1817), 1, - anon_sym_end, - STATE(1103), 1, - sym_receive_after, - [32187] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(224), 1, - sym__macro_name, - ACTIONS(1561), 2, - sym_var, - sym_atom, - [32198] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1819), 1, - anon_sym_SEMI, - ACTIONS(1822), 1, - anon_sym_DASH_GT, - STATE(904), 1, - aux_sym_guard_repeat1, - [32211] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1801), 1, - anon_sym_SEMI, - ACTIONS(1824), 1, - anon_sym_RPAREN, - STATE(844), 1, - aux_sym_replacement_function_clauses_repeat1, - [32224] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1826), 1, - anon_sym_RPAREN, - ACTIONS(1828), 1, - anon_sym_COMMA, - STATE(906), 1, - aux_sym_expr_args_repeat1, - [32237] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1831), 3, - anon_sym_RPAREN, - anon_sym_QMARK, - sym_string, - [32246] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(183), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [32257] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(527), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [32268] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1833), 3, - anon_sym_QMARK, - sym_var, - sym_atom, - [32277] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(899), 1, - sym_type_sig, - STATE(1061), 1, - sym_expr_args, - [32290] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1835), 1, - anon_sym_RPAREN, - ACTIONS(1837), 1, - anon_sym_COMMA, - STATE(912), 1, - aux_sym_macro_call_args_repeat1, - [32303] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1840), 1, - anon_sym_GT_GT, - STATE(838), 1, - aux_sym_binary_repeat1, - [32316] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1842), 1, - anon_sym_COMMA, - ACTIONS(1845), 1, - anon_sym_RBRACE, - STATE(914), 1, - aux_sym__record_tuple_repeat1, - [32329] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1847), 1, - anon_sym_RPAREN, - STATE(945), 1, - aux_sym_macro_call_args_repeat1, - [32342] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1849), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [32355] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1851), 1, - anon_sym_end, - STATE(935), 1, - aux_sym_if_expr_repeat1, - [32368] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1853), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - sym_var, - [32377] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1855), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [32390] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1857), 1, - anon_sym_COMMA, - ACTIONS(1859), 1, - anon_sym_RBRACK, - STATE(954), 1, - aux_sym_deprecated_fas_repeat1, - [32403] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1658), 1, - anon_sym_COLON, - ACTIONS(1861), 1, - anon_sym_SLASH, - STATE(250), 1, - sym_arity, - [32416] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1863), 1, - anon_sym_end, - STATE(939), 1, - aux_sym_anonymous_fun_repeat1, - [32429] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1865), 1, - anon_sym_end, - STATE(943), 1, - aux_sym_if_expr_repeat1, - [32442] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1867), 1, - anon_sym_GT_GT, - STATE(941), 1, - aux_sym_binary_repeat1, - [32455] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(183), 1, - sym__macro_name, - ACTIONS(1561), 2, - sym_var, - sym_atom, - [32466] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1760), 1, - anon_sym_after, - ACTIONS(1869), 1, - anon_sym_end, - STATE(1165), 1, - sym_receive_after, - [32479] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1871), 1, - anon_sym_RBRACE, - STATE(914), 1, - aux_sym__record_tuple_repeat1, - [32492] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(317), 1, - sym__macro_name, - ACTIONS(1584), 2, - sym_var, - sym_atom, - [32503] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1873), 1, - anon_sym_RBRACE, - STATE(919), 1, - aux_sym_map_expr_update_repeat1, - [32516] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1875), 3, - anon_sym_RBRACE, - anon_sym_QMARK, - sym_string, - [32525] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1780), 1, - anon_sym_SEMI, - ACTIONS(1877), 1, - anon_sym_DASH_GT, - STATE(904), 1, - aux_sym_guard_repeat1, - [32538] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1879), 1, - anon_sym_end, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [32551] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(710), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [32562] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1881), 1, - anon_sym_RPAREN, - STATE(951), 1, - aux_sym_macro_call_args_repeat1, - [32575] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1883), 1, - anon_sym_end, - STATE(943), 1, - aux_sym_if_expr_repeat1, - [32588] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1885), 1, - anon_sym_RBRACK, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [32601] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1887), 1, - anon_sym_RBRACE, - STATE(880), 1, - aux_sym_tuple_repeat1, - [32614] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(185), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [32625] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1706), 1, - anon_sym_SEMI, - ACTIONS(1889), 1, - anon_sym_end, - STATE(854), 1, - aux_sym_anonymous_fun_repeat1, - [32638] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_end, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [32651] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, - anon_sym_GT_GT, - STATE(946), 1, - aux_sym_binary_repeat1, - [32664] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(645), 1, - sym__macro_name, - ACTIONS(1627), 2, - sym_var, - sym_atom, - [32675] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1895), 1, - anon_sym_SEMI, - ACTIONS(1898), 1, - anon_sym_end, - STATE(943), 1, - aux_sym_if_expr_repeat1, - [32688] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(871), 1, - sym__deprecated_fun_arity, - ACTIONS(1900), 2, - sym_deprecated_wildcard, - sym_integer, - [32699] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1902), 1, - anon_sym_RPAREN, - STATE(912), 1, - aux_sym_macro_call_args_repeat1, - [32712] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1904), 1, - anon_sym_COMMA, - ACTIONS(1907), 1, - anon_sym_GT_GT, - STATE(946), 1, - aux_sym_binary_repeat1, - [32725] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_COMMA, - ACTIONS(1909), 1, - anon_sym_RBRACK, - STATE(617), 1, - aux_sym_clause_body_repeat1, - [32738] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(185), 1, - sym__macro_name, - ACTIONS(1561), 2, - sym_var, - sym_atom, - [32749] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1911), 1, - anon_sym_RBRACE, - STATE(957), 1, - aux_sym__record_tuple_repeat1, - [32762] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1051), 1, - anon_sym_COMMA, - ACTIONS(1913), 1, - anon_sym_RPAREN, - STATE(906), 1, - aux_sym_expr_args_repeat1, - [32775] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1654), 1, - anon_sym_COMMA, - ACTIONS(1915), 1, - anon_sym_RPAREN, - STATE(912), 1, - aux_sym_macro_call_args_repeat1, - [32788] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1917), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [32801] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1919), 1, - anon_sym_RBRACE, - STATE(880), 1, - aux_sym_tuple_repeat1, - [32814] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1857), 1, - anon_sym_COMMA, - ACTIONS(1921), 1, - anon_sym_RBRACK, - STATE(873), 1, - aux_sym_deprecated_fas_repeat1, - [32827] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1923), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - [32836] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1925), 1, - anon_sym_RBRACE, - STATE(960), 1, - aux_sym_map_expr_update_repeat1, - [32849] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 1, - anon_sym_COMMA, - ACTIONS(1927), 1, - anon_sym_RBRACE, - STATE(914), 1, - aux_sym__record_tuple_repeat1, - [32862] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1809), 1, - anon_sym_SEMI, - ACTIONS(1929), 1, - anon_sym_RPAREN, - STATE(901), 1, - aux_sym__spec_def_repeat1, - [32875] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1733), 1, - sym_var, - STATE(71), 1, - sym_ann_var, - STATE(813), 1, - sym_ann_type, - [32888] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1395), 1, - anon_sym_COMMA, - ACTIONS(1931), 1, - anon_sym_RBRACE, - STATE(877), 1, - aux_sym_map_expr_update_repeat1, - [32901] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1933), 1, - anon_sym_RPAREN, - ACTIONS(1935), 1, - sym_var, - [32911] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1937), 2, - anon_sym_DASH_GT, - anon_sym_when, - [32919] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1580), 1, - anon_sym_LBRACE, - STATE(1062), 1, - sym__record_tuple, - [32929] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1939), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [32937] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 2, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [32945] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1943), 2, - anon_sym_SEMI, - anon_sym_end, - [32953] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(807), 1, - sym_expr_args, - [32963] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(670), 1, - sym_clause_body, - [32973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [32981] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1947), 2, - anon_sym_SEMI, - anon_sym_DASH_GT, - [32989] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1861), 1, - anon_sym_SLASH, - STATE(206), 1, - sym_arity, - [32999] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1861), 1, - anon_sym_SLASH, - STATE(760), 1, - sym_arity, - [33009] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1949), 1, - anon_sym_POUND, - STATE(793), 1, - sym_record_name, - [33019] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(1005), 1, - sym_clause_body, - [33029] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1951), 2, - anon_sym_SEMI, - anon_sym_end, - [33037] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(784), 1, - sym_expr_args, - [33047] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1953), 2, - anon_sym_SEMI, - anon_sym_end, - [33055] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1955), 2, - anon_sym_SEMI, - anon_sym_end, - [33063] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - STATE(1097), 1, - sym_lc_exprs, - [33073] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(697), 1, - sym_clause_body, - [33083] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1957), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [33091] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1959), 2, - anon_sym_SEMI, - anon_sym_end, - [33099] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(978), 1, - sym_clause_body, - [33109] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1662), 1, - anon_sym_SLASH, - STATE(206), 1, - sym_arity, - [33119] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_PIPE_PIPE, - STATE(1068), 1, - sym_lc_exprs, - [33129] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1961), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [33137] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(846), 1, - sym_clause_body, - [33147] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1312), 1, - anon_sym_LBRACE, - STATE(1000), 1, - sym_deprecated_fa, - [33157] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1963), 2, - anon_sym_SEMI, - anon_sym_end, - [33165] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1965), 2, - anon_sym_DOT, - anon_sym_LBRACE, - [33173] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1967), 2, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [33181] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1702), 1, - anon_sym_LPAREN, - STATE(1057), 1, - sym_var_args, - [33191] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1600), 1, - anon_sym_DASH_GT, - STATE(670), 1, - sym_clause_body, - [33201] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(886), 1, - sym_clause_body, - [33211] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(872), 1, - sym_clause_body, - [33221] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1969), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [33229] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1971), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [33237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(720), 1, - anon_sym_LPAREN, - STATE(795), 1, - sym_expr_args, - [33247] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1973), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [33255] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1975), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [33263] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1949), 1, - anon_sym_POUND, - STATE(791), 1, - sym_record_name, - [33273] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1977), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [33281] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1658), 1, - anon_sym_COLON, - ACTIONS(1979), 1, - anon_sym_LPAREN, - [33291] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1981), 2, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [33299] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1983), 2, - anon_sym_SEMI, - anon_sym_end, - [33307] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_DASH_GT, - STATE(989), 1, - sym_clause_body, - [33317] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1660), 1, - anon_sym_SLASH, - STATE(588), 1, - sym_arity, - [33327] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1985), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [33335] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1987), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [33343] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1989), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [33351] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1778), 1, - anon_sym_SLASH, - STATE(412), 1, - sym_arity, - [33361] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1312), 1, - anon_sym_LBRACE, - STATE(920), 1, - sym_deprecated_fa, - [33371] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1991), 1, - anon_sym_LPAREN, - [33378] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1993), 1, - anon_sym_LBRACK, - [33385] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1995), 1, - anon_sym_DOT, - [33392] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1997), 1, - anon_sym_DOT, - [33399] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1999), 1, - anon_sym_end, - [33406] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2001), 1, - anon_sym_RPAREN, - [33413] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2003), 1, - anon_sym_DOT, - [33420] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2005), 1, - anon_sym_DOT, - [33427] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2007), 1, - anon_sym_DOT, - [33434] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2009), 1, - anon_sym_RBRACK, - [33441] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2011), 1, - anon_sym_RPAREN, - [33448] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2013), 1, - anon_sym_COLON, - [33455] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2015), 1, - anon_sym_RPAREN, - [33462] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2017), 1, - anon_sym_end, - [33469] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2019), 1, - sym_var, - [33476] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2021), 1, - anon_sym_GT_GT, - [33483] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2023), 1, - anon_sym_COMMA, - [33490] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2025), 1, - anon_sym_RPAREN, - [33497] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2027), 1, - anon_sym_LBRACE, - [33504] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2029), 1, - anon_sym_end, - [33511] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2031), 1, - anon_sym_end, - [33518] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2033), 1, - anon_sym_RPAREN, - [33525] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2035), 1, - anon_sym_COMMA, - [33532] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2037), 1, - anon_sym_DOT, - [33539] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2039), 1, - anon_sym_RBRACE, - [33546] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2041), 1, - anon_sym_DOT, - [33553] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2043), 1, - anon_sym_end, - [33560] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2045), 1, - anon_sym_end, - [33567] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2047), 1, - anon_sym_RPAREN, - [33574] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2049), 1, - anon_sym_COLON, - [33581] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_end, - [33588] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2053), 1, - anon_sym_DOT, - [33595] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2055), 1, - anon_sym_end, - [33602] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2057), 1, - anon_sym_COMMA, - [33609] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2059), 1, - anon_sym_end, - [33616] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2061), 1, - anon_sym_RPAREN, - [33623] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_end, - [33630] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2065), 1, - anon_sym_RBRACE, - [33637] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(692), 1, - anon_sym_COLON_COLON, - [33644] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - sym_atom, - [33651] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2069), 1, - anon_sym_RPAREN, - [33658] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, - anon_sym_RPAREN, - [33665] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2073), 1, - anon_sym_RPAREN, - [33672] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2075), 1, - anon_sym_COLON_COLON, - [33679] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2077), 1, - anon_sym_COLON_COLON, - [33686] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2079), 1, - anon_sym_DOT, - [33693] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2081), 1, - anon_sym_DOT, - [33700] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2083), 1, - anon_sym_DOT, - [33707] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2085), 1, - anon_sym_DASH_GT, - [33714] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2087), 1, - anon_sym_RPAREN, - [33721] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_DOT, - [33728] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2091), 1, - anon_sym_end, - [33735] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_RPAREN, - [33742] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2095), 1, - anon_sym_DOT, - [33749] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2097), 1, - anon_sym_RPAREN, - [33756] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2099), 1, - anon_sym_RBRACE, - [33763] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2101), 1, - anon_sym_DOT, - [33770] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2103), 1, - anon_sym_DOT, - [33777] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2105), 1, - anon_sym_COLON_COLON, - [33784] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2107), 1, - anon_sym_DOT, - [33791] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2109), 1, - anon_sym_LBRACE, - [33798] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2111), 1, - sym_var, - [33805] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2113), 1, - anon_sym_RPAREN, - [33812] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2115), 1, - anon_sym_RBRACE, - [33819] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2117), 1, - anon_sym_end, - [33826] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2119), 1, - anon_sym_RBRACK, - [33833] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2121), 1, - anon_sym_RPAREN, - [33840] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2123), 1, - anon_sym_RPAREN, - [33847] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2125), 1, - anon_sym_RPAREN, - [33854] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2127), 1, - anon_sym_RBRACE, - [33861] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2129), 1, - anon_sym_RPAREN, - [33868] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2131), 1, - anon_sym_RPAREN, - [33875] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2133), 1, - anon_sym_DOT, - [33882] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2135), 1, - anon_sym_RBRACE, - [33889] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2137), 1, - sym_string, - [33896] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2139), 1, - anon_sym_RPAREN, - [33903] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2141), 1, - anon_sym_DOT, - [33910] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2143), 1, - anon_sym_RPAREN, - [33917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2145), 1, - anon_sym_LBRACK, - [33924] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2147), 1, - anon_sym_DOT, - [33931] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2149), 1, - anon_sym_DASH_GT, - [33938] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2151), 1, - anon_sym_LBRACK, - [33945] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2153), 1, - anon_sym_DOT, - [33952] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2155), 1, - anon_sym_RPAREN, - [33959] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2157), 1, - anon_sym_RBRACE, - [33966] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_DOT, - [33973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2161), 1, - anon_sym_RPAREN, - [33980] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2163), 1, - anon_sym_RPAREN, - [33987] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2165), 1, - anon_sym_RPAREN, - [33994] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2167), 1, - anon_sym_DOT, - [34001] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2169), 1, - anon_sym_end, - [34008] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2171), 1, - anon_sym_GT_GT, - [34015] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2173), 1, - anon_sym_end, - [34022] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2175), 1, - anon_sym_DOT, - [34029] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2177), 1, - anon_sym_end, - [34036] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2179), 1, - anon_sym_RBRACK, - [34043] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2181), 1, - anon_sym_end, - [34050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_GT_GT, - [34057] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2185), 1, - anon_sym_DASH_GT, - [34064] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2187), 1, - anon_sym_end, - [34071] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_RPAREN, - [34078] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2191), 1, - anon_sym_DOT, - [34085] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2193), 1, - anon_sym_DOT, - [34092] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2195), 1, - anon_sym_DOT, - [34099] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2197), 1, - anon_sym_RPAREN, - [34106] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2199), 1, - anon_sym_end, - [34113] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2201), 1, - anon_sym_DOT, - [34120] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2203), 1, - anon_sym_POUND, - [34127] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2205), 1, - anon_sym_RPAREN, - [34134] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2207), 1, - anon_sym_DOT, - [34141] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2209), 1, - anon_sym_RPAREN, - [34148] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2211), 1, - anon_sym_RPAREN, - [34155] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COMMA, - [34162] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2215), 1, - anon_sym_DOT, - [34169] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2217), 1, - anon_sym_DOT, - [34176] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2219), 1, - anon_sym_DOT, - [34183] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2221), 1, - anon_sym_RPAREN, - [34190] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2223), 1, - anon_sym_LT_DASH, - [34197] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2225), 1, - anon_sym_end, - [34204] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2227), 1, - anon_sym_LBRACK, - [34211] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2229), 1, - anon_sym_POUND, - [34218] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2231), 1, - anon_sym_RPAREN, - [34225] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - anon_sym_RPAREN, - [34232] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2235), 1, - anon_sym_LBRACE, - [34239] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2237), 1, - anon_sym_end, - [34246] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2239), 1, - anon_sym_DOT, - [34253] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2241), 1, - anon_sym_LPAREN, - [34260] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2243), 1, - sym_integer, - [34267] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2245), 1, - anon_sym_end, - [34274] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2247), 1, - anon_sym_LPAREN, - [34281] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2249), 1, - anon_sym_LPAREN, - [34288] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2251), 1, - anon_sym_LPAREN, - [34295] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2253), 1, - anon_sym_LPAREN, - [34302] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2255), 1, - anon_sym_LPAREN, - [34309] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2257), 1, - anon_sym_LPAREN, - [34316] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2259), 1, - anon_sym_LPAREN, - [34323] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2261), 1, - anon_sym_LPAREN, - [34330] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2263), 1, - anon_sym_LPAREN, - [34337] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2265), 1, - anon_sym_LPAREN, - [34344] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2267), 1, - anon_sym_DOT, - [34351] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2269), 1, - anon_sym_DOT, - [34358] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2271), 1, - anon_sym_LPAREN, - [34365] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2273), 1, - anon_sym_LPAREN, - [34372] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2275), 1, - anon_sym_LPAREN, - [34379] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2277), 1, - anon_sym_LPAREN, - [34386] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_LPAREN, - [34393] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2281), 1, - ts_builtin_sym_end, - [34400] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2283), 1, - anon_sym_end, - [34407] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2285), 1, - anon_sym_RPAREN, - [34414] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2287), 1, - anon_sym_COMMA, - [34421] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2289), 1, - anon_sym_DOT, - [34428] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2291), 1, - anon_sym_end, - [34435] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2293), 1, - anon_sym_end, - [34442] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2295), 1, - anon_sym_end, - [34449] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2297), 1, - anon_sym_LBRACE, -}; - -static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(177)] = 0, - [SMALL_STATE(178)] = 134, - [SMALL_STATE(179)] = 268, - [SMALL_STATE(180)] = 402, - [SMALL_STATE(181)] = 479, - [SMALL_STATE(182)] = 556, - [SMALL_STATE(183)] = 681, - [SMALL_STATE(184)] = 750, - [SMALL_STATE(185)] = 814, - [SMALL_STATE(186)] = 878, - [SMALL_STATE(187)] = 942, - [SMALL_STATE(188)] = 1006, - [SMALL_STATE(189)] = 1070, - [SMALL_STATE(190)] = 1134, - [SMALL_STATE(191)] = 1198, - [SMALL_STATE(192)] = 1261, - [SMALL_STATE(193)] = 1324, - [SMALL_STATE(194)] = 1387, - [SMALL_STATE(195)] = 1450, - [SMALL_STATE(196)] = 1513, - [SMALL_STATE(197)] = 1576, - [SMALL_STATE(198)] = 1639, - [SMALL_STATE(199)] = 1702, - [SMALL_STATE(200)] = 1765, - [SMALL_STATE(201)] = 1828, - [SMALL_STATE(202)] = 1895, - [SMALL_STATE(203)] = 2060, - [SMALL_STATE(204)] = 2123, - [SMALL_STATE(205)] = 2186, - [SMALL_STATE(206)] = 2249, - [SMALL_STATE(207)] = 2312, - [SMALL_STATE(208)] = 2375, - [SMALL_STATE(209)] = 2438, - [SMALL_STATE(210)] = 2501, - [SMALL_STATE(211)] = 2564, - [SMALL_STATE(212)] = 2673, - [SMALL_STATE(213)] = 2736, - [SMALL_STATE(214)] = 2799, - [SMALL_STATE(215)] = 2862, - [SMALL_STATE(216)] = 2925, - [SMALL_STATE(217)] = 2988, - [SMALL_STATE(218)] = 3051, - [SMALL_STATE(219)] = 3114, - [SMALL_STATE(220)] = 3177, - [SMALL_STATE(221)] = 3240, - [SMALL_STATE(222)] = 3303, - [SMALL_STATE(223)] = 3366, - [SMALL_STATE(224)] = 3429, - [SMALL_STATE(225)] = 3492, - [SMALL_STATE(226)] = 3555, - [SMALL_STATE(227)] = 3618, - [SMALL_STATE(228)] = 3681, - [SMALL_STATE(229)] = 3744, - [SMALL_STATE(230)] = 3807, - [SMALL_STATE(231)] = 3870, - [SMALL_STATE(232)] = 3933, - [SMALL_STATE(233)] = 3996, - [SMALL_STATE(234)] = 4059, - [SMALL_STATE(235)] = 4122, - [SMALL_STATE(236)] = 4185, - [SMALL_STATE(237)] = 4248, - [SMALL_STATE(238)] = 4311, - [SMALL_STATE(239)] = 4374, - [SMALL_STATE(240)] = 4437, - [SMALL_STATE(241)] = 4500, - [SMALL_STATE(242)] = 4563, - [SMALL_STATE(243)] = 4626, - [SMALL_STATE(244)] = 4689, - [SMALL_STATE(245)] = 4752, - [SMALL_STATE(246)] = 4815, - [SMALL_STATE(247)] = 4878, - [SMALL_STATE(248)] = 4941, - [SMALL_STATE(249)] = 5050, - [SMALL_STATE(250)] = 5113, - [SMALL_STATE(251)] = 5176, - [SMALL_STATE(252)] = 5285, - [SMALL_STATE(253)] = 5348, - [SMALL_STATE(254)] = 5457, - [SMALL_STATE(255)] = 5520, - [SMALL_STATE(256)] = 5585, - [SMALL_STATE(257)] = 5648, - [SMALL_STATE(258)] = 5757, - [SMALL_STATE(259)] = 5820, - [SMALL_STATE(260)] = 5885, - [SMALL_STATE(261)] = 5948, - [SMALL_STATE(262)] = 6011, - [SMALL_STATE(263)] = 6074, - [SMALL_STATE(264)] = 6141, - [SMALL_STATE(265)] = 6210, - [SMALL_STATE(266)] = 6273, - [SMALL_STATE(267)] = 6340, - [SMALL_STATE(268)] = 6403, - [SMALL_STATE(269)] = 6465, - [SMALL_STATE(270)] = 6527, - [SMALL_STATE(271)] = 6589, - [SMALL_STATE(272)] = 6651, - [SMALL_STATE(273)] = 6713, - [SMALL_STATE(274)] = 6775, - [SMALL_STATE(275)] = 6868, - [SMALL_STATE(276)] = 6947, - [SMALL_STATE(277)] = 7032, - [SMALL_STATE(278)] = 7105, - [SMALL_STATE(279)] = 7200, - [SMALL_STATE(280)] = 7283, - [SMALL_STATE(281)] = 7378, - [SMALL_STATE(282)] = 7467, - [SMALL_STATE(283)] = 7548, - [SMALL_STATE(284)] = 7643, - [SMALL_STATE(285)] = 7730, - [SMALL_STATE(286)] = 7825, - [SMALL_STATE(287)] = 7920, - [SMALL_STATE(288)] = 8030, - [SMALL_STATE(289)] = 8140, - [SMALL_STATE(290)] = 8250, - [SMALL_STATE(291)] = 8357, - [SMALL_STATE(292)] = 8423, - [SMALL_STATE(293)] = 8489, - [SMALL_STATE(294)] = 8593, - [SMALL_STATE(295)] = 8679, - [SMALL_STATE(296)] = 8773, - [SMALL_STATE(297)] = 8833, - [SMALL_STATE(298)] = 8891, - [SMALL_STATE(299)] = 8948, - [SMALL_STATE(300)] = 9001, - [SMALL_STATE(301)] = 9054, - [SMALL_STATE(302)] = 9107, - [SMALL_STATE(303)] = 9192, - [SMALL_STATE(304)] = 9277, - [SMALL_STATE(305)] = 9330, - [SMALL_STATE(306)] = 9383, - [SMALL_STATE(307)] = 9436, - [SMALL_STATE(308)] = 9519, - [SMALL_STATE(309)] = 9618, - [SMALL_STATE(310)] = 9703, - [SMALL_STATE(311)] = 9782, - [SMALL_STATE(312)] = 9867, - [SMALL_STATE(313)] = 9952, - [SMALL_STATE(314)] = 10017, - [SMALL_STATE(315)] = 10094, - [SMALL_STATE(316)] = 10169, - [SMALL_STATE(317)] = 10242, - [SMALL_STATE(318)] = 10295, - [SMALL_STATE(319)] = 10376, - [SMALL_STATE(320)] = 10447, - [SMALL_STATE(321)] = 10543, - [SMALL_STATE(322)] = 10633, - [SMALL_STATE(323)] = 10687, - [SMALL_STATE(324)] = 10775, - [SMALL_STATE(325)] = 10871, - [SMALL_STATE(326)] = 10967, - [SMALL_STATE(327)] = 11021, - [SMALL_STATE(328)] = 11106, - [SMALL_STATE(329)] = 11187, - [SMALL_STATE(330)] = 11272, - [SMALL_STATE(331)] = 11355, - [SMALL_STATE(332)] = 11432, - [SMALL_STATE(333)] = 11517, - [SMALL_STATE(334)] = 11600, - [SMALL_STATE(335)] = 11685, - [SMALL_STATE(336)] = 11768, - [SMALL_STATE(337)] = 11843, - [SMALL_STATE(338)] = 11926, - [SMALL_STATE(339)] = 11999, - [SMALL_STATE(340)] = 12070, - [SMALL_STATE(341)] = 12149, - [SMALL_STATE(342)] = 12218, - [SMALL_STATE(343)] = 12281, - [SMALL_STATE(344)] = 12366, - [SMALL_STATE(345)] = 12443, - [SMALL_STATE(346)] = 12528, - [SMALL_STATE(347)] = 12603, - [SMALL_STATE(348)] = 12662, - [SMALL_STATE(349)] = 12745, - [SMALL_STATE(350)] = 12828, - [SMALL_STATE(351)] = 12883, - [SMALL_STATE(352)] = 12956, - [SMALL_STATE(353)] = 13027, - [SMALL_STATE(354)] = 13106, - [SMALL_STATE(355)] = 13175, - [SMALL_STATE(356)] = 13238, - [SMALL_STATE(357)] = 13288, - [SMALL_STATE(358)] = 13378, - [SMALL_STATE(359)] = 13428, - [SMALL_STATE(360)] = 13478, - [SMALL_STATE(361)] = 13528, - [SMALL_STATE(362)] = 13578, - [SMALL_STATE(363)] = 13628, - [SMALL_STATE(364)] = 13678, - [SMALL_STATE(365)] = 13728, - [SMALL_STATE(366)] = 13778, - [SMALL_STATE(367)] = 13828, - [SMALL_STATE(368)] = 13878, - [SMALL_STATE(369)] = 13928, - [SMALL_STATE(370)] = 13978, - [SMALL_STATE(371)] = 14028, - [SMALL_STATE(372)] = 14078, - [SMALL_STATE(373)] = 14164, - [SMALL_STATE(374)] = 14218, - [SMALL_STATE(375)] = 14304, - [SMALL_STATE(376)] = 14354, - [SMALL_STATE(377)] = 14404, - [SMALL_STATE(378)] = 14454, - [SMALL_STATE(379)] = 14504, - [SMALL_STATE(380)] = 14554, - [SMALL_STATE(381)] = 14612, - [SMALL_STATE(382)] = 14662, - [SMALL_STATE(383)] = 14712, - [SMALL_STATE(384)] = 14762, - [SMALL_STATE(385)] = 14812, - [SMALL_STATE(386)] = 14898, - [SMALL_STATE(387)] = 14988, - [SMALL_STATE(388)] = 15038, - [SMALL_STATE(389)] = 15088, - [SMALL_STATE(390)] = 15138, - [SMALL_STATE(391)] = 15228, - [SMALL_STATE(392)] = 15278, - [SMALL_STATE(393)] = 15328, - [SMALL_STATE(394)] = 15418, - [SMALL_STATE(395)] = 15468, - [SMALL_STATE(396)] = 15518, - [SMALL_STATE(397)] = 15568, - [SMALL_STATE(398)] = 15618, - [SMALL_STATE(399)] = 15704, - [SMALL_STATE(400)] = 15788, - [SMALL_STATE(401)] = 15838, - [SMALL_STATE(402)] = 15928, - [SMALL_STATE(403)] = 16018, - [SMALL_STATE(404)] = 16104, - [SMALL_STATE(405)] = 16190, - [SMALL_STATE(406)] = 16240, - [SMALL_STATE(407)] = 16290, - [SMALL_STATE(408)] = 16340, - [SMALL_STATE(409)] = 16390, - [SMALL_STATE(410)] = 16440, - [SMALL_STATE(411)] = 16526, - [SMALL_STATE(412)] = 16576, - [SMALL_STATE(413)] = 16626, - [SMALL_STATE(414)] = 16676, - [SMALL_STATE(415)] = 16726, - [SMALL_STATE(416)] = 16776, - [SMALL_STATE(417)] = 16826, - [SMALL_STATE(418)] = 16912, - [SMALL_STATE(419)] = 16994, - [SMALL_STATE(420)] = 17078, - [SMALL_STATE(421)] = 17154, - [SMALL_STATE(422)] = 17238, - [SMALL_STATE(423)] = 17322, - [SMALL_STATE(424)] = 17374, - [SMALL_STATE(425)] = 17448, - [SMALL_STATE(426)] = 17520, - [SMALL_STATE(427)] = 17590, - [SMALL_STATE(428)] = 17668, - [SMALL_STATE(429)] = 17736, - [SMALL_STATE(430)] = 17798, - [SMALL_STATE(431)] = 17848, - [SMALL_STATE(432)] = 17898, - [SMALL_STATE(433)] = 17948, - [SMALL_STATE(434)] = 18036, - [SMALL_STATE(435)] = 18086, - [SMALL_STATE(436)] = 18170, - [SMALL_STATE(437)] = 18251, - [SMALL_STATE(438)] = 18300, - [SMALL_STATE(439)] = 18381, - [SMALL_STATE(440)] = 18462, - [SMALL_STATE(441)] = 18549, - [SMALL_STATE(442)] = 18634, - [SMALL_STATE(443)] = 18683, - [SMALL_STATE(444)] = 18732, - [SMALL_STATE(445)] = 18781, - [SMALL_STATE(446)] = 18866, - [SMALL_STATE(447)] = 18915, - [SMALL_STATE(448)] = 18964, - [SMALL_STATE(449)] = 19013, - [SMALL_STATE(450)] = 19062, - [SMALL_STATE(451)] = 19111, - [SMALL_STATE(452)] = 19160, - [SMALL_STATE(453)] = 19209, - [SMALL_STATE(454)] = 19258, - [SMALL_STATE(455)] = 19309, - [SMALL_STATE(456)] = 19360, - [SMALL_STATE(457)] = 19409, - [SMALL_STATE(458)] = 19458, - [SMALL_STATE(459)] = 19513, - [SMALL_STATE(460)] = 19562, - [SMALL_STATE(461)] = 19611, - [SMALL_STATE(462)] = 19679, - [SMALL_STATE(463)] = 19763, - [SMALL_STATE(464)] = 19843, - [SMALL_STATE(465)] = 19891, - [SMALL_STATE(466)] = 19975, - [SMALL_STATE(467)] = 20055, - [SMALL_STATE(468)] = 20107, - [SMALL_STATE(469)] = 20155, - [SMALL_STATE(470)] = 20235, - [SMALL_STATE(471)] = 20319, - [SMALL_STATE(472)] = 20403, - [SMALL_STATE(473)] = 20451, - [SMALL_STATE(474)] = 20535, - [SMALL_STATE(475)] = 20615, - [SMALL_STATE(476)] = 20699, - [SMALL_STATE(477)] = 20781, - [SMALL_STATE(478)] = 20849, - [SMALL_STATE(479)] = 20897, - [SMALL_STATE(480)] = 20957, - [SMALL_STATE(481)] = 21023, - [SMALL_STATE(482)] = 21103, - [SMALL_STATE(483)] = 21179, - [SMALL_STATE(484)] = 21247, - [SMALL_STATE(485)] = 21317, - [SMALL_STATE(486)] = 21389, - [SMALL_STATE(487)] = 21469, - [SMALL_STATE(488)] = 21549, - [SMALL_STATE(489)] = 21623, - [SMALL_STATE(490)] = 21703, - [SMALL_STATE(491)] = 21751, - [SMALL_STATE(492)] = 21831, - [SMALL_STATE(493)] = 21915, - [SMALL_STATE(494)] = 21993, - [SMALL_STATE(495)] = 22075, - [SMALL_STATE(496)] = 22159, - [SMALL_STATE(497)] = 22239, - [SMALL_STATE(498)] = 22323, - [SMALL_STATE(499)] = 22407, - [SMALL_STATE(500)] = 22455, - [SMALL_STATE(501)] = 22534, - [SMALL_STATE(502)] = 22583, - [SMALL_STATE(503)] = 22662, - [SMALL_STATE(504)] = 22741, - [SMALL_STATE(505)] = 22822, - [SMALL_STATE(506)] = 22871, - [SMALL_STATE(507)] = 22950, - [SMALL_STATE(508)] = 23028, - [SMALL_STATE(509)] = 23106, - [SMALL_STATE(510)] = 23184, - [SMALL_STATE(511)] = 23230, - [SMALL_STATE(512)] = 23308, - [SMALL_STATE(513)] = 23386, - [SMALL_STATE(514)] = 23464, - [SMALL_STATE(515)] = 23514, - [SMALL_STATE(516)] = 23592, - [SMALL_STATE(517)] = 23670, - [SMALL_STATE(518)] = 23748, - [SMALL_STATE(519)] = 23826, - [SMALL_STATE(520)] = 23904, - [SMALL_STATE(521)] = 23982, - [SMALL_STATE(522)] = 24060, - [SMALL_STATE(523)] = 24138, - [SMALL_STATE(524)] = 24185, - [SMALL_STATE(525)] = 24237, - [SMALL_STATE(526)] = 24289, - [SMALL_STATE(527)] = 24358, - [SMALL_STATE(528)] = 24400, - [SMALL_STATE(529)] = 24442, - [SMALL_STATE(530)] = 24505, - [SMALL_STATE(531)] = 24552, - [SMALL_STATE(532)] = 24597, - [SMALL_STATE(533)] = 24651, - [SMALL_STATE(534)] = 24703, - [SMALL_STATE(535)] = 24749, - [SMALL_STATE(536)] = 24803, - [SMALL_STATE(537)] = 24843, - [SMALL_STATE(538)] = 24882, - [SMALL_STATE(539)] = 24921, - [SMALL_STATE(540)] = 24960, - [SMALL_STATE(541)] = 24999, - [SMALL_STATE(542)] = 25038, - [SMALL_STATE(543)] = 25081, - [SMALL_STATE(544)] = 25120, - [SMALL_STATE(545)] = 25161, - [SMALL_STATE(546)] = 25197, - [SMALL_STATE(547)] = 25233, - [SMALL_STATE(548)] = 25269, - [SMALL_STATE(549)] = 25305, - [SMALL_STATE(550)] = 25341, - [SMALL_STATE(551)] = 25377, - [SMALL_STATE(552)] = 25415, - [SMALL_STATE(553)] = 25451, - [SMALL_STATE(554)] = 25487, - [SMALL_STATE(555)] = 25523, - [SMALL_STATE(556)] = 25559, - [SMALL_STATE(557)] = 25595, - [SMALL_STATE(558)] = 25631, - [SMALL_STATE(559)] = 25667, - [SMALL_STATE(560)] = 25703, - [SMALL_STATE(561)] = 25739, - [SMALL_STATE(562)] = 25775, - [SMALL_STATE(563)] = 25811, - [SMALL_STATE(564)] = 25847, - [SMALL_STATE(565)] = 25883, - [SMALL_STATE(566)] = 25919, - [SMALL_STATE(567)] = 25955, - [SMALL_STATE(568)] = 25991, - [SMALL_STATE(569)] = 26027, - [SMALL_STATE(570)] = 26063, - [SMALL_STATE(571)] = 26099, - [SMALL_STATE(572)] = 26135, - [SMALL_STATE(573)] = 26171, - [SMALL_STATE(574)] = 26207, - [SMALL_STATE(575)] = 26243, - [SMALL_STATE(576)] = 26279, - [SMALL_STATE(577)] = 26315, - [SMALL_STATE(578)] = 26351, - [SMALL_STATE(579)] = 26387, - [SMALL_STATE(580)] = 26423, - [SMALL_STATE(581)] = 26459, - [SMALL_STATE(582)] = 26495, - [SMALL_STATE(583)] = 26531, - [SMALL_STATE(584)] = 26567, - [SMALL_STATE(585)] = 26603, - [SMALL_STATE(586)] = 26639, - [SMALL_STATE(587)] = 26675, - [SMALL_STATE(588)] = 26711, - [SMALL_STATE(589)] = 26747, - [SMALL_STATE(590)] = 26783, - [SMALL_STATE(591)] = 26819, - [SMALL_STATE(592)] = 26855, - [SMALL_STATE(593)] = 26891, - [SMALL_STATE(594)] = 26927, - [SMALL_STATE(595)] = 26963, - [SMALL_STATE(596)] = 26999, - [SMALL_STATE(597)] = 27035, - [SMALL_STATE(598)] = 27071, - [SMALL_STATE(599)] = 27107, - [SMALL_STATE(600)] = 27143, - [SMALL_STATE(601)] = 27179, - [SMALL_STATE(602)] = 27215, - [SMALL_STATE(603)] = 27251, - [SMALL_STATE(604)] = 27287, - [SMALL_STATE(605)] = 27325, - [SMALL_STATE(606)] = 27361, - [SMALL_STATE(607)] = 27397, - [SMALL_STATE(608)] = 27433, - [SMALL_STATE(609)] = 27466, - [SMALL_STATE(610)] = 27499, - [SMALL_STATE(611)] = 27530, - [SMALL_STATE(612)] = 27557, - [SMALL_STATE(613)] = 27585, - [SMALL_STATE(614)] = 27613, - [SMALL_STATE(615)] = 27646, - [SMALL_STATE(616)] = 27679, - [SMALL_STATE(617)] = 27712, - [SMALL_STATE(618)] = 27732, - [SMALL_STATE(619)] = 27760, - [SMALL_STATE(620)] = 27789, - [SMALL_STATE(621)] = 27818, - [SMALL_STATE(622)] = 27849, - [SMALL_STATE(623)] = 27880, - [SMALL_STATE(624)] = 27909, - [SMALL_STATE(625)] = 27940, - [SMALL_STATE(626)] = 27969, - [SMALL_STATE(627)] = 28000, - [SMALL_STATE(628)] = 28029, - [SMALL_STATE(629)] = 28058, - [SMALL_STATE(630)] = 28089, - [SMALL_STATE(631)] = 28118, - [SMALL_STATE(632)] = 28147, - [SMALL_STATE(633)] = 28176, - [SMALL_STATE(634)] = 28205, - [SMALL_STATE(635)] = 28234, - [SMALL_STATE(636)] = 28265, - [SMALL_STATE(637)] = 28296, - [SMALL_STATE(638)] = 28325, - [SMALL_STATE(639)] = 28354, - [SMALL_STATE(640)] = 28376, - [SMALL_STATE(641)] = 28402, - [SMALL_STATE(642)] = 28428, - [SMALL_STATE(643)] = 28454, - [SMALL_STATE(644)] = 28474, - [SMALL_STATE(645)] = 28494, - [SMALL_STATE(646)] = 28512, - [SMALL_STATE(647)] = 28532, - [SMALL_STATE(648)] = 28556, - [SMALL_STATE(649)] = 28576, - [SMALL_STATE(650)] = 28600, - [SMALL_STATE(651)] = 28622, - [SMALL_STATE(652)] = 28648, - [SMALL_STATE(653)] = 28667, - [SMALL_STATE(654)] = 28690, - [SMALL_STATE(655)] = 28715, - [SMALL_STATE(656)] = 28738, - [SMALL_STATE(657)] = 28755, - [SMALL_STATE(658)] = 28780, - [SMALL_STATE(659)] = 28805, - [SMALL_STATE(660)] = 28824, - [SMALL_STATE(661)] = 28847, - [SMALL_STATE(662)] = 28870, - [SMALL_STATE(663)] = 28891, - [SMALL_STATE(664)] = 28914, - [SMALL_STATE(665)] = 28931, - [SMALL_STATE(666)] = 28954, - [SMALL_STATE(667)] = 28971, - [SMALL_STATE(668)] = 28994, - [SMALL_STATE(669)] = 29013, - [SMALL_STATE(670)] = 29036, - [SMALL_STATE(671)] = 29048, - [SMALL_STATE(672)] = 29068, - [SMALL_STATE(673)] = 29088, - [SMALL_STATE(674)] = 29108, - [SMALL_STATE(675)] = 29120, - [SMALL_STATE(676)] = 29140, - [SMALL_STATE(677)] = 29160, - [SMALL_STATE(678)] = 29176, - [SMALL_STATE(679)] = 29196, - [SMALL_STATE(680)] = 29216, - [SMALL_STATE(681)] = 29236, - [SMALL_STATE(682)] = 29256, - [SMALL_STATE(683)] = 29276, - [SMALL_STATE(684)] = 29296, - [SMALL_STATE(685)] = 29316, - [SMALL_STATE(686)] = 29336, - [SMALL_STATE(687)] = 29348, - [SMALL_STATE(688)] = 29359, - [SMALL_STATE(689)] = 29370, - [SMALL_STATE(690)] = 29389, - [SMALL_STATE(691)] = 29408, - [SMALL_STATE(692)] = 29427, - [SMALL_STATE(693)] = 29446, - [SMALL_STATE(694)] = 29457, - [SMALL_STATE(695)] = 29468, - [SMALL_STATE(696)] = 29479, - [SMALL_STATE(697)] = 29490, - [SMALL_STATE(698)] = 29501, - [SMALL_STATE(699)] = 29512, - [SMALL_STATE(700)] = 29531, - [SMALL_STATE(701)] = 29548, - [SMALL_STATE(702)] = 29565, - [SMALL_STATE(703)] = 29582, - [SMALL_STATE(704)] = 29599, - [SMALL_STATE(705)] = 29610, - [SMALL_STATE(706)] = 29621, - [SMALL_STATE(707)] = 29632, - [SMALL_STATE(708)] = 29643, - [SMALL_STATE(709)] = 29658, - [SMALL_STATE(710)] = 29669, - [SMALL_STATE(711)] = 29684, - [SMALL_STATE(712)] = 29699, - [SMALL_STATE(713)] = 29716, - [SMALL_STATE(714)] = 29727, - [SMALL_STATE(715)] = 29738, - [SMALL_STATE(716)] = 29749, - [SMALL_STATE(717)] = 29760, - [SMALL_STATE(718)] = 29771, - [SMALL_STATE(719)] = 29788, - [SMALL_STATE(720)] = 29799, - [SMALL_STATE(721)] = 29818, - [SMALL_STATE(722)] = 29829, - [SMALL_STATE(723)] = 29840, - [SMALL_STATE(724)] = 29851, - [SMALL_STATE(725)] = 29862, - [SMALL_STATE(726)] = 29873, - [SMALL_STATE(727)] = 29884, - [SMALL_STATE(728)] = 29901, - [SMALL_STATE(729)] = 29912, - [SMALL_STATE(730)] = 29929, - [SMALL_STATE(731)] = 29946, - [SMALL_STATE(732)] = 29963, - [SMALL_STATE(733)] = 29974, - [SMALL_STATE(734)] = 29993, - [SMALL_STATE(735)] = 30008, - [SMALL_STATE(736)] = 30019, - [SMALL_STATE(737)] = 30036, - [SMALL_STATE(738)] = 30047, - [SMALL_STATE(739)] = 30066, - [SMALL_STATE(740)] = 30077, - [SMALL_STATE(741)] = 30092, - [SMALL_STATE(742)] = 30103, - [SMALL_STATE(743)] = 30118, - [SMALL_STATE(744)] = 30129, - [SMALL_STATE(745)] = 30146, - [SMALL_STATE(746)] = 30157, - [SMALL_STATE(747)] = 30168, - [SMALL_STATE(748)] = 30179, - [SMALL_STATE(749)] = 30198, - [SMALL_STATE(750)] = 30213, - [SMALL_STATE(751)] = 30226, - [SMALL_STATE(752)] = 30237, - [SMALL_STATE(753)] = 30256, - [SMALL_STATE(754)] = 30267, - [SMALL_STATE(755)] = 30286, - [SMALL_STATE(756)] = 30297, - [SMALL_STATE(757)] = 30308, - [SMALL_STATE(758)] = 30325, - [SMALL_STATE(759)] = 30344, - [SMALL_STATE(760)] = 30361, - [SMALL_STATE(761)] = 30372, - [SMALL_STATE(762)] = 30383, - [SMALL_STATE(763)] = 30394, - [SMALL_STATE(764)] = 30411, - [SMALL_STATE(765)] = 30428, - [SMALL_STATE(766)] = 30445, - [SMALL_STATE(767)] = 30456, - [SMALL_STATE(768)] = 30467, - [SMALL_STATE(769)] = 30482, - [SMALL_STATE(770)] = 30493, - [SMALL_STATE(771)] = 30510, - [SMALL_STATE(772)] = 30521, - [SMALL_STATE(773)] = 30532, - [SMALL_STATE(774)] = 30543, - [SMALL_STATE(775)] = 30554, - [SMALL_STATE(776)] = 30569, - [SMALL_STATE(777)] = 30580, - [SMALL_STATE(778)] = 30597, - [SMALL_STATE(779)] = 30608, - [SMALL_STATE(780)] = 30619, - [SMALL_STATE(781)] = 30636, - [SMALL_STATE(782)] = 30650, - [SMALL_STATE(783)] = 30666, - [SMALL_STATE(784)] = 30682, - [SMALL_STATE(785)] = 30698, - [SMALL_STATE(786)] = 30714, - [SMALL_STATE(787)] = 30730, - [SMALL_STATE(788)] = 30746, - [SMALL_STATE(789)] = 30760, - [SMALL_STATE(790)] = 30776, - [SMALL_STATE(791)] = 30790, - [SMALL_STATE(792)] = 30806, - [SMALL_STATE(793)] = 30822, - [SMALL_STATE(794)] = 30838, - [SMALL_STATE(795)] = 30852, - [SMALL_STATE(796)] = 30868, - [SMALL_STATE(797)] = 30884, - [SMALL_STATE(798)] = 30898, - [SMALL_STATE(799)] = 30912, - [SMALL_STATE(800)] = 30928, - [SMALL_STATE(801)] = 30942, - [SMALL_STATE(802)] = 30956, - [SMALL_STATE(803)] = 30972, - [SMALL_STATE(804)] = 30982, - [SMALL_STATE(805)] = 30996, - [SMALL_STATE(806)] = 31012, - [SMALL_STATE(807)] = 31022, - [SMALL_STATE(808)] = 31038, - [SMALL_STATE(809)] = 31052, - [SMALL_STATE(810)] = 31066, - [SMALL_STATE(811)] = 31076, - [SMALL_STATE(812)] = 31090, - [SMALL_STATE(813)] = 31104, - [SMALL_STATE(814)] = 31114, - [SMALL_STATE(815)] = 31124, - [SMALL_STATE(816)] = 31140, - [SMALL_STATE(817)] = 31154, - [SMALL_STATE(818)] = 31170, - [SMALL_STATE(819)] = 31184, - [SMALL_STATE(820)] = 31198, - [SMALL_STATE(821)] = 31212, - [SMALL_STATE(822)] = 31228, - [SMALL_STATE(823)] = 31238, - [SMALL_STATE(824)] = 31252, - [SMALL_STATE(825)] = 31268, - [SMALL_STATE(826)] = 31282, - [SMALL_STATE(827)] = 31293, - [SMALL_STATE(828)] = 31302, - [SMALL_STATE(829)] = 31315, - [SMALL_STATE(830)] = 31328, - [SMALL_STATE(831)] = 31341, - [SMALL_STATE(832)] = 31354, - [SMALL_STATE(833)] = 31365, - [SMALL_STATE(834)] = 31376, - [SMALL_STATE(835)] = 31385, - [SMALL_STATE(836)] = 31398, - [SMALL_STATE(837)] = 31411, - [SMALL_STATE(838)] = 31422, - [SMALL_STATE(839)] = 31435, - [SMALL_STATE(840)] = 31448, - [SMALL_STATE(841)] = 31461, - [SMALL_STATE(842)] = 31474, - [SMALL_STATE(843)] = 31487, - [SMALL_STATE(844)] = 31500, - [SMALL_STATE(845)] = 31513, - [SMALL_STATE(846)] = 31522, - [SMALL_STATE(847)] = 31531, - [SMALL_STATE(848)] = 31540, - [SMALL_STATE(849)] = 31549, - [SMALL_STATE(850)] = 31562, - [SMALL_STATE(851)] = 31575, - [SMALL_STATE(852)] = 31588, - [SMALL_STATE(853)] = 31601, - [SMALL_STATE(854)] = 31612, - [SMALL_STATE(855)] = 31625, - [SMALL_STATE(856)] = 31638, - [SMALL_STATE(857)] = 31651, - [SMALL_STATE(858)] = 31660, - [SMALL_STATE(859)] = 31669, - [SMALL_STATE(860)] = 31682, - [SMALL_STATE(861)] = 31691, - [SMALL_STATE(862)] = 31702, - [SMALL_STATE(863)] = 31711, - [SMALL_STATE(864)] = 31720, - [SMALL_STATE(865)] = 31733, - [SMALL_STATE(866)] = 31746, - [SMALL_STATE(867)] = 31757, - [SMALL_STATE(868)] = 31770, - [SMALL_STATE(869)] = 31783, - [SMALL_STATE(870)] = 31792, - [SMALL_STATE(871)] = 31805, - [SMALL_STATE(872)] = 31818, - [SMALL_STATE(873)] = 31827, - [SMALL_STATE(874)] = 31840, - [SMALL_STATE(875)] = 31853, - [SMALL_STATE(876)] = 31866, - [SMALL_STATE(877)] = 31879, - [SMALL_STATE(878)] = 31892, - [SMALL_STATE(879)] = 31905, - [SMALL_STATE(880)] = 31918, - [SMALL_STATE(881)] = 31931, - [SMALL_STATE(882)] = 31944, - [SMALL_STATE(883)] = 31957, - [SMALL_STATE(884)] = 31970, - [SMALL_STATE(885)] = 31979, - [SMALL_STATE(886)] = 31992, - [SMALL_STATE(887)] = 32001, - [SMALL_STATE(888)] = 32010, - [SMALL_STATE(889)] = 32023, - [SMALL_STATE(890)] = 32036, - [SMALL_STATE(891)] = 32045, - [SMALL_STATE(892)] = 32058, - [SMALL_STATE(893)] = 32071, - [SMALL_STATE(894)] = 32084, - [SMALL_STATE(895)] = 32095, - [SMALL_STATE(896)] = 32104, - [SMALL_STATE(897)] = 32117, - [SMALL_STATE(898)] = 32130, - [SMALL_STATE(899)] = 32139, - [SMALL_STATE(900)] = 32152, - [SMALL_STATE(901)] = 32161, - [SMALL_STATE(902)] = 32174, - [SMALL_STATE(903)] = 32187, - [SMALL_STATE(904)] = 32198, - [SMALL_STATE(905)] = 32211, - [SMALL_STATE(906)] = 32224, - [SMALL_STATE(907)] = 32237, - [SMALL_STATE(908)] = 32246, - [SMALL_STATE(909)] = 32257, - [SMALL_STATE(910)] = 32268, - [SMALL_STATE(911)] = 32277, - [SMALL_STATE(912)] = 32290, - [SMALL_STATE(913)] = 32303, - [SMALL_STATE(914)] = 32316, - [SMALL_STATE(915)] = 32329, - [SMALL_STATE(916)] = 32342, - [SMALL_STATE(917)] = 32355, - [SMALL_STATE(918)] = 32368, - [SMALL_STATE(919)] = 32377, - [SMALL_STATE(920)] = 32390, - [SMALL_STATE(921)] = 32403, - [SMALL_STATE(922)] = 32416, - [SMALL_STATE(923)] = 32429, - [SMALL_STATE(924)] = 32442, - [SMALL_STATE(925)] = 32455, - [SMALL_STATE(926)] = 32466, - [SMALL_STATE(927)] = 32479, - [SMALL_STATE(928)] = 32492, - [SMALL_STATE(929)] = 32503, - [SMALL_STATE(930)] = 32516, - [SMALL_STATE(931)] = 32525, - [SMALL_STATE(932)] = 32538, - [SMALL_STATE(933)] = 32551, - [SMALL_STATE(934)] = 32562, - [SMALL_STATE(935)] = 32575, - [SMALL_STATE(936)] = 32588, - [SMALL_STATE(937)] = 32601, - [SMALL_STATE(938)] = 32614, - [SMALL_STATE(939)] = 32625, - [SMALL_STATE(940)] = 32638, - [SMALL_STATE(941)] = 32651, - [SMALL_STATE(942)] = 32664, - [SMALL_STATE(943)] = 32675, - [SMALL_STATE(944)] = 32688, - [SMALL_STATE(945)] = 32699, - [SMALL_STATE(946)] = 32712, - [SMALL_STATE(947)] = 32725, - [SMALL_STATE(948)] = 32738, - [SMALL_STATE(949)] = 32749, - [SMALL_STATE(950)] = 32762, - [SMALL_STATE(951)] = 32775, - [SMALL_STATE(952)] = 32788, - [SMALL_STATE(953)] = 32801, - [SMALL_STATE(954)] = 32814, - [SMALL_STATE(955)] = 32827, - [SMALL_STATE(956)] = 32836, - [SMALL_STATE(957)] = 32849, - [SMALL_STATE(958)] = 32862, - [SMALL_STATE(959)] = 32875, - [SMALL_STATE(960)] = 32888, - [SMALL_STATE(961)] = 32901, - [SMALL_STATE(962)] = 32911, - [SMALL_STATE(963)] = 32919, - [SMALL_STATE(964)] = 32929, - [SMALL_STATE(965)] = 32937, - [SMALL_STATE(966)] = 32945, - [SMALL_STATE(967)] = 32953, - [SMALL_STATE(968)] = 32963, - [SMALL_STATE(969)] = 32973, - [SMALL_STATE(970)] = 32981, - [SMALL_STATE(971)] = 32989, - [SMALL_STATE(972)] = 32999, - [SMALL_STATE(973)] = 33009, - [SMALL_STATE(974)] = 33019, - [SMALL_STATE(975)] = 33029, - [SMALL_STATE(976)] = 33037, - [SMALL_STATE(977)] = 33047, - [SMALL_STATE(978)] = 33055, - [SMALL_STATE(979)] = 33063, - [SMALL_STATE(980)] = 33073, - [SMALL_STATE(981)] = 33083, - [SMALL_STATE(982)] = 33091, - [SMALL_STATE(983)] = 33099, - [SMALL_STATE(984)] = 33109, - [SMALL_STATE(985)] = 33119, - [SMALL_STATE(986)] = 33129, - [SMALL_STATE(987)] = 33137, - [SMALL_STATE(988)] = 33147, - [SMALL_STATE(989)] = 33157, - [SMALL_STATE(990)] = 33165, - [SMALL_STATE(991)] = 33173, - [SMALL_STATE(992)] = 33181, - [SMALL_STATE(993)] = 33191, - [SMALL_STATE(994)] = 33201, - [SMALL_STATE(995)] = 33211, - [SMALL_STATE(996)] = 33221, - [SMALL_STATE(997)] = 33229, - [SMALL_STATE(998)] = 33237, - [SMALL_STATE(999)] = 33247, - [SMALL_STATE(1000)] = 33255, - [SMALL_STATE(1001)] = 33263, - [SMALL_STATE(1002)] = 33273, - [SMALL_STATE(1003)] = 33281, - [SMALL_STATE(1004)] = 33291, - [SMALL_STATE(1005)] = 33299, - [SMALL_STATE(1006)] = 33307, - [SMALL_STATE(1007)] = 33317, - [SMALL_STATE(1008)] = 33327, - [SMALL_STATE(1009)] = 33335, - [SMALL_STATE(1010)] = 33343, - [SMALL_STATE(1011)] = 33351, - [SMALL_STATE(1012)] = 33361, - [SMALL_STATE(1013)] = 33371, - [SMALL_STATE(1014)] = 33378, - [SMALL_STATE(1015)] = 33385, - [SMALL_STATE(1016)] = 33392, - [SMALL_STATE(1017)] = 33399, - [SMALL_STATE(1018)] = 33406, - [SMALL_STATE(1019)] = 33413, - [SMALL_STATE(1020)] = 33420, - [SMALL_STATE(1021)] = 33427, - [SMALL_STATE(1022)] = 33434, - [SMALL_STATE(1023)] = 33441, - [SMALL_STATE(1024)] = 33448, - [SMALL_STATE(1025)] = 33455, - [SMALL_STATE(1026)] = 33462, - [SMALL_STATE(1027)] = 33469, - [SMALL_STATE(1028)] = 33476, - [SMALL_STATE(1029)] = 33483, - [SMALL_STATE(1030)] = 33490, - [SMALL_STATE(1031)] = 33497, - [SMALL_STATE(1032)] = 33504, - [SMALL_STATE(1033)] = 33511, - [SMALL_STATE(1034)] = 33518, - [SMALL_STATE(1035)] = 33525, - [SMALL_STATE(1036)] = 33532, - [SMALL_STATE(1037)] = 33539, - [SMALL_STATE(1038)] = 33546, - [SMALL_STATE(1039)] = 33553, - [SMALL_STATE(1040)] = 33560, - [SMALL_STATE(1041)] = 33567, - [SMALL_STATE(1042)] = 33574, - [SMALL_STATE(1043)] = 33581, - [SMALL_STATE(1044)] = 33588, - [SMALL_STATE(1045)] = 33595, - [SMALL_STATE(1046)] = 33602, - [SMALL_STATE(1047)] = 33609, - [SMALL_STATE(1048)] = 33616, - [SMALL_STATE(1049)] = 33623, - [SMALL_STATE(1050)] = 33630, - [SMALL_STATE(1051)] = 33637, - [SMALL_STATE(1052)] = 33644, - [SMALL_STATE(1053)] = 33651, - [SMALL_STATE(1054)] = 33658, - [SMALL_STATE(1055)] = 33665, - [SMALL_STATE(1056)] = 33672, - [SMALL_STATE(1057)] = 33679, - [SMALL_STATE(1058)] = 33686, - [SMALL_STATE(1059)] = 33693, - [SMALL_STATE(1060)] = 33700, - [SMALL_STATE(1061)] = 33707, - [SMALL_STATE(1062)] = 33714, - [SMALL_STATE(1063)] = 33721, - [SMALL_STATE(1064)] = 33728, - [SMALL_STATE(1065)] = 33735, - [SMALL_STATE(1066)] = 33742, - [SMALL_STATE(1067)] = 33749, - [SMALL_STATE(1068)] = 33756, - [SMALL_STATE(1069)] = 33763, - [SMALL_STATE(1070)] = 33770, - [SMALL_STATE(1071)] = 33777, - [SMALL_STATE(1072)] = 33784, - [SMALL_STATE(1073)] = 33791, - [SMALL_STATE(1074)] = 33798, - [SMALL_STATE(1075)] = 33805, - [SMALL_STATE(1076)] = 33812, - [SMALL_STATE(1077)] = 33819, - [SMALL_STATE(1078)] = 33826, - [SMALL_STATE(1079)] = 33833, - [SMALL_STATE(1080)] = 33840, - [SMALL_STATE(1081)] = 33847, - [SMALL_STATE(1082)] = 33854, - [SMALL_STATE(1083)] = 33861, - [SMALL_STATE(1084)] = 33868, - [SMALL_STATE(1085)] = 33875, - [SMALL_STATE(1086)] = 33882, - [SMALL_STATE(1087)] = 33889, - [SMALL_STATE(1088)] = 33896, - [SMALL_STATE(1089)] = 33903, - [SMALL_STATE(1090)] = 33910, - [SMALL_STATE(1091)] = 33917, - [SMALL_STATE(1092)] = 33924, - [SMALL_STATE(1093)] = 33931, - [SMALL_STATE(1094)] = 33938, - [SMALL_STATE(1095)] = 33945, - [SMALL_STATE(1096)] = 33952, - [SMALL_STATE(1097)] = 33959, - [SMALL_STATE(1098)] = 33966, - [SMALL_STATE(1099)] = 33973, - [SMALL_STATE(1100)] = 33980, - [SMALL_STATE(1101)] = 33987, - [SMALL_STATE(1102)] = 33994, - [SMALL_STATE(1103)] = 34001, - [SMALL_STATE(1104)] = 34008, - [SMALL_STATE(1105)] = 34015, - [SMALL_STATE(1106)] = 34022, - [SMALL_STATE(1107)] = 34029, - [SMALL_STATE(1108)] = 34036, - [SMALL_STATE(1109)] = 34043, - [SMALL_STATE(1110)] = 34050, - [SMALL_STATE(1111)] = 34057, - [SMALL_STATE(1112)] = 34064, - [SMALL_STATE(1113)] = 34071, - [SMALL_STATE(1114)] = 34078, - [SMALL_STATE(1115)] = 34085, - [SMALL_STATE(1116)] = 34092, - [SMALL_STATE(1117)] = 34099, - [SMALL_STATE(1118)] = 34106, - [SMALL_STATE(1119)] = 34113, - [SMALL_STATE(1120)] = 34120, - [SMALL_STATE(1121)] = 34127, - [SMALL_STATE(1122)] = 34134, - [SMALL_STATE(1123)] = 34141, - [SMALL_STATE(1124)] = 34148, - [SMALL_STATE(1125)] = 34155, - [SMALL_STATE(1126)] = 34162, - [SMALL_STATE(1127)] = 34169, - [SMALL_STATE(1128)] = 34176, - [SMALL_STATE(1129)] = 34183, - [SMALL_STATE(1130)] = 34190, - [SMALL_STATE(1131)] = 34197, - [SMALL_STATE(1132)] = 34204, - [SMALL_STATE(1133)] = 34211, - [SMALL_STATE(1134)] = 34218, - [SMALL_STATE(1135)] = 34225, - [SMALL_STATE(1136)] = 34232, - [SMALL_STATE(1137)] = 34239, - [SMALL_STATE(1138)] = 34246, - [SMALL_STATE(1139)] = 34253, - [SMALL_STATE(1140)] = 34260, - [SMALL_STATE(1141)] = 34267, - [SMALL_STATE(1142)] = 34274, - [SMALL_STATE(1143)] = 34281, - [SMALL_STATE(1144)] = 34288, - [SMALL_STATE(1145)] = 34295, - [SMALL_STATE(1146)] = 34302, - [SMALL_STATE(1147)] = 34309, - [SMALL_STATE(1148)] = 34316, - [SMALL_STATE(1149)] = 34323, - [SMALL_STATE(1150)] = 34330, - [SMALL_STATE(1151)] = 34337, - [SMALL_STATE(1152)] = 34344, - [SMALL_STATE(1153)] = 34351, - [SMALL_STATE(1154)] = 34358, - [SMALL_STATE(1155)] = 34365, - [SMALL_STATE(1156)] = 34372, - [SMALL_STATE(1157)] = 34379, - [SMALL_STATE(1158)] = 34386, - [SMALL_STATE(1159)] = 34393, - [SMALL_STATE(1160)] = 34400, - [SMALL_STATE(1161)] = 34407, - [SMALL_STATE(1162)] = 34414, - [SMALL_STATE(1163)] = 34421, - [SMALL_STATE(1164)] = 34428, - [SMALL_STATE(1165)] = 34435, - [SMALL_STATE(1166)] = 34442, - [SMALL_STATE(1167)] = 34449, -}; - -static const TSParseActionEntry ts_parse_actions[] = { - [0] = {.entry = {.count = 0, .reusable = false}}, - [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatables, 2, .production_id = 17), - [267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatables, 2, .production_id = 17), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatables_repeat1, 2), - [275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(804), - [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(186), - [283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_expr, 2, .production_id = 2), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_expr, 2, .production_id = 2), - [289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__macro_name, 1), - [291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_name, 1), - [293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_string, 3, .production_id = 43), - [295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_string, 3, .production_id = 43), - [297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__concatable, 1), - [299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatable, 1), - [301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_args, 3, .production_id = 47), - [303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_args, 3, .production_id = 47), - [305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_expr, 3, .production_id = 5), - [307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_expr, 3, .production_id = 5), - [309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_args, 4, .production_id = 77), - [311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_args, 4, .production_id = 77), - [313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_args, 2), - [315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_args, 2), - [317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_max, 1), - [319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_max, 1), - [321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_expr, 4, .production_id = 55), - [323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_expr, 4, .production_id = 55), - [325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_field_expr, 3, .production_id = 45), - [327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field_expr, 3, .production_id = 45), - [329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 2, .production_id = 71), - [331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 2, .production_id = 71), - [333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary, 4, .production_id = 62), - [335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary, 4, .production_id = 62), - [337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr_update, 6, .production_id = 126), - [339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr_update, 6, .production_id = 126), - [341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_maybe_expr, 3, .production_id = 42), - [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_maybe_expr, 3, .production_id = 42), - [345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 5, .production_id = 136), - [347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 5, .production_id = 136), - [349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_comprehension, 4, .production_id = 54), - [351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_comprehension, 4, .production_id = 54), - [353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr_update, 4, .production_id = 29), - [355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr_update, 4, .production_id = 29), - [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fun_type, 3), - [359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_type, 3), - [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_args, 2), - [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_args, 2), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_fun, 4, .production_id = 53), - [467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_fun, 4, .production_id = 53), - [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arity, 2, .production_id = 60), - [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arity, 2, .production_id = 60), - [473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arity_value, 1), - [475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arity_value, 1), - [477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_fun, 4, .production_id = 59), - [479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_fun, 4, .production_id = 59), - [481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__record_tuple, 2), - [483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_tuple, 2), - [485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_field_name, 2, .production_id = 2), - [487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field_name, 2, .production_id = 2), - [489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expr, 3, .production_id = 41), - [491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expr, 3, .production_id = 41), - [493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expr, 2), - [495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expr, 2), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expr, 5, .production_id = 100), - [501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expr, 5, .production_id = 100), - [503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr, 4, .production_id = 67), - [505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr, 4, .production_id = 67), - [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__record_tuple, 4, .production_id = 105), - [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_tuple, 4, .production_id = 105), - [511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr_update, 5, .production_id = 104), - [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr_update, 5, .production_id = 104), - [515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expr, 4, .production_id = 7), - [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expr, 4, .production_id = 7), - [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary, 2), - [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary, 2), - [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 4, .production_id = 122), - [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 4, .production_id = 122), - [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expr, 3, .production_id = 40), - [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expr, 3, .production_id = 40), - [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr, 5, .production_id = 98), - [537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr, 5, .production_id = 98), - [539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fun_type, 4, .production_id = 58), - [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_type, 4, .production_id = 58), - [543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_else_clause, 3, .production_id = 39), - [545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_else_clause, 3, .production_id = 39), - [547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_call_none, 2, .production_id = 2), - [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_call_none, 2, .production_id = 2), - [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4, .production_id = 56), - [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4, .production_id = 56), - [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, .production_id = 55), - [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, .production_id = 55), - [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paren_expr, 3, .production_id = 7), - [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paren_expr, 3, .production_id = 7), - [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 54), - [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 54), - [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expr, 4, .production_id = 72), - [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expr, 4, .production_id = 72), - [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expr, 3, .production_id = 19), - [577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expr, 3, .production_id = 19), - [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 3, .production_id = 40), - [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 3, .production_id = 40), - [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expr, 4, .production_id = 53), - [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expr, 4, .production_id = 53), - [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_else_clause, 2), - [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_else_clause, 2), - [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expr, 3, .production_id = 39), - [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expr, 3, .production_id = 39), - [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 32), - [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 32), - [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_maybe_expr, 4, .production_id = 55), - [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_maybe_expr, 4, .production_id = 55), - [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expr, 2), - [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expr, 2), - [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_update_expr, 3, .production_id = 46), - [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_expr, 3, .production_id = 46), - [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 4, .production_id = 121), - [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 4, .production_id = 121), - [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 7), - [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 7), - [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_maybe_expr, 4, .production_id = 73), - [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_maybe_expr, 4, .production_id = 73), - [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_maybe_expr, 3, .production_id = 32), - [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_maybe_expr, 3, .production_id = 32), - [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__record_tuple, 3, .production_id = 74), - [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_tuple, 3, .production_id = 74), - [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1), - [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1), - [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expr, 5, .production_id = 103), - [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expr, 5, .production_id = 103), - [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_expr, 2, .production_id = 16), - [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_expr, 2, .production_id = 16), - [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expr, 4, .production_id = 70), - [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expr, 4, .production_id = 70), - [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_internal_fun, 3, .production_id = 33), - [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_internal_fun, 3, .production_id = 33), - [651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_fun, 3, .production_id = 19), - [653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_fun, 3, .production_id = 19), - [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 2), - [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 2), - [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr, 1), - [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr, 1), - [663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_expr_base, 1), - [665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_expr, 3, .production_id = 32), - [667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_expr, 3, .production_id = 32), - [669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_comprehension, 5, .production_id = 97), - [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_comprehension, 5, .production_id = 97), - [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__map_expr_base, 1), - [675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__try_catch, 3, .production_id = 102), - [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__try_catch, 3, .production_id = 102), - [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_expr, 3), - [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_expr, 3), - [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary, 3, .production_id = 35), - [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary, 3, .production_id = 35), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__map_expr_base, 1), REDUCE(sym__record_expr_base, 1), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_index_expr, 2, .production_id = 15), - [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_index_expr, 2, .production_id = 15), - [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expr, 6, .production_id = 125), - [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expr, 6, .production_id = 125), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_args, 3, .production_id = 47), - [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_args, 3, .production_id = 47), - [706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 12), - [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 12), - [710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote, 2, .production_id = 14), - [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote, 2, .production_id = 14), - [714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_args, 4, .production_id = 77), - [716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_args, 4, .production_id = 77), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expr, 2, .production_id = 18), - [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_op_expr, 2, .production_id = 18), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_op_expr, 3, .production_id = 44), - [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_op_expr, 3, .production_id = 44), - [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cond_match_expr, 3, .production_id = 44), - [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cond_match_expr, 3, .production_id = 44), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expr, 3, .production_id = 44), - [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expr, 3, .production_id = 44), - [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ann_type, 2, .production_id = 10), - [762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ann_type, 2, .production_id = 10), - [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_type, 3, .production_id = 44), - [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_type, 3, .production_id = 44), - [768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_expr, 2, .production_id = 7), - [770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_expr, 2, .production_id = 7), - [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe, 3, .production_id = 44), - [774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe, 3, .production_id = 44), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(797), - [795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(301), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 32), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lc_expr, 1), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1, .dynamic_precedence = 5), REDUCE(sym_replacement_guard_and, 1, .production_id = 81), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_guard_and, 1, .production_id = 81), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clause_body, 2, .production_id = 32), - [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clause_body, 2, .production_id = 32), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__macro_body_expr, 1), - [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_body_expr, 1), - [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cr_clause_or_macro, 1), - [929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 32), - [931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expr_max, 1), REDUCE(sym__name, 1), - [934] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_macro_call_expr, 2, .production_id = 2), REDUCE(sym_macro_call_none, 2, .production_id = 2), SHIFT(35), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expr_max, 1), REDUCE(sym__concatable, 1), - [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expr_max, 1), REDUCE(sym__concatable, 1), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [990] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__function_or_macro_clause, 1), REDUCE(sym__cr_clause_or_macro, 1), REDUCE(sym__macro_body_expr, 1), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_sig, 3, .production_id = 93), - [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_sig, 3, .production_id = 93), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_b_generator, 3, .production_id = 44), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator, 3, .production_id = 44), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_generator, 3, .production_id = 44), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_clause, 1, .production_id = 6), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(528), - [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(202), - [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(942), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_args, 2), REDUCE(sym_fun_type, 3), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expr, 2, .production_id = 7), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, .production_id = 1), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_guard_and_repeat1, 2, .production_id = 48), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_expr, 1, .production_id = 29), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_field, 3, .production_id = 96), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_after, 2, .production_id = 32), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_expr, 3, .production_id = 94), - [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_type, 2, .production_id = 7), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expr_args_repeat1, 2, .production_id = 47), - [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2, .production_id = 7), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_type_sig, 3, .production_id = 93), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_def, 3, .production_id = 50), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(801), - [1125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(541), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_op_catch_pat, 3, .production_id = 44), - [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_op_catch_pat, 3, .production_id = 44), - [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_catch_pat, 3, .production_id = 44), - [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_catch_pat, 3, .production_id = 44), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__catch_pat, 1), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__catch_pat, 1), - [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ann_var, 2, .production_id = 9), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ann_var, 2, .production_id = 9), - [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_name, 2, .production_id = 2), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_name, 2, .production_id = 2), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_class, 2, .production_id = 101), - [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_class, 2, .production_id = 101), - [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_module, 2, .production_id = 13), - [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_module, 2, .production_id = 13), - [1172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatables_repeat1, 2), SHIFT_REPEAT(825), - [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 2, .production_id = 21), SHIFT_REPEAT(528), - [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 2, .production_id = 21), - [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 2, .production_id = 21), SHIFT_REPEAT(649), - [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 2, .production_id = 21), SHIFT_REPEAT(942), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 52), - [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 52), SHIFT_REPEAT(103), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 2, .production_id = 113), SHIFT_REPEAT(528), - [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 2, .production_id = 113), SHIFT_REPEAT(671), - [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 2, .production_id = 113), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 2, .production_id = 113), SHIFT_REPEAT(909), - [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 2, .production_id = 112), SHIFT_REPEAT(528), - [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 2, .production_id = 112), SHIFT_REPEAT(679), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 2, .production_id = 112), - [1242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 2, .production_id = 112), SHIFT_REPEAT(909), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 2, .production_id = 110), SHIFT_REPEAT(528), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 2, .production_id = 110), SHIFT_REPEAT(685), - [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 2, .production_id = 110), - [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 2, .production_id = 110), SHIFT_REPEAT(909), - [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_string, 1, .production_id = 147), - [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_macro_call_none, 2, .production_id = 2), SHIFT(35), - [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_string_repeat1, 2), - [1283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_string_repeat1, 2), SHIFT_REPEAT(825), - [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_string_repeat1, 2), SHIFT_REPEAT(930), - [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_expr, 1), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 52), SHIFT_REPEAT(70), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clause_body, 3, .production_id = 55), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_clause, 4, .production_id = 49), - [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pp_include_repeat1, 2), - [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pp_include_repeat1, 2), SHIFT_REPEAT(908), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pp_include_repeat1, 2), SHIFT_REPEAT(907), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_clause, 3, .production_id = 22), - [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 1, .production_id = 24), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bin_element, 1, .production_id = 8), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__cr_clauses_repeat1, 2, .production_id = 21), - [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__cr_clauses_repeat1, 2, .production_id = 21), SHIFT_REPEAT(32), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_or_macro_clause, 1), - [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_callbacks_attribute, 8, .production_id = 130), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_decl, 8, .production_id = 134), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__cr_clauses_repeat1, 2, .production_id = 19), - [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__form, 1), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_type_attribute, 9, .production_id = 143), - [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_attribute, 3, .production_id = 11), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cr_clause, 3, .production_id = 69), - [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preprocessor_directive, 1), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 2, .production_id = 19), - [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_decl, 3, .production_id = 20), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_define, 7, .production_id = 107), - [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cr_clauses, 1, .production_id = 3), - [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_include, 6, .production_id = 79), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lc_exprs, 2, .production_id = 32), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_include_lib, 6, .production_id = 79), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_undef, 6, .production_id = 80), - [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_ifdef, 6, .production_id = 80), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_attribute, 7), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_ifndef, 6, .production_id = 80), - [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 2, .production_id = 109), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_callbacks_attribute, 7), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 2, .production_id = 111), - [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_decl, 2, .production_id = 3), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_type_attribute, 7), - [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_fun_decl_repeat1, 1, .production_id = 3), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 2, .production_id = 65), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_attribute, 6, .production_id = 80), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_decl, 7, .production_id = 117), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lc_exprs_repeat1, 2, .production_id = 52), SHIFT_REPEAT(7), - [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lc_exprs_repeat1, 2, .production_id = 52), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_if, 4, .production_id = 23), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_elif, 4, .production_id = 23), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_else, 3), - [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lc_exprs, 3, .production_id = 55), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_endif, 3), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cr_clauses, 2, .production_id = 20), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_behaviour_attribute, 6, .production_id = 80), - [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cr_clause, 2, .production_id = 38), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_attribute_repeat1, 1, .production_id = 82), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 11, .production_id = 153), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_guards_repeat1, 2, .production_id = 152), - [1506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_guards_repeat1, 2, .production_id = 152), SHIFT_REPEAT(959), - [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pp_define, 8, .production_id = 128), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_attribute, 8, .production_id = 129), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_type_attribute, 8, .production_id = 131), - [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_attribute, 8, .production_id = 132), - [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fa, 2, .production_id = 83), - [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 10, .production_id = 151), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spec, 4, .production_id = 27), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 9, .production_id = 141), - [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_attribute, 9, .production_id = 140), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_guards, 3, .production_id = 149), - [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_callbacks_attribute, 9, .production_id = 142), - [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_optional_callbacks_attribute_repeat1, 1, .production_id = 84), - [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_type_attribute_repeat1, 1, .production_id = 85), - [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_options_attribute, 6, .production_id = 86), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callback, 4, .production_id = 27), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_guards, 2, .production_id = 135), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, .production_id = 25), - [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opaque, 4, .production_id = 25), - [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_attribute, 6, .production_id = 88), - [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_clause, 2, .production_id = 30), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [1571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_clause_body_repeat1, 2, .production_id = 52), SHIFT_REPEAT(124), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 2, .production_id = 75), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_guard_and, 2, .production_id = 108), - [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_type_list, 3, .production_id = 95), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__spec_def_repeat1, 2, .production_id = 92), - [1608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__spec_def_repeat1, 2, .production_id = 92), SHIFT_REPEAT(843), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lc_exprs_repeat1, 2, .production_id = 32), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_type_list, 2, .production_id = 65), - [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_guards_repeat1, 2, .production_id = 135), - [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_op_expr_max, 3, .production_id = 44), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_args_repeat1, 2, .production_id = 78), - [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_args_repeat1, 2, .production_id = 78), SHIFT_REPEAT(1074), - [1624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_args_repeat1, 2, .production_id = 78), SHIFT_REPEAT(918), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bin_element, 2, .production_id = 36), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_guard_and_repeat1, 2, .production_id = 127), - [1633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_replacement_guard_and_repeat1, 2, .production_id = 127), SHIFT_REPEAT(148), - [1636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__catch_clauses_repeat1, 2, .production_id = 123), SHIFT_REPEAT(182), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__catch_clauses_repeat1, 2, .production_id = 123), - [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expr_max, 2, .production_id = 18), - [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bit_type_list_repeat1, 2, .production_id = 113), SHIFT_REPEAT(640), - [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bit_type_list_repeat1, 2, .production_id = 113), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 4, .production_id = 139), - [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_fa, 5, .production_id = 133), - [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_guard_or_repeat1, 2, .production_id = 127), - [1684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_replacement_guard_or_repeat1, 2, .production_id = 127), SHIFT_REPEAT(41), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_function_clauses_repeat1, 2, .production_id = 21), - [1689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_replacement_function_clauses_repeat1, 2, .production_id = 21), SHIFT_REPEAT(647), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_size_expr, 2, .production_id = 64), - [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 69), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 124), - [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_lhs, 1, .production_id = 24), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_fun_repeat1, 2, .production_id = 21), SHIFT_REPEAT(783), - [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_fun_repeat1, 2, .production_id = 21), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__catch_clauses_repeat1, 2, .production_id = 102), - [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bit_type_list_repeat1, 2, .production_id = 65), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_type_unit, 3, .production_id = 120), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_type, 1), - [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_sig, 4, .production_id = 119), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_args_repeat1, 2, .production_id = 47), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 150), - [1751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_deprecated_fas_repeat1, 2, .production_id = 115), SHIFT_REPEAT(988), - [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_deprecated_fas_repeat1, 2, .production_id = 115), - [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_expr_update_repeat1, 2, .production_id = 99), SHIFT_REPEAT(53), - [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_expr_update_repeat1, 2, .production_id = 99), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2, .production_id = 57), SHIFT_REPEAT(117), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2, .production_id = 57), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 1, .production_id = 3), - [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1, .dynamic_precedence = 4), REDUCE(sym_replacement_guard_or, 1, .production_id = 81), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__spec_def_repeat1, 2, .production_id = 91), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 4, .production_id = 138), - [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 38), - [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_cr_clauses, 1, .production_id = 3), - [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_function_clauses, 1, .production_id = 3), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_guard_or, 2, .production_id = 108), - [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_def, 3, .production_id = 51), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_cr_clauses, 2, .production_id = 20), - [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_def, 2, .production_id = 28), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_guard_repeat1, 2, .production_id = 21), SHIFT_REPEAT(54), - [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_guard_repeat1, 2, .production_id = 21), - [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_function_clauses, 2, .production_id = 20), - [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expr_args_repeat1, 2, .production_id = 78), - [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_args_repeat1, 2, .production_id = 78), SHIFT_REPEAT(68), - [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__include_detail, 1), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, .production_id = 24), - [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_call_args_repeat1, 2, .production_id = 78), - [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_call_args_repeat1, 2, .production_id = 78), SHIFT_REPEAT(52), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [1842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__record_tuple_repeat1, 2, .production_id = 99), SHIFT_REPEAT(683), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__record_tuple_repeat1, 2, .production_id = 99), - [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_args_repeat1, 1, .production_id = 89), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_like, 1), - [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 20), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_after, 3, .production_id = 55), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expr_repeat1, 2, .production_id = 21), SHIFT_REPEAT(17), - [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expr_repeat1, 2, .production_id = 21), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [1904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_binary_repeat1, 2, .production_id = 63), SHIFT_REPEAT(290), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_binary_repeat1, 2, .production_id = 63), - [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_fa, 6, .production_id = 148), - [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_stack, 2, .production_id = 137), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__record_tuple_repeat1, 2, .production_id = 74), - [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_args, 2), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expr_repeat1, 2, .production_id = 19), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 2, .production_id = 76), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_guard_repeat1, 2, .production_id = 19), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_clause, 3, .production_id = 22), - [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_fun_repeat1, 2, .production_id = 19), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_clause, 3, .production_id = 61), - [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bin_element, 2, .production_id = 37), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_clause, 2, .production_id = 34), - [1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bin_element, 3, .production_id = 66), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, .production_id = 31), - [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_name, 2, .production_id = 2), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_args, 3, .production_id = 47), - [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 3, .production_id = 106), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_expr_update_repeat1, 2, .production_id = 74), - [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_call_args_repeat1, 2, .production_id = 47), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_deprecated_fas_repeat1, 2, .production_id = 87), - [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_fun_arity, 1), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_fun, 1, .production_id = 4), - [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_args, 4, .production_id = 77), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fun_clause, 4, .production_id = 49), - [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_binary_repeat1, 2, .production_id = 35), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_function_clauses_repeat1, 2, .production_id = 19), - [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_replacement_guard_or_repeat1, 2, .production_id = 48), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_fun, 2, .production_id = 14), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_fas, 4, .production_id = 114), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_def, 5, .production_id = 116), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_def, 5, .production_id = 118), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_module, 1, .production_id = 13), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_details, 1), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 2, .production_id = 26), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spec_def, 4, .production_id = 90), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__desc, 1, .production_id = 144), - [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated_fas, 3, .production_id = 87), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecation_desc, 2, .production_id = 145), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__desc, 1, .production_id = 146), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_replacement_parens, 2), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__clause_guard, 2, .production_id = 48), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_after, 3, .production_id = 68), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1, .dynamic_precedence = 3), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1, .dynamic_precedence = 1), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__macro_def_replacement, 1, .dynamic_precedence = 2), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_lhs, 2, .production_id = 26), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [2281] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), -}; - -#ifdef __cplusplus -extern "C" { -#endif -#ifdef _WIN32 -#define extern __declspec(dllexport) -#endif - -extern const TSLanguage *tree_sitter_erlang(void) { - static const TSLanguage language = { - .version = LANGUAGE_VERSION, - .symbol_count = SYMBOL_COUNT, - .alias_count = ALIAS_COUNT, - .token_count = TOKEN_COUNT, - .external_token_count = EXTERNAL_TOKEN_COUNT, - .state_count = STATE_COUNT, - .large_state_count = LARGE_STATE_COUNT, - .production_id_count = PRODUCTION_ID_COUNT, - .field_count = FIELD_COUNT, - .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, - .parse_table = &ts_parse_table[0][0], - .small_parse_table = ts_small_parse_table, - .small_parse_table_map = ts_small_parse_table_map, - .parse_actions = ts_parse_actions, - .symbol_names = ts_symbol_names, - .field_names = ts_field_names, - .field_map_slices = ts_field_map_slices, - .field_map_entries = ts_field_map_entries, - .symbol_metadata = ts_symbol_metadata, - .public_symbol_map = ts_symbol_map, - .alias_map = ts_non_terminal_alias_map, - .alias_sequences = &ts_alias_sequences[0][0], - .lex_modes = ts_lex_modes, - .lex_fn = ts_lex, - .keyword_lex_fn = ts_lex_keywords, - .keyword_capture_token = sym_atom, - .primary_state_ids = ts_primary_state_ids, - }; - return &language; -} -#ifdef __cplusplus -} -#endif diff --git a/vendored_parsers/tree-sitter-erlang/src/tree_sitter/parser.h b/vendored_parsers/tree-sitter-erlang/src/tree_sitter/parser.h deleted file mode 100644 index a4b659bf3..000000000 --- a/vendored_parsers/tree-sitter-erlang/src/tree_sitter/parser.h +++ /dev/null @@ -1,226 +0,0 @@ -// @generated - -#ifndef TREE_SITTER_PARSER_H_ -#define TREE_SITTER_PARSER_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include - -#define ts_builtin_sym_error ((TSSymbol)-1) -#define ts_builtin_sym_end 0 -#define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 - -typedef uint16_t TSStateId; - -#ifndef TREE_SITTER_API_H_ -typedef uint16_t TSSymbol; -typedef uint16_t TSFieldId; -typedef struct TSLanguage TSLanguage; -#endif - -typedef struct { - TSFieldId field_id; - uint8_t child_index; - bool inherited; -} TSFieldMapEntry; - -typedef struct { - uint16_t index; - uint16_t length; -} TSFieldMapSlice; - -typedef struct { - bool visible; - bool named; - bool supertype; -} TSSymbolMetadata; - -typedef struct TSLexer TSLexer; - -struct TSLexer { - int32_t lookahead; - TSSymbol result_symbol; - void (*advance)(TSLexer *, bool); - void (*mark_end)(TSLexer *); - uint32_t (*get_column)(TSLexer *); - bool (*is_at_included_range_start)(const TSLexer *); - bool (*eof)(const TSLexer *); -}; - -typedef enum { - TSParseActionTypeShift, - TSParseActionTypeReduce, - TSParseActionTypeAccept, - TSParseActionTypeRecover, -} TSParseActionType; - -typedef union { - struct { - uint8_t type; - TSStateId state; - bool extra; - bool repetition; - } shift; - struct { - uint8_t type; - uint8_t child_count; - TSSymbol symbol; - int16_t dynamic_precedence; - uint16_t production_id; - } reduce; - uint8_t type; -} TSParseAction; - -typedef struct { - uint16_t lex_state; - uint16_t external_lex_state; -} TSLexMode; - -typedef union { - TSParseAction action; - struct { - uint8_t count; - bool reusable; - } entry; -} TSParseActionEntry; - -struct TSLanguage { - uint32_t version; - uint32_t symbol_count; - uint32_t alias_count; - uint32_t token_count; - uint32_t external_token_count; - uint32_t state_count; - uint32_t large_state_count; - uint32_t production_id_count; - uint32_t field_count; - uint16_t max_alias_sequence_length; - const uint16_t *parse_table; - const uint16_t *small_parse_table; - const uint32_t *small_parse_table_map; - const TSParseActionEntry *parse_actions; - const char * const *symbol_names; - const char * const *field_names; - const TSFieldMapSlice *field_map_slices; - const TSFieldMapEntry *field_map_entries; - const TSSymbolMetadata *symbol_metadata; - const TSSymbol *public_symbol_map; - const uint16_t *alias_map; - const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; - bool (*lex_fn)(TSLexer *, TSStateId); - bool (*keyword_lex_fn)(TSLexer *, TSStateId); - TSSymbol keyword_capture_token; - struct { - const bool *states; - const TSSymbol *symbol_map; - void *(*create)(void); - void (*destroy)(void *); - bool (*scan)(void *, TSLexer *, const bool *symbol_whitelist); - unsigned (*serialize)(void *, char *); - void (*deserialize)(void *, const char *, unsigned); - } external_scanner; - const TSStateId *primary_state_ids; -}; - -/* - * Lexer Macros - */ - -#define START_LEXER() \ - bool result = false; \ - bool skip = false; \ - bool eof = false; \ - int32_t lookahead; \ - goto start; \ - next_state: \ - lexer->advance(lexer, skip); \ - start: \ - skip = false; \ - lookahead = lexer->lookahead; - -#define ADVANCE(state_value) \ - { \ - state = state_value; \ - goto next_state; \ - } - -#define SKIP(state_value) \ - { \ - skip = true; \ - state = state_value; \ - goto next_state; \ - } - -#define ACCEPT_TOKEN(symbol_value) \ - result = true; \ - lexer->result_symbol = symbol_value; \ - lexer->mark_end(lexer); - -#define END_STATE() return result; - -/* - * Parse Table Macros - */ - -#define SMALL_STATE(id) id - LARGE_STATE_COUNT - -#define STATE(id) id - -#define ACTIONS(id) id - -#define SHIFT(state_value) \ - {{ \ - .shift = { \ - .type = TSParseActionTypeShift, \ - .state = state_value \ - } \ - }} - -#define SHIFT_REPEAT(state_value) \ - {{ \ - .shift = { \ - .type = TSParseActionTypeShift, \ - .state = state_value, \ - .repetition = true \ - } \ - }} - -#define SHIFT_EXTRA() \ - {{ \ - .shift = { \ - .type = TSParseActionTypeShift, \ - .extra = true \ - } \ - }} - -#define REDUCE(symbol_val, child_count_val, ...) \ - {{ \ - .reduce = { \ - .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ - }, \ - }} - -#define RECOVER() \ - {{ \ - .type = TSParseActionTypeRecover \ - }} - -#define ACCEPT_INPUT() \ - {{ \ - .type = TSParseActionTypeAccept \ - }} - -#ifdef __cplusplus -} -#endif - -#endif // TREE_SITTER_PARSER_H_ diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/attributes.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/attributes.txt deleted file mode 100644 index 7d2d38f13..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/attributes.txt +++ /dev/null @@ -1,912 +0,0 @@ -================================================================================ -module attribute -================================================================================ - --module(foo). --'module'(foo). - --------------------------------------------------------------------------------- - -(source_file - (module_attribute - (atom)) - (module_attribute - (atom))) - -================================================================================ -behaviour attribute -================================================================================ - --behaviour(gen_server). --behavior(gen_server). --'behaviour'(gen_server). --'behavior'(gen_server). - --------------------------------------------------------------------------------- - -(source_file - (behaviour_attribute - (atom)) - (behaviour_attribute - (atom)) - (behaviour_attribute - (atom)) - (behaviour_attribute - (atom))) - -================================================================================ -deprecated attribute with arity -================================================================================ - --deprecated({f,1}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (integer)))) - -================================================================================ -deprecated attribute with arity wildcard -================================================================================ - --deprecated({f,'_'}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (deprecated_wildcard)))) - -================================================================================ -deprecated module attribute -================================================================================ - --deprecated(module). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_module - (atom)))) - -================================================================================ -deprecated '_', '_' attribute -================================================================================ - --deprecated({'_','_'}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (deprecated_wildcard)))) - -================================================================================ -deprecated function/arity/desc attribute -================================================================================ - --deprecated({f,1,"Use g/1 instead"}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (integer) - (deprecation_desc - (multi_string - (string)))))) - -================================================================================ -deprecated '_', '_', atom attribute -================================================================================ - --deprecated({'_','_',eventually}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (deprecated_wildcard) - (deprecation_desc - (atom))))) - -================================================================================ -deprecated list attribute with func, arity and atom desc -================================================================================ - --deprecated([{g,1,next_version}]). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fas - (deprecated_fa - (atom) - (integer) - (deprecation_desc - (atom)))))) - -================================================================================ -deprecated list attribute -================================================================================ - --deprecated([{foo,'_',next}, {bar,1,"desc"}, {baz, 2}, {'_', '_', "all"}]). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fas - (deprecated_fa - (atom) - (deprecated_wildcard) - (deprecation_desc - (atom))) - (deprecated_fa - (atom) - (integer) - (deprecation_desc - (multi_string - (string)))) - (deprecated_fa - (atom) - (integer)) - (deprecated_fa - (atom) - (deprecated_wildcard) - (deprecation_desc - (multi_string - (string))))))) - -================================================================================ -deprecated multi-string description -================================================================================ - --deprecated({new, 1, "str1" "str2"}). - --------------------------------------------------------------------------------- - -(source_file - (deprecated_attribute - (deprecated_fa - (atom) - (integer) - (deprecation_desc - (multi_string - (string) - (string)))))) - -================================================================================ -include attribute -================================================================================ - --include("foo.h"). --'include'("foo.h"). - --------------------------------------------------------------------------------- - -(source_file - (pp_include - (string)) - (pp_include - (string))) - -================================================================================ -include attribute, concatenation -================================================================================ - --include("root" "foo.h"). - --------------------------------------------------------------------------------- - -(source_file - (pp_include - (string) - (string))) - -================================================================================ -include_lib attribute -================================================================================ - --include_lib("foo.h"). --'include_lib'("foo.h"). - --------------------------------------------------------------------------------- - -(source_file - (pp_include_lib - (string)) - (pp_include_lib - (string))) - -================================================================================ -include_lib attribute, concatenation -================================================================================ - --include_lib(?APP "foo.h"). - --------------------------------------------------------------------------------- - -(source_file - (pp_include_lib - (macro_call_expr - (var)) - (string))) - -================================================================================ -export attribute -================================================================================ - --export([foo/1]). --'export'([]). - --------------------------------------------------------------------------------- - -(source_file - (export_attribute - (fa - (atom) - (arity - (integer)))) - (export_attribute)) - -================================================================================ -import attribute -================================================================================ - --import(bar, [foo/1, baz/3]). --'import'(baz, []). - --------------------------------------------------------------------------------- - -(source_file - (import_attribute - (atom) - (fa - (atom) - (arity - (integer))) - (fa - (atom) - (arity - (integer)))) - (import_attribute - (atom))) - -================================================================================ -export type attribute -================================================================================ - --export_type([foo/0]). --'export_type'([]). - --------------------------------------------------------------------------------- - -(source_file - (export_type_attribute - (fa - (atom) - (arity - (integer)))) - (export_type_attribute)) - -================================================================================ -compile attribute -================================================================================ - --compile(export_all). --'compile'([export_all, blah]). - --------------------------------------------------------------------------------- - -(source_file - (compile_options_attribute - (atom)) - (compile_options_attribute - (list - (atom) - (atom)))) - -================================================================================ -file attribute -================================================================================ - --file("baz.erl", 45). --'file'("baz.erl", 45). - --------------------------------------------------------------------------------- - -(source_file - (file_attribute - (string) - (integer)) - (file_attribute - (string) - (integer))) - -================================================================================ -record decl -================================================================================ - --record(foo, {f1, f2 = 3}). - --------------------------------------------------------------------------------- - -(source_file - (record_decl - (atom) - (record_field - (atom)) - (record_field - (atom) - (field_expr - (integer))))) - -================================================================================ -record decl with types -================================================================================ - --record(foo, {f1 :: atom(), f2 = 3}). - --------------------------------------------------------------------------------- - -(source_file - (record_decl - (atom) - (record_field - (atom) - (field_type - (call - (atom) - (expr_args)))) - (record_field - (atom) - (field_expr - (integer))))) - -================================================================================ -record decl from manual -================================================================================ - --record(name, {first = "Robert", last = "Ericsson"}). --record(person, {name = #name{}, phone}). - --------------------------------------------------------------------------------- - -(source_file - (record_decl - (atom) - (record_field - (atom) - (field_expr - (string))) - (record_field - (atom) - (field_expr - (string)))) - (record_decl - (atom) - (record_field - (atom) - (field_expr - (record_expr - (record_name - (atom))))) - (record_field - (atom)))) - -================================================================================ -record decl - empty record -================================================================================ - --'record'(state, {}). - --------------------------------------------------------------------------------- - -(source_file - (record_decl - (atom))) - -================================================================================ -type decl -================================================================================ - --type my_struct_type() :: atom() | integer(). --opaque my_opaq_type() :: term(). --'type' orddict(Key, Val) :: [{Key, Val}]. --'opaque' useless(A) :: A. - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args)))) - (opaque - (type_name - (atom) - (var_args)) - (call - (atom) - (expr_args))) - (type_alias - (type_name - (atom) - (var_args - (var) - (var))) - (list - (tuple - (var) - (var)))) - (opaque - (type_name - (atom) - (var_args - (var))) - (var))) - -================================================================================ -function spec 1 -================================================================================ - --spec my_function(integer()) -> integer(). - --------------------------------------------------------------------------------- - -(source_file - (spec - (atom) - (type_sig - (expr_args - (call - (atom) - (expr_args))) - (call - (atom) - (expr_args))))) - -================================================================================ -function spec 2 -================================================================================ - --spec empty_map_02() -> map(). - --------------------------------------------------------------------------------- - -(source_file - (spec - (atom) - (type_sig - (expr_args) - (call - (atom) - (expr_args))))) - -================================================================================ -function spec 3 -================================================================================ - --spec foo() -> #{A => B} when A :: integer(), B :: float(). - --------------------------------------------------------------------------------- - -(source_file - (spec - (atom) - (type_sig - (expr_args) - (map_expr - (map_field - (var) - (var))) - (type_guards - (ann_type - (ann_var - (var)) - (call - (atom) - (expr_args))) - (ann_type - (ann_var - (var)) - (call - (atom) - (expr_args))))))) - -================================================================================ -wild attribute 1 -================================================================================ - --foo(bar). - --------------------------------------------------------------------------------- - -(source_file - (wild_attribute - (attr_name - (atom)) - (paren_expr - (atom)))) - -================================================================================ -wild attribute 2 -================================================================================ - --oncall("whatsapp_c3"). - --------------------------------------------------------------------------------- - -(source_file - (wild_attribute - (attr_name - (atom)) - (paren_expr - (string)))) - -================================================================================ -function declaration -================================================================================ - -foo(Bar, Baz) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (var) - (var)) - (clause_body - (atom))))) - -================================================================================ -undef attribute -================================================================================ - --undef(FOO). --'undef'(FOO). - --------------------------------------------------------------------------------- - -(source_file - (pp_undef - (var)) - (pp_undef - (var))) - -================================================================================ -ifdef attribute -================================================================================ - --ifdef(FOO). --'ifdef'(FOO). - --------------------------------------------------------------------------------- - -(source_file - (pp_ifdef - (var)) - (pp_ifdef - (var))) - -================================================================================ -ifndef attribute -================================================================================ - --ifndef(FOO). --'ifndef'(FOO). - --------------------------------------------------------------------------------- - -(source_file - (pp_ifndef - (var)) - (pp_ifndef - (var))) - -================================================================================ -else attribute -================================================================================ - --else. --'else'. - --------------------------------------------------------------------------------- - -(source_file - (pp_else) - (pp_else)) - -================================================================================ -endif attribute -================================================================================ - --endif. --'endif'. - --------------------------------------------------------------------------------- - -(source_file - (pp_endif) - (pp_endif)) - -================================================================================ -if $.expression -================================================================================ - --if 1. --'if'(1). - --------------------------------------------------------------------------------- - -(source_file - (pp_if - (integer)) - (pp_if - (paren_expr - (integer)))) - -================================================================================ -elif attribute -================================================================================ - --elif(TRUE). --'elif'(TRUE). - --------------------------------------------------------------------------------- - -(source_file - (pp_elif - (paren_expr - (var))) - (pp_elif - (paren_expr - (var)))) - -================================================================================ -simple spec -================================================================================ - --spec foo() -> ok. --'spec' foo() -> ok. - --------------------------------------------------------------------------------- - -(source_file - (spec - (atom) - (type_sig - (expr_args) - (atom))) - (spec - (atom) - (type_sig - (expr_args) - (atom)))) - -================================================================================ -callback -================================================================================ - --callback foo(Bar) -> ok. --'callback' foo(Bar) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (callback - (atom) - (type_sig - (expr_args - (var)) - (atom))) - (callback - (atom) - (type_sig - (expr_args - (var)) - (atom)))) - -================================================================================ -string with % in it -================================================================================ - -foo() -> "\"%". - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (string))))) - -================================================================================ -string -================================================================================ - -foo() -> ("whatsapp_c3"). - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (paren_expr - (string)))))) - -================================================================================ -char % -================================================================================ - -foo() -> $%. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char space -================================================================================ - -foo() -> $ . - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \] -================================================================================ - -foo() -> $\]. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \^g -================================================================================ - -foo() -> $\^g. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \\ -================================================================================ - -foo() -> $\\. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \^] -================================================================================ - -foo() -> $\^]. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \^Z -================================================================================ - -foo() -> $\^Z. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -char \% -================================================================================ - -foo() -> $\%. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (char))))) - -================================================================================ -optional_callbacks attribute -================================================================================ - --optional_callbacks([foo/1, bar/2]). - --------------------------------------------------------------------------------- - -(source_file - (optional_callbacks_attribute - (fa - (atom) - (arity - (integer))) - (fa - (atom) - (arity - (integer))))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/expected_errors.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/expected_errors.txt deleted file mode 100644 index 64bd76195..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/expected_errors.txt +++ /dev/null @@ -1,44 +0,0 @@ -================================================================================ -top level error -================================================================================ - --if (true). --define(CASE_START_PEER_NODE, - case true of - Node -> - Node; -). --else. --define(CASE_START_PEER_NODE, - case true of - Node -> - Node;). --endif. - - --------------------------------------------------------------------------------- - - (ERROR - (pp_if - (paren_expr - (atom))) - (macro_lhs - (var)) - (atom) - (cr_clause - (var) - (clause_body - (var))) - (ERROR) - (atom) - (ERROR) - (atom) - (var) - (atom) - (cr_clause - (var) - (clause_body - (var))) - (ERROR) - (unary_op_expr - (atom))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/expr.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/expr.txt deleted file mode 100644 index 6c6104ed0..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/expr.txt +++ /dev/null @@ -1,776 +0,0 @@ -================================================================================ -record index -================================================================================ - -f() -> #record.field. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (record_index_expr - (record_name - (atom)) - (record_field_name - (atom))))))) - -================================================================================ -record field -================================================================================ - -f(X) -> X#record.field. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (var)) - (clause_body - (record_field_expr - (var) - (record_name - (atom)) - (record_field_name - (atom))))))) - -================================================================================ -record expr -================================================================================ - -f() -> #record{a = 1}. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (record_expr - (record_name - (atom)) - (record_field - (atom) - (field_expr - (integer)))))))) - -================================================================================ -record update -================================================================================ - -f(X) -> X#record{a = 1}. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (var)) - (clause_body - (record_update_expr - (var) - (record_name - (atom)) - (record_field - (atom) - (field_expr - (integer)))))))) - -================================================================================ -try -================================================================================ - -f(X) -> - try 1 of - X -> ok; - Y when Z -> ok - catch - Pattern -> ok; - error:Pattern -> ok; - throw:Pattern:Stack -> ok; - exit:Complex + Pattern:Stack -> ok - after - ok - end, - try _ - catch - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (var)) - (clause_body - (try_expr - (integer) - (cr_clause - (var) - (clause_body - (atom))) - (cr_clause - (var) - (guard - (guard_clause - (var))) - (clause_body - (atom))) - (catch_clause - (var) - (clause_body - (atom))) - (catch_clause - (try_class - (atom)) - (var) - (clause_body - (atom))) - (catch_clause - (try_class - (atom)) - (var) - (try_stack - (var)) - (clause_body - (atom))) - (catch_clause - (try_class - (atom)) - (binary_op_expr - (var) - (var)) - (try_stack - (var)) - (clause_body - (atom))) - (try_after - (atom))) - (try_expr - (var)))))) - -================================================================================ -funs -================================================================================ - -f() -> [ - fun foo/1, - fun mod:foo/1, - fun () -> ok end -]. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (list - (internal_fun - (atom) - (arity - (integer))) - (external_fun - (module - (atom)) - (atom) - (arity - (integer))) - (anonymous_fun - (fun_clause - (expr_args) - (clause_body - (atom))))))))) - -================================================================================ -list -================================================================================ - -f() -> - [], - [A], - [A, B], - [A | B], - [A + B | B + C], - [A, B | C]. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (list) - (list - (var)) - (list - (var) - (var)) - (list - (pipe - (var) - (var))) - (list - (pipe - (binary_op_expr - (var) - (var)) - (binary_op_expr - (var) - (var)))) - (list - (var) - (pipe - (var) - (var))))))) - -================================================================================ -binary -================================================================================ - -f(<<_>>) -> - <<>>, - <<1>>, - <<1/integer>>, - <<1:32/integer>>, - <<+1:32/integer>>, - <<1:32/integer-unit:8>>. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (binary - (bin_element - (var)))) - (clause_body - (binary) - (binary - (bin_element - (integer))) - (binary - (bin_element - (integer) - (bit_type_list - (atom)))) - (binary - (bin_element - (integer) - (bit_size_expr - (integer)) - (bit_type_list - (atom)))) - (binary - (bin_element - (unary_op_expr - (integer)) - (bit_size_expr - (integer)) - (bit_type_list - (atom)))) - (binary - (bin_element - (integer) - (bit_size_expr - (integer)) - (bit_type_list - (atom) - (bit_type_unit - (integer))))))))) - -================================================================================ -catch -================================================================================ - -f() -> - catch 1 + 2. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (catch_expr - (binary_op_expr - (integer) - (integer))))))) - -================================================================================ -receive -================================================================================ - -f() -> - receive - end, - receive - ok -> ok; - error -> error - end, - receive - after 1000 -> ok - end, - receive - ok -> ok - after Timeout -> timeout - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (receive_expr) - (receive_expr - (cr_clause - (atom) - (clause_body - (atom))) - (cr_clause - (atom) - (clause_body - (atom)))) - (receive_expr - (receive_after - (integer) - (clause_body - (atom)))) - (receive_expr - (cr_clause - (atom) - (clause_body - (atom))) - (receive_after - (var) - (clause_body - (atom)))))))) - -================================================================================ -case -================================================================================ - -f() -> - case _ of - end, - case Foo of - A when A; B, C -> ok; - _ -> error - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (case_expr - (var)) - (case_expr - (var) - (cr_clause - (var) - (guard - (guard_clause - (var)) - (guard_clause - (var) - (var))) - (clause_body - (atom))) - (cr_clause - (var) - (clause_body - (atom)))))))) - -================================================================================ -function call -================================================================================ - -f() -> - foo(), - (foo)(), - mod:foo(), - (mod:foo)(), - (Mod):(Foo)(). - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (call - (atom) - (expr_args)) - (call - (paren_expr - (atom)) - (expr_args)) - (call - (remote - (remote_module - (atom)) - (atom)) - (expr_args)) - (call - (paren_expr - (remote - (remote_module - (atom)) - (atom))) - (expr_args)) - (call - (remote - (remote_module - (paren_expr - (var))) - (paren_expr - (var))) - (expr_args)))))) - -================================================================================ -variable assignment -================================================================================ - -f() -> - A = 3 + B. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (match_expr - (var) - (binary_op_expr - (integer) - (var))))))) - -================================================================================ -fun -================================================================================ - - foo() -> fun(X) -> X end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (anonymous_fun - (fun_clause - (expr_args - (var)) - (clause_body - (var)))))))) - -================================================================================ -named fun -================================================================================ - - foo() -> fun Named(X) -> X end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (anonymous_fun - (fun_clause - (var) - (expr_args - (var)) - (clause_body - (var)))))))) - -================================================================================ -maybe -================================================================================ -f() -> - maybe - {ok, A} ?= a(), - true = A >= 0, - {ok, B} ?= b(), - A + B - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (maybe_expr - (cond_match_expr - (tuple - (atom) - (var)) - (call - (atom) - (expr_args))) - (match_expr - (atom) - (binary_op_expr - (var) - (integer))) - (cond_match_expr - (tuple - (atom) - (var)) - (call - (atom) - (expr_args))) - (binary_op_expr - (var) - (var))))))) - -================================================================================ -maybe else -================================================================================ -f() -> - maybe - {ok, A} ?= a(), - true = A >= 0, - A - else - Err when Err /= warn -> error; - false -> error - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (maybe_expr - (cond_match_expr - (tuple - (atom) - (var)) - (call - (atom) - (expr_args))) - (match_expr - (atom) - (binary_op_expr - (var) - (integer))) - (var) - (cr_clause - (var) - (guard - (guard_clause - (binary_op_expr - (var) - (atom)))) - (clause_body - (atom))) - (cr_clause - (atom) - (clause_body - (atom)))))))) - -================================================================================ -simple map comprehension -================================================================================ -f() -> - #{K => V || K := V <- #{1 => 2, 3 => 4}}. --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (map_comprehension - (map_field - (var) - (var)) - (lc_exprs - (map_generator - (map_field - (var) - (var)) - (map_expr - (map_field - (integer) - (integer)) - (map_field - (integer) - (integer)))))))))) - -================================================================================ -simple map comprehension with filter -================================================================================ -f() -> - #{K => V || K := V <- #{1 => 2, 3 => 4}, K>1}. --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (map_comprehension - (map_field - (var) - (var)) - (lc_exprs - (map_generator - (map_field - (var) - (var)) - (map_expr - (map_field - (integer) - (integer)) - (map_field - (integer) - (integer)))) - (binary_op_expr - (var) - (integer)))))))) - -================================================================================ -map comprehension with list generator -================================================================================ -f() -> - #{K => K + 1 || K <- [1, 2, 3], K>1}. --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (map_comprehension - (map_field - (var) - (binary_op_expr - (var) - (integer))) - (lc_exprs - (generator - (var) - (list - (integer) - (integer) - (integer))) - (binary_op_expr - (var) - (integer)))))))) - -================================================================================ -map comprehension with binary generator -================================================================================ -f() -> - #{K => V || <> <= <<1, 2, 3, 4>>, K>1}. --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (map_comprehension - (map_field - (var) - (var)) - (lc_exprs - (b_generator - (binary - (bin_element - (var)) - (bin_element - (var))) - (binary - (bin_element - (integer)) - (bin_element - (integer)) - (bin_element - (integer)) - (bin_element - (integer)))) - (binary_op_expr - (var) - (integer)))))))) - -================================================================================ -list comprehension with map generator -================================================================================ -f() -> - [{K, V} || K := V <- #{1 => 2, 3 => 4}, K>1]. --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (list_comprehension - (tuple - (var) - (var)) - (lc_exprs - (map_generator - (map_field - (var) - (var)) - (map_expr - (map_field - (integer) - (integer)) - (map_field - (integer) - (integer)))) - (binary_op_expr - (var) - (integer)))))))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/fault_tolerance.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/fault_tolerance.txt deleted file mode 100644 index 756faef53..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/fault_tolerance.txt +++ /dev/null @@ -1,100 +0,0 @@ -================================================================================ -incomplete behaviour attribute WIP -================================================================================ - --behavior(gen - --------------------------------------------------------------------------------- - - (source_file - (ERROR - (atom))) - - -================================================================================ -missing dot after export attribute (limitation) -================================================================================ - --export([foo/1]). --'export'([]) - --------------------------------------------------------------------------------- - - (source_file - (export_attribute - (fa - (atom) - (arity - (integer)))) - (export_attribute - (MISSING "."))) - -================================================================================ -missing dot after variable (limitation) -================================================================================ - - test(X) -> - --------------------------------------------------------------------------------- - - (source_file - (ERROR - (atom) - (expr_args - (var)))) - -================================================================================ -function after missing dot (limitation) -================================================================================ - - foo() -> - b - bar() -> ok. % ideally would be in AST - --------------------------------------------------------------------------------- - - (source_file - (fun_decl - (function_clause - (atom) - (expr_args) - (clause_body - (atom))) - (function_clause - (atom) - (expr_args) - (clause_body - (atom)))) - (comment)) - -================================================================================ -function reference missing dot (limitation) -================================================================================ - - foo() -> - fun sample2:f - --------------------------------------------------------------------------------- - - (source_file - (ERROR - (atom) - (expr_args) - (module - (atom)) - (atom))) - -================================================================================ -incomplete record index (limitation) -================================================================================ - - foo() -> #r. - --------------------------------------------------------------------------------- - - (source_file - (ERROR - (atom) - (expr_args) - (record_name - (atom)))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/macros.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/macros.txt deleted file mode 100644 index d10bc8a03..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/macros.txt +++ /dev/null @@ -1,405 +0,0 @@ -================================================================================ -expr -================================================================================ - --define(X, a). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (atom))) - -================================================================================ -guard and -================================================================================ - --define(X, a, b, c). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (replacement_guard_and - (atom) - (atom) - (atom)))) - -================================================================================ -guard or -================================================================================ - --define(X, a; b, c). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (replacement_guard_or - (replacement_guard_and - (atom)) - (replacement_guard_and - (atom) - (atom))))) - -================================================================================ -function clauses -================================================================================ - --define(X, -foo() -> ok; -foo() -> not_ok -). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (replacement_function_clauses - (function_clause - (atom) - (expr_args) - (clause_body - (atom))) - (function_clause - (atom) - (expr_args) - (clause_body - (atom)))))) - -================================================================================ -statement list -================================================================================ - --define(IS_STRING(X), is_binary(X); is_list(X); is_atom(X)). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var) - (var_args - (var))) - (replacement_guard_or - (replacement_guard_and - (call - (atom) - (expr_args - (var)))) - (replacement_guard_and - (call - (atom) - (expr_args - (var)))) - (replacement_guard_and - (call - (atom) - (expr_args - (var))))))) - -================================================================================ -function clause -================================================================================ - --define(MATCH(Type, Predicate), - match({type, _, Type, []}, Val) -> - ?CHECK(Predicate(Val), ?FMT("Expected ~p, got ~p", [Type, Val])) -). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var) - (var_args - (var) - (var))) - (replacement_function_clauses - (function_clause - (atom) - (expr_args - (tuple - (atom) - (var) - (var) - (list)) - (var)) - (clause_body - (macro_call_expr - (var) - (macro_call_args - (macro_expr - (call - (var) - (expr_args - (var)))) - (macro_expr - (macro_call_expr - (var) - (macro_call_args - (macro_expr - (string)) - (macro_expr - (list - (var) - (var))))))))))))) - -================================================================================ -LOOP macro -================================================================================ - --define(LOOP(), - [] when Suffix =:= []; length(Prefix) > 3 -> - null; - [] -> - [Digit | Rest] = Suffix, - ?FUNCTION_NAME(Prefix ++ [Digit], Rest) -). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var) - (var_args)) - (replacement_cr_clauses - (cr_clause - (list) - (guard - (guard_clause - (binary_op_expr - (var) - (list))) - (guard_clause - (binary_op_expr - (call - (atom) - (expr_args - (var))) - (integer)))) - (clause_body - (atom))) - (cr_clause - (list) - (clause_body - (match_expr - (list - (pipe - (var) - (var))) - (var)) - (macro_call_expr - (var) - (macro_call_args - (macro_expr - (binary_op_expr - (var) - (list - (var)))) - (macro_expr - (var))))))))) - -================================================================================ -Comma separated macro -================================================================================ - --define(SECURE_REQUEST(SessionID, Env, ImplFun, Args, Flag), - {current_function, {_Mod, CurFunction, _Arity}} = process_info( - self(), - current_function - ), - secure_req(SessionID, Env, CurFunction, ImplFun, Args, Flag) -). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var) - (var_args - (var) - (var) - (var) - (var) - (var))) - (replacement_guard_and - (match_expr - (tuple - (atom) - (tuple - (var) - (var) - (var))) - (call - (atom) - (expr_args - (call - (atom) - (expr_args)) - (atom)))) - (call - (atom) - (expr_args - (var) - (var) - (var) - (var) - (var) - (var)))))) - -================================================================================ -Empty macro -================================================================================ - --define(E2E_SPEC, ). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)))) - -================================================================================ -Calling a macro -================================================================================ - -lookup(Prefix, Suffix) -> - case ets:select(Prefix) of - [CCI] -> - {CCI, Suffix}; - ?LOOP() - end. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (var) - (var)) - (clause_body - (case_expr - (call - (remote - (remote_module - (atom)) - (atom)) - (expr_args - (var))) - (cr_clause - (list - (var)) - (clause_body - (tuple - (var) - (var)))) - (macro_call_expr - (var) - (macro_call_args))))))) - -================================================================================ -Macro type -================================================================================ - --define(TYPE, integer() | atom()). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args))))) - -================================================================================ -Concatables -================================================================================ - --define(TXT(Str), "abc" Str ??Str). --define(TXT(Str), Str "abc"). --define(TXT(Str), ??Str "abc"). --define(TXT(Str), "abc" "def"). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var) - (var_args - (var))) - (concatables - (string) - (var) - (macro_string - (var)))) - (pp_define - (macro_lhs - (var) - (var_args - (var))) - (concatables - (var) - (string))) - (pp_define - (macro_lhs - (var) - (var_args - (var))) - (concatables - (macro_string - (var)) - (string))) - (pp_define - (macro_lhs - (var) - (var_args - (var))) - (concatables - (string) - (string)))) - -================================================================================ -Macro type in call -================================================================================ - --define(X, ?MACRO(integer() | atom())). - --------------------------------------------------------------------------------- - -(source_file - (pp_define - (macro_lhs - (var)) - (macro_call_expr - (var) - (macro_call_args - (macro_expr - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args)))))))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/pat_expr.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/pat_expr.txt deleted file mode 100644 index baed3a7a2..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/pat_expr.txt +++ /dev/null @@ -1,108 +0,0 @@ -================================================================================ -binary operator -================================================================================ - -f(1 + 1) -> ok; -f([] ++ []) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (binary_op_expr - (integer) - (integer))) - (clause_body - (atom))) - (function_clause - (atom) - (expr_args - (binary_op_expr - (list) - (list))) - (clause_body - (atom))))) - -================================================================================ -unary operator -================================================================================ - -f(+1) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (unary_op_expr - (integer))) - (clause_body - (atom))))) - -================================================================================ -match -================================================================================ - -f(A = B) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (match_expr - (var) - (var))) - (clause_body - (atom))))) - -================================================================================ -record index -================================================================================ - -f(#record.field) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (record_index_expr - (record_name - (atom)) - (record_field_name - (atom)))) - (clause_body - (atom))))) - -================================================================================ -record pat -================================================================================ - -f(#record{a = 1}) -> ok. - --------------------------------------------------------------------------------- - -(source_file - (fun_decl - (function_clause - (atom) - (expr_args - (record_expr - (record_name - (atom)) - (record_field - (atom) - (field_expr - (integer))))) - (clause_body - (atom))))) diff --git a/vendored_parsers/tree-sitter-erlang/test/corpus/types.txt b/vendored_parsers/tree-sitter-erlang/test/corpus/types.txt deleted file mode 100644 index 98eb664e4..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/corpus/types.txt +++ /dev/null @@ -1,191 +0,0 @@ -================================================================================ -binary type -================================================================================ - --type x() :: {<<>>, <<_:_*8>>, <<_:8, _:_*8>>, <<_:_*1>>, <<_:1, _:_*1>>}. - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (tuple - (binary) - (binary - (bin_element - (var) - (bit_size_expr - (binary_op_expr - (var) - (integer))))) - (binary - (bin_element - (var) - (bit_size_expr - (integer))) - (bin_element - (var) - (bit_size_expr - (binary_op_expr - (var) - (integer))))) - (binary - (bin_element - (var) - (bit_size_expr - (binary_op_expr - (var) - (integer))))) - (binary - (bin_element - (var) - (bit_size_expr - (integer))) - (bin_element - (var) - (bit_size_expr - (binary_op_expr - (var) - (integer)))))))) - -================================================================================ -ann type -================================================================================ - --type x() :: A :: B :: atom(). - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (ann_type - (ann_var - (var)) - (ann_type - (ann_var - (var)) - (call - (atom) - (expr_args)))))) - -================================================================================ -union type -================================================================================ - --type x() :: atom() | integer() | float(). - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (pipe - (call - (atom) - (expr_args)) - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args)))))) - -================================================================================ -union type in list -================================================================================ - --type x() :: [atom() | integer() | float()]. - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (list - (pipe - (call - (atom) - (expr_args)) - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args))))))) - -================================================================================ -union and ann types mixed -================================================================================ - --type x() :: A :: B :: atom() | C :: term() | none(). - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (ann_type - (ann_var - (var)) - (ann_type - (ann_var - (var)) - (pipe - (call - (atom) - (expr_args)) - (ann_type - (ann_var - (var)) - (pipe - (call - (atom) - (expr_args)) - (call - (atom) - (expr_args))))))))) - -================================================================================ -fun types -================================================================================ - --type x() :: {fun(), fun((...) -> atom()), fun((atom()) -> atom())}. - --------------------------------------------------------------------------------- - -(source_file - (type_alias - (type_name - (atom) - (var_args)) - (tuple - (fun_type) - (fun_type - (fun_type_sig - (expr_args - (dotdotdot)) - (call - (atom) - (expr_args)))) - (fun_type - (fun_type_sig - (expr_args - (call - (atom) - (expr_args))) - (call - (atom) - (expr_args))))))) diff --git a/vendored_parsers/tree-sitter-erlang/test/highlight/attributes.erl b/vendored_parsers/tree-sitter-erlang/test/highlight/attributes.erl deleted file mode 100644 index 3af089a0e..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/highlight/attributes.erl +++ /dev/null @@ -1,189 +0,0 @@ -%% Copyright (c) Facebook, Inc. and its affiliates. -%% -%% Licensed under the Apache License, Version 2.0 (the "License"); -%% you may not use this file except in compliance with the License. -%% You may obtain a copy of the License at -%% -%% http://www.apache.org/licenses/LICENSE-2.0 -%% -%% Unless required by applicable law or agreed to in writing, software -%% distributed under the License is distributed on an "AS IS" BASIS, -%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%% See the License for the specific language governing permissions and -%% limitations under the License. -%% --------------------------------------------------------------------- - - -%% Based on -%% https://github.com/the-mikedavis/tree-sitter-erlang/blob/main/test/highlight/attributes.erl - --module(attributes). -% ^ keyword -% ^ punctuation.bracket -% ^ module -% ^ punctuation.bracket -% ^ punctuation.delimiter - --module('lru'). -% ^ keyword -% ^ module - --export([a_func/1,another_func/2]). -% ^ keyword -% ^ punctuation.bracket -% ^ function -% ^ operator -% ^ number -% ^ function - --export_type([a_type/1,another_type/2]). -% ^ keyword -% ^ punctuation.bracket -% ^ function -% ^ operator -% ^ number -% ^ function - --import(lists, [sort/1,map/2]). -% ^ keyword -% ^ module -% ^ function -% ^ operator -% ^ number - --type t() :: integer() -% ^ keyword -% ^ function -% ^ operator -% ^ function - | 0 -% ^ operator -% ^ number - | 0..1 -% ^ operator -% ^ number -% ^ number - | $a..$b -% ^ operator -% ^ constant -% ^ constant - | [non_neg_integer(), ...] -% ^ operator -% ^ punctuation.bracket -% ^ function -% ^ comment.discard - | #{mfa() => atom()}. -% ^ operator -% ^ operator -% ^ punctuation.bracket - --opaque o() :: integer(). -% ^ keyword -% ^ function -% ^ operator -% ^ function - --spec ok_this(Term) -> {ok, Term} when Term :: any(). -% ^ keyword -% ^ function -% ^ variable -% ^ operator -% ^ punctuation.bracket -% ^ string.special.symbol -% ^ punctuation.delimiter -% ^ variable -% ^ keyword -% ^ variable -% ^ operator -% ^ function - --spec erlang:ok() -> ok. -% ^ module -% ^ function -% ^ string.special.symbol - --ifdef(debug). -% ^ keyword -% ^ keyword.directive --ifdef(TEST). -% ^ keyword -% ^ keyword.directive --define(LOG(X), io:format("~80~n", [X])). -% ^ keyword -% ^ keyword.directive -% ^ variable -% ^ module -% ^ function -% ^ string -% ^ variable - --define(SUB_PASS_TIMES, compile__sub_pass_times). -% ^ keyword -% ^ constant -% ^ string.special.symbol --elif true. -% ^ keyword --else. -% ^ keyword --define(LOG(X), ok). -% ^ keyword -% ^ keyword.directive -% ^ variable -% ^ string.special.symbol --endif. -% ^ keyword - --record(person, {name, -% ^ keyword -% ^ type -% ^ property - email_address="", -% ^ property -% ^ string - ssn :: string(), -% ^ property - phone=1 :: integer()}). -% ^ property - --record(?MODULE, {name}). -% ^ constant -% ^ property - --compile({no_auto_import,[min/2]}). -% ^ keyword -% % ^ string.special.symbol -% ^ function - --include("file.hrl"). -% ^ keyword - --file("myfile.erl", 3). -% ^ keyword - --callback name(Arguments) -> Result. -% ^ keyword -% ^ function - --optional_callbacks([a_callback/3]). -% ^ keyword -% ^ function - --ifndef(TEST). -% ^ keyword -% ^ keyword.directive - --behaviour(gen_server). -% ^ keyword -% ^ module --behavior(gen_server). -% ^ keyword -% ^ module - --dialyzer({nowarn_function, [compile/1]}). -% ^ keyword -% ^ string.special.symbol -% ^ function - --record(garbage_collection, {}). -%% ^ keyword -%% ^ type diff --git a/vendored_parsers/tree-sitter-erlang/test/highlight/compile.erl b/vendored_parsers/tree-sitter-erlang/test/highlight/compile.erl deleted file mode 100644 index f049e44d7..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/highlight/compile.erl +++ /dev/null @@ -1,2183 +0,0 @@ -%% Note: this is copied from the Erlang compiler. I think it's ok to do -%% so if I preserve the copyright, right? Anyways, all code in this file -%% must be considered copyright Ericsson AB. -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1996-2021. All Rights Reserved. -%% -%% Licensed under the Apache License, Version 2.0 (the "License"); -%% you may not use this file except in compliance with the License. -%% You may obtain a copy of the License at -%% -%% http://www.apache.org/licenses/LICENSE-2.0 -%% -%% Unless required by applicable law or agreed to in writing, software -%% distributed under the License is distributed on an "AS IS" BASIS, -%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%% See the License for the specific language governing permissions and -%% limitations under the License. -%% -%% %CopyrightEnd% -%% -%% Purpose: Run the Erlang compiler. - --module(compile). - -%% High-level interface. --export([file/1,file/2,noenv_file/2,format_error/1]). --export([forms/1,forms/2,noenv_forms/2]). --export([output_generated/1,noenv_output_generated/1]). --export([options/0]). --export([env_compiler_options/0]). - -%% Erlc interface. --export([compile/3,compile_asm/3,compile_core/3,compile_abstr/3]). - -%% Utility functions for compiler passes. --export([run_sub_passes/2]). - --export_type([option/0]). -% ^ keyword -% ^ function --export_type([forms/0]). - --include("erl_compile.hrl"). -% ^ keyword -% ^ string --include("core_parse.hrl"). - --import(lists, [member/2,reverse/1,reverse/2,keyfind/3,last/1, - map/2,flatmap/2,flatten/1,foreach/2,foldr/3,any/2]). - --define(SUB_PASS_TIMES, compile__sub_pass_times). -% ^ keyword -% ^ constant -% ^ string.special.symbol - -%%---------------------------------------------------------------------- - --type abstract_code() :: [erl_parse:abstract_form()]. -% ^ module -% ^ operator -% ^ function - --type forms() :: abstract_code() | cerl:c_module() | beam_disasm:asm_form(). -% ^ module -% ^ function - --type option() :: atom() | {atom(), term()} | {'d', atom(), term()}. - --type error_description() :: erl_lint:error_description(). --type error_info() :: erl_lint:error_info(). --type errors() :: [{file:filename(), [error_info()]}]. --type warnings() :: [{file:filename(), [error_info()]}]. --type mod_ret() :: {'ok', module()} - | {'ok', module(), cerl:c_module()} %% with option 'to_core' - | {'ok', %% with option 'to_pp' - module() | [], %% module() if 'to_exp' - abstract_code()} - | {'ok', module(), warnings()}. --type bin_ret() :: {'ok', module(), binary()} - | {'ok', module(), binary(), warnings()}. --type err_ret() :: 'error' | {'error', errors(), warnings()}. -% ^ string.special.symbol --type comp_ret() :: mod_ret() | bin_ret() | err_ret(). - - -%%---------------------------------------------------------------------- - -%% -%% Exported functions -%% - - -%% file(FileName) -%% file(FileName, Options) -%% Compile the module in file FileName. - --define(DEFAULT_OPTIONS, [verbose,report_errors,report_warnings]). - --spec file(module() | file:filename()) -> comp_ret(). - -file(File) -> file(File, ?DEFAULT_OPTIONS). -% ^ function -% ^ function - --spec file(module() | file:filename(), [option()] | option()) -> comp_ret(). - -file(File, Opts) when is_list(Opts) -> -% ^ function -% ^ variable -% ^ variable -% ^ keyword -% ^ function -% ^ variable - do_compile({file,File}, Opts++env_default_opts()); -% ^ function -% ^ operator -% ^ punctuation.delimiter -file(File, Opt) -> - file(File, [Opt|?DEFAULT_OPTIONS]). -% ^ operator -% ^ constant - --spec forms(abstract_code()) -> comp_ret(). - -forms(Forms) -> forms(Forms, ?DEFAULT_OPTIONS). - --spec forms(forms(), [option()] | option()) -> comp_ret(). - -forms(Forms, Opts) when is_list(Opts) -> - do_compile({forms,Forms}, [binary|Opts++env_default_opts()]); -forms(Forms, Opt) when is_atom(Opt) -> - forms(Forms, [Opt|?DEFAULT_OPTIONS]). - -%% Given a list of compilation options, returns true if compile:file/2 -%% would have generated a Beam file, false otherwise (if only a binary or a -%% listing file would have been generated). - --spec output_generated([option()]) -> boolean(). - -output_generated(Opts) -> - noenv_output_generated(Opts++env_default_opts()). - -%% -%% Variants of the same function that don't consult ERL_COMPILER_OPTIONS -%% for default options. -%% - --spec noenv_file(module() | file:filename(), [option()] | option()) -> comp_ret(). - -noenv_file(File, Opts) when is_list(Opts) -> - do_compile({file,File}, Opts); -noenv_file(File, Opt) -> - noenv_file(File, [Opt|?DEFAULT_OPTIONS]). - --spec noenv_forms(forms(), [option()] | option()) -> comp_ret(). - -noenv_forms(Forms, Opts) when is_list(Opts) -> - do_compile({forms,Forms}, [binary|Opts]); -noenv_forms(Forms, Opt) when is_atom(Opt) -> - noenv_forms(Forms, [Opt|?DEFAULT_OPTIONS]). - --spec noenv_output_generated([option()]) -> boolean(). - -noenv_output_generated(Opts) -> - {_,Passes} = passes(file, expand_opts(Opts)), - any(fun ({save_binary,_T,_F}) -> true; - (_Other) -> false - end, Passes). - -%% -%% Retrieve ERL_COMPILER_OPTIONS as a list of terms -%% - --spec env_compiler_options() -> [term()]. - -env_compiler_options() -> env_default_opts(). - - -%%% -%%% Run sub passes from a compiler pass. -%%% - --spec run_sub_passes([term()], term()) -> term(). - -run_sub_passes(Ps, St) -> - case get(?SUB_PASS_TIMES) of -% ^ keyword -% ^ keyword - undefined -> - Runner = fun(_Name, Run, S) -> Run(S) end, -% ^ keyword -% ^ operator -% ^ keyword - run_sub_passes_1(Ps, Runner, St); - Times when is_list(Times) -> -% ^ keyword - Runner = fun(Name, Run, S0) -> -% ^ keyword - T1 = erlang:monotonic_time(), -% ^ operator - S = Run(S0), - T2 = erlang:monotonic_time(), - put(?SUB_PASS_TIMES, - [{Name,T2-T1}|get(?SUB_PASS_TIMES)]), -% ^ operator - S - end, -% ^ keyword - run_sub_passes_1(Ps, Runner, St) - end. - -%% -%% Local functions -%% - --define(pass(P), {P,fun P/2}). -% ^ keyword.directive -% ^ keyword -% ^ operator -% ^ number --define(pass(P,T), {P,fun T/1,fun P/2}). - -env_default_opts() -> - Key = "ERL_COMPILER_OPTIONS", - case os:getenv(Key) of - false -> []; - Str when is_list(Str) -> - case erl_scan:string(Str) of - {ok,Tokens,_} -> - Dot = {dot, erl_anno:new(1)}, - case erl_parse:parse_term(Tokens ++ [Dot]) of - {ok,List} when is_list(List) -> List; - {ok,Term} -> [Term]; - {error,_Reason} -> - io:format("Ignoring bad term in ~s\n", [Key]), - [] - end; - {error, {_,_,_Reason}, _} -> - io:format("Ignoring bad term in ~s\n", [Key]), - [] - end - end. - -do_compile(Input, Opts0) -> - Opts = expand_opts(Opts0), - IntFun = internal_fun(Input, Opts), - - %% Some tools, like Dialyzer, has already spawned workers - %% and spawning extra workers actually slow the compilation - %% down instead of speeding it up, so we provide a mechanism - %% to bypass the compiler process. - case lists:member(no_spawn_compiler_process, Opts) of - true -> - IntFun(); - false -> - {Pid,Ref} = - spawn_monitor(fun() -> - exit(IntFun()) - end), - receive -% ^ keyword - {'DOWN',Ref,process,Pid,Rep} -> Rep - end - end. - -internal_fun(Input, Opts) -> - fun() -> - try - internal(Input, Opts) - catch - Class:Reason:Stk -> -% ^ operator -% ^ operator -% ^ operator - internal_error(Class, Reason, Stk) - end - end. - -internal_error(Class, Reason, Stk) -> - Error = ["\n*** Internal compiler error ***\n", - format_error_reason(Class, Reason, Stk), - "\n"], - io:put_chars(Error), - error. - -expand_opts(Opts0) -> - %% {debug_info_key,Key} implies debug_info. - Opts = case {proplists:get_value(debug_info_key, Opts0), - proplists:get_value(encrypt_debug_info, Opts0), - proplists:get_value(debug_info, Opts0)} of - {undefined,undefined,_} -> Opts0; -% ^ comment.discard - % something's off about that token, it should be pointing at the '_' - {_,_,undefined} -> [debug_info|Opts0]; - {_,_,_} -> Opts0 - end, - %% iff,unless processing is to complex... - Opts1 = case proplists:is_defined(makedep_side_effect,Opts) of - true -> proplists:delete(makedep,Opts); - false -> Opts - end, - foldr(fun expand_opt/2, [], Opts1). -% ^ function -% ^ operator - -expand_opt(basic_validation, Os) -> - [no_code_generation,to_pp,binary|Os]; -expand_opt(strong_validation, Os) -> - [no_code_generation,to_kernel,binary|Os]; -expand_opt(report, Os) -> - [report_errors,report_warnings|Os]; -expand_opt(return, Os) -> - [return_errors,return_warnings|Os]; -expand_opt(no_bsm3, Os) -> - %% The new bsm pass requires bsm3 instructions. - [no_bsm3,no_bsm_opt|expand_opt(no_bsm4, Os)]; -expand_opt(no_bsm4, Os) -> - %% bsm4 instructions are only used when type optimization has determined - %% that a match instruction won't fail. - expand_opt(no_type_opt, Os); -expand_opt(r22, Os) -> - expand_opt(r23, [no_bs_create_bin, no_shared_fun_wrappers, - no_swap | expand_opt(no_bsm4, Os)]); -expand_opt(r23, Os) -> - expand_opt(no_make_fun3, [no_bs_create_bin, no_ssa_opt_float, - no_recv_opt, no_init_yregs | - expand_opt(r24, Os)]); -expand_opt(r24, Os) -> - expand_opt(no_type_opt, [no_bs_create_bin, no_ssa_opt_ranges | Os]); -expand_opt(no_make_fun3, Os) -> - [no_make_fun3, no_fun_opt | Os]; -expand_opt({debug_info_key,_}=O, Os) -> - [encrypt_debug_info,O|Os]; -expand_opt(no_type_opt=O, Os) -> - %% Be sure to keep the no_type_opt option so that it will - %% be recorded in the BEAM file, allowing the test suites - %% to recompile the file with this option. - [O,no_ssa_opt_type_start, - no_ssa_opt_type_continue, - no_ssa_opt_type_finish | Os]; -expand_opt(no_module_opt=O, Os) -> - [O,no_recv_opt | Os]; -expand_opt(O, Os) -> [O|Os]. - --spec format_error(error_description()) -> iolist(). - -format_error({obsolete_option,Ver}) -> - io_lib:fwrite("the ~p option is no longer supported", [Ver]); -format_error(no_crypto) -> - "this system is not configured with crypto support."; -format_error(bad_crypto_key) -> - "invalid crypto key."; -format_error(no_crypto_key) -> - "no crypto key supplied."; -format_error({open,E}) -> - io_lib:format("open error '~ts'", [file:format_error(E)]); -format_error({epp,E}) -> - epp:format_error(E); -format_error(write_error) -> - "error writing file"; -format_error({write_error, Error}) -> - io_lib:format("error writing file: ~ts", [file:format_error(Error)]); -format_error({rename,From,To,Error}) -> - io_lib:format("failed to rename ~ts to ~ts: ~ts", - [From,To,file:format_error(Error)]); -format_error({parse_transform,M,{C,R,Stk}}) -> - E = format_error_reason(C, R, Stk), - io_lib:format("error in parse transform '~ts':\n~ts", [M, E]); -format_error({undef_parse_transform,M}) -> - io_lib:format("undefined parse transform '~ts'", [M]); -format_error({core_transform,M,{C,R,Stk}}) -> - E = format_error_reason(C, R, Stk), - io_lib:format("error in core transform '~s':\n~ts", [M, E]); -format_error({crash,Pass,Reason,Stk}) -> - io_lib:format("internal error in pass ~p:\n~ts", [Pass,format_error_reason({Reason, Stk})]); -format_error({bad_return,Pass,Reason}) -> - io_lib:format("internal error in pass ~p: bad return value:\n~tP", [Pass,Reason,20]); -format_error({module_name,Mod,Filename}) -> - io_lib:format("Module name '~s' does not match file name '~ts'", [Mod,Filename]). - -format_error_reason({Reason, Stack}) when is_list(Stack) -> - format_error_reason(error, Reason, Stack). - -format_error_reason(Class, Reason, Stack) -> - StackFun = fun - (escript, run, 2) -> true; - (escript, start, 1) -> true; - (init, start_it, 1) -> true; - (init, start_em, 1) -> true; - (_Mod, _Fun, _Arity) -> false -% ^ comment.discard - end, - FormatFun = fun (Term, _) -> io_lib:format("~tp", [Term]) end, - Opts = #{stack_trim_fun => StackFun, - format_fun => FormatFun}, - erl_error:format_exception(Class, Reason, Stack, Opts). - -%% The compile state record. --record(compile, {filename="" :: file:filename(), -% ^ type -% ^ property - dir="" :: file:filename(), -% ^ property - base="" :: file:filename(), -% ^ property - ifile="" :: file:filename(), -% ^ property - ofile="" :: file:filename(), -% ^ property - module=[] :: module() | [], -% ^ property - abstract_code=[] :: abstract_code(), %Abstract code for debugger. -% ^ property - options=[] :: [option()], %Options for compilation -% ^ property - mod_options=[] :: [option()], %Options for module_info -% ^ property - encoding=none :: none | epp:source_encoding(), -% ^ property - errors=[] :: errors(), -% ^ property - warnings=[] :: warnings(), -% ^ property - extra_chunks=[] :: [{binary(), binary()}]}). -% ^ property - -internal({forms,Forms}, Opts0) -> - {_,Ps} = passes(forms, Opts0), - Source = proplists:get_value(source, Opts0, ""), - Opts1 = proplists:delete(source, Opts0), - Compile = build_compile(Opts1), - NewForms = case with_columns(Opts0) of - true -> - Forms; - false -> - strip_columns(Forms) - end, - internal_comp(Ps, NewForms, Source, "", Compile); -internal({file,File}, Opts) -> - {Ext,Ps} = passes(file, Opts), - Compile = build_compile(Opts), - internal_comp(Ps, none, File, Ext, Compile). - -build_compile(Opts0) -> - ExtraChunks = proplists:get_value(extra_chunks, Opts0, []), - Opts1 = proplists:delete(extra_chunks, Opts0), - #compile{options=Opts1,mod_options=Opts1,extra_chunks=ExtraChunks}. -% ^ property -% ^ property -% ^ property - -internal_comp(Passes, Code0, File, Suffix, St0) -> - Dir = filename:dirname(File), - Base = filename:basename(File, Suffix), - St1 = St0#compile{filename=File, dir=Dir, base=Base, -% ^ property -% ^ property -% ^ property - ifile=erlfile(Dir, Base, Suffix), - ofile=objfile(Base, St0)}, - Run = runner(File, St1), - case fold_comp(Passes, Run, Code0, St1) of - {ok,Code,St2} -> comp_ret_ok(Code, St2); - {error,St2} -> comp_ret_err(St2) - end. - -fold_comp([{delay,Ps0}|Passes], Run, Code, #compile{options=Opts}=St) -> -% ^ property - Ps = select_passes(Ps0, Opts) ++ Passes, - fold_comp(Ps, Run, Code, St); -fold_comp([{Name,Test,Pass}|Ps], Run, Code, St) -> - case Test(St) of - false -> %Pass is not needed. - fold_comp(Ps, Run, Code, St); - true -> %Run pass in the usual way. - fold_comp([{Name,Pass}|Ps], Run, Code, St) - end; -fold_comp([{Name,Pass}|Ps], Run, Code0, St0) -> - try Run({Name,Pass}, Code0, St0) of - {ok,Code,St1} -> - fold_comp(Ps, Run, Code, St1); - {error,_St1}=Error -> - Error - catch - error:Reason:Stk -> - Es = [{St0#compile.ifile,[{none,?MODULE,{crash,Name,Reason,Stk}}]}], - {error,St0#compile{errors=St0#compile.errors ++ Es}} - end; -fold_comp([], _Run, Code, St) -> {ok,Code,St}. - -run_sub_passes_1([{Name,Run}|Ps], Runner, St0) - when is_atom(Name), is_function(Run, 1) -> - try Runner(Name, Run, St0) of - St -> - run_sub_passes_1(Ps, Runner, St) - catch - C:E:Stk -> - io:format("Sub pass ~s\n", [Name]), - erlang:raise(C, E, Stk) - end; -run_sub_passes_1([], _, St) -> St. - -runner(File, #compile{options=Opts}) -> - Run0 = fun({_Name,Fun}, Code, St) -> - Fun(Code, St) - end, - Run1 = case member(time, Opts) of - true -> - case File of - none -> ok; - _ -> io:format("Compiling ~ts\n", [File]) - end, - fun run_tc/3; - false -> - Run0 - end, - case keyfind(eprof, 1, Opts) of - {eprof,EprofPass} -> - fun(P, Code, St) -> - run_eprof(P, Code, EprofPass, St) - end; - false -> - Run1 - end. - -run_tc({Name,Fun}, Code, St) -> - OldTimes = put(?SUB_PASS_TIMES, []), - T1 = erlang:monotonic_time(), - Val = Fun(Code, St), - T2 = erlang:monotonic_time(), - Times = get(?SUB_PASS_TIMES), - case OldTimes of - undefined -> erase(?SUB_PASS_TIMES); - _ -> put(?SUB_PASS_TIMES, OldTimes) - end, - Elapsed = erlang:convert_time_unit(T2 - T1, native, microsecond), - Mem0 = erts_debug:flat_size(Val)*erlang:system_info(wordsize), - Mem = lists:flatten(io_lib:format("~.1f kB", [Mem0/1024])), - io:format(" ~-30s: ~10.3f s ~12s\n", - [Name,Elapsed/1000000,Mem]), - print_times(Times, Name), - Val. - -print_times(Times0, Name) -> - Fam0 = rel2fam(Times0), - Fam1 = [{W,lists:sum(Times)} || {W,Times} <- Fam0], - Fam = reverse(lists:keysort(2, Fam1)), - Total = case lists:sum([T || {_,T} <- Fam]) of - 0 -> 1; - Total0 -> Total0 - end, - case Fam of - [] -> - ok; - [_|_] -> - io:format(" %% Sub passes of ~s from slowest to fastest:\n", [Name]), - print_times_1(Fam, Total) - end. - -print_times_1([{Name,T}|Ts], Total) -> - Elapsed = erlang:convert_time_unit(T, native, microsecond), - io:format(" ~-27s: ~10.3f s ~3w %\n", - [Name,Elapsed/1000000,round(100*T/Total)]), - print_times_1(Ts, Total); -print_times_1([], _Total) -> ok. - -run_eprof({Name,Fun}, Code, Name, St) -> - io:format("~p: Running eprof\n", [Name]), - c:appcall(tools, eprof, start_profiling, [[self()]]), - try - Fun(Code, St) - after - c:appcall(tools, eprof, stop_profiling, []), - c:appcall(tools, eprof, analyze, []) - end; -run_eprof({_,Fun}, Code, _, St) -> - Fun(Code, St). - -comp_ret_ok(Code, #compile{warnings=Warn0,module=Mod,options=Opts}=St) -> - Warn1 = filter_warnings(Warn0, Opts), - case werror(St) of - true -> - case member(report_warnings, Opts) of - true -> - io:format("~p: warnings being treated as errors\n", - [?MODULE]); - false -> - ok - end, - comp_ret_err(St); - false -> - Warn = messages_per_file(Warn1), - report_warnings(St#compile{warnings = Warn}), - Ret1 = case member(binary, Opts) andalso -% ^ keyword.operator - not member(no_code_generation, Opts) of -% ^ operator - true -> [Code]; - false -> [] - end, - Ret2 = case member(return_warnings, Opts) of - true -> Ret1 ++ [Warn]; - false -> Ret1 - end, - list_to_tuple([ok,Mod|Ret2]) - end. - -comp_ret_err(#compile{warnings=Warn0,errors=Err0,options=Opts}=St) -> - Warn = messages_per_file(Warn0), - Err = messages_per_file(Err0), - report_errors(St#compile{errors=Err}), - report_warnings(St#compile{warnings=Warn}), - case member(return_errors, Opts) of - true -> {error,Err,Warn}; - false -> error - end. - -not_werror(St) -> not werror(St). -% ^ operator - -werror(#compile{options=Opts,warnings=Ws}) -> - Ws =/= [] andalso member(warnings_as_errors, Opts). -% ^ operator -% ^ keyword.operator - -%% messages_per_file([{File,[Message]}]) -> [{File,[Message]}] -messages_per_file(Ms) -> - T = lists:sort([{File,M} || {File,Messages} <- Ms, M <- Messages]), -% ^ operator -% ^ operator -% ^ operator - PrioMs = [erl_scan, epp, erl_parse], - {Prio0, Rest} = - lists:mapfoldl(fun(M, A) -> - lists:partition(fun({_,{_,Mod,_}}) -> Mod =:= M; - (_) -> false - end, A) - end, T, PrioMs), - Prio = lists:sort(fun({_,{L1,_,_}}, {_,{L2,_,_}}) -> L1 =< L2 end, - lists:append(Prio0)), - flatmap(fun mpf/1, [Prio, Rest]). - -mpf(Ms) -> - [{File,[M || {F,M} <- Ms, F =:= File]} || -% ^ operator -% ^ operator -% ^ operator -% ^ operator - File <- lists:usort([F || {F,_} <- Ms])]. -% ^ operator -% ^ operator -% ^ operator - -%% passes(forms|file, [Option]) -> {Extension,[{Name,PassFun}]} -%% Figure out the extension of the input file and which passes -%% that need to be run. - -passes(Type, Opts) -> - {Ext,Passes0} = passes_1(Opts), - - Passes1 = case Type of - file -> - Passes0; - forms -> - fix_first_pass(Passes0) - end, - - Passes2 = select_passes(Passes1, Opts), - - %% If the last pass saves the resulting binary to a file, - %% insert a first pass to remove the file. - Passes = case last(Passes2) of - {save_binary, _TestFun, _Fun} -> - [?pass(remove_file) | Passes2]; -% ^ keyword.directive - _ -> - Passes2 - end, - - {Ext, Passes}. - -passes_1([Opt|Opts]) -> - case pass(Opt) of - {_,_}=Res -> Res; - none -> passes_1(Opts) - end; -passes_1([]) -> - {".erl",[?pass(parse_module)|standard_passes()]}. - -pass(from_abstr) -> - {".abstr", [?pass(consult_abstr) | abstr_passes(non_verified_abstr)]}; -pass(from_core) -> - {".core",[?pass(parse_core)|core_passes(non_verified_core)]}; -pass(from_asm) -> - {".S",[?pass(beam_consult_asm)|asm_passes()]}; -pass(_) -> none. - -%% For compilation from forms, replace the first pass with a pass -%% that retrieves the module name. The module name is needed for -%% proper diagnostics. - -fix_first_pass([{consult_abstr, _} | Passes]) -> - %% Simply remove this pass. The module name will be set after - %% running the v3_core pass. - Passes; -fix_first_pass([{parse_core,_}|Passes]) -> - [?pass(get_module_name_from_core)|Passes]; -fix_first_pass([{beam_consult_asm,_}|Passes]) -> - [?pass(get_module_name_from_asm)|Passes]; -fix_first_pass([_|Passes]) -> - %% When compiling from abstract code, the module name - %% will be set after running the v3_core pass. - Passes. - - -%% select_passes([Command], Opts) -> [{Name,Function}] -%% Interpret the lists of commands to return a pure list of passes. -%% -%% Command can be one of: -%% -%% {pass,Mod} Will be expanded to a call to the external -%% function Mod:module(Code, Options). This -%% function must transform the code and return -%% {ok,NewCode} or {ok,NewCode,Warnings}. -%% Example: {pass,beam_ssa_codegen} -%% -%% {Name,Fun} Name is an atom giving the name of the pass. -%% Fun is an 'fun' taking one argument: a #compile{} record. -%% The fun should return {ok,NewCompileRecord} or -%% {error,NewCompileRecord}. -%% Note: ?pass(Name) is equvivalent to {Name,fun Name/1}. -%% Example: ?pass(parse_module) -%% -%% {Name,Test,Fun} Like {Name,Fun} above, but the pass will be run -%% (and listed by the `time' option) only if Test(St) -%% returns true. -%% -%% {src_listing,Ext} Produces an Erlang source listing with the -%% the file extension Ext. (Ext should not contain -%% a period.) No more passes will be run. -%% -%% {listing,Ext} Produce an listing of the terms in the internal -%% representation. The extension of the listing -%% file will be Ext. (Ext should not contain -%% a period.) No more passes will be run. -%% -%% done End compilation at this point. -%% -%% {done,Ext} End compilation at this point. Produce a listing -%% as with {listing,Ext}, unless 'binary' is -%% specified, in which case the current -%% representation of the code is returned without -%% creating an output file. -%% -%% {iff,Flag,Cmd} If the given Flag is given in the option list, -%% Cmd will be interpreted as a command. -%% Otherwise, Cmd will be ignored. -%% Example: {iff,dcg,{listing,"codegen}} -%% -%% {unless,Flag,Cmd} If the given Flag is NOT given in the option list, -%% Cmd will be interpreted as a command. -%% Otherwise, Cmd will be ignored. -%% Example: {unless,no_kernopt,{pass,sys_kernopt}} -%% - -select_passes([{pass,Mod}|Ps], Opts) -> - F = fun(Code0, St) -> - case Mod:module(Code0, St#compile.options) of - {ok,Code} -> - {ok,Code,St}; - {ok,Code,Ws} -> - {ok,Code,St#compile{warnings=St#compile.warnings++Ws}}; - Other -> - Es = [{St#compile.ifile,[{none,?MODULE,{bad_return,Mod,Other}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end - end, - [{Mod,F}|select_passes(Ps, Opts)]; -select_passes([{_,Fun}=P|Ps], Opts) when is_function(Fun) -> - [P|select_passes(Ps, Opts)]; -select_passes([{_,Test,Fun}=P|Ps], Opts) when is_function(Test), - is_function(Fun) -> - [P|select_passes(Ps, Opts)]; -select_passes([{src_listing,Ext}|_], _Opts) -> - [{listing,fun (Code, St) -> src_listing(Ext, Code, St) end}]; -select_passes([{listing,Ext}|_], _Opts) -> - [{listing,fun (Code, St) -> listing(Ext, Code, St) end}]; -select_passes([done|_], _Opts) -> - []; -select_passes([{done,Ext}|_], Opts) -> - select_passes([{unless,binary,{listing,Ext}}], Opts); -select_passes([{iff,Flag,Pass}|Ps], Opts) -> - select_cond(Flag, true, Pass, Ps, Opts); -select_passes([{unless,Flag,Pass}|Ps], Opts) -> - select_cond(Flag, false, Pass, Ps, Opts); -select_passes([{delay,Passes0}|Ps], Opts) when is_list(Passes0) -> - %% Delay evaluation of compiler options and which compiler passes to run. - %% Since we must know beforehand whether a listing will be produced, we - %% will go through the list of passes and evaluate all conditions that - %% select a list pass. - case select_list_passes(Passes0, Opts) of - {done,Passes} -> - [{delay,Passes}]; - {not_done,Passes} -> - [{delay,Passes}|select_passes(Ps, Opts)] - end; -select_passes([], _Opts) -> - []; -select_passes([List|Ps], Opts) when is_list(List) -> - case select_passes(List, Opts) of - [] -> select_passes(Ps, Opts); - Nested -> - case last(Nested) of - {listing,_Fun} -> Nested; - _Other -> Nested ++ select_passes(Ps, Opts) - end - end. - -select_cond(Flag, ShouldBe, Pass, Ps, Opts) -> - ShouldNotBe = not ShouldBe, - case member(Flag, Opts) of - ShouldBe -> select_passes([Pass|Ps], Opts); - ShouldNotBe -> select_passes(Ps, Opts) - end. - -%% select_list_passes([Pass], Opts) -> {done,[Pass]} | {not_done,[Pass]} -%% Evaluate all conditions having to do with listings in the list of -%% passes. - -select_list_passes(Ps, Opts) -> - select_list_passes_1(Ps, Opts, []). - -select_list_passes_1([{iff,Flag,{listing,_}=Listing}|Ps], Opts, Acc) -> - case member(Flag, Opts) of - true -> {done,reverse(Acc, [Listing])}; - false -> select_list_passes_1(Ps, Opts, Acc) - end; -select_list_passes_1([{iff,Flag,{done,Ext}}|Ps], Opts, Acc) -> - case member(Flag, Opts) of - false -> - select_list_passes_1(Ps, Opts, Acc); - true -> - {done,case member(binary, Opts) of - false -> reverse(Acc, [{listing,Ext}]); - true -> reverse(Acc) - end} - end; -select_list_passes_1([{iff=Op,Flag,List0}|Ps], Opts, Acc) when is_list(List0) -> - case select_list_passes(List0, Opts) of - {done,List} -> {done,reverse(Acc) ++ List}; - {not_done,List} -> select_list_passes_1(Ps, Opts, [{Op,Flag,List}|Acc]) - end; -select_list_passes_1([{unless=Op,Flag,List0}|Ps], Opts, Acc) when is_list(List0) -> - case select_list_passes(List0, Opts) of - {done,List} -> {done,reverse(Acc) ++ List}; - {not_done,List} -> select_list_passes_1(Ps, Opts, [{Op,Flag,List}|Acc]) - end; -select_list_passes_1([P|Ps], Opts, Acc) -> - select_list_passes_1(Ps, Opts, [P|Acc]); -select_list_passes_1([], _, Acc) -> - {not_done,reverse(Acc)}. - -%% The standard passes (almost) always run. - -standard_passes() -> - [?pass(transform_module), - - {iff,makedep_side_effect,?pass(makedep_and_output)}, - {iff,makedep,[ - ?pass(makedep), - {unless,binary,?pass(makedep_output)} - ]}, - {iff,makedep,done}, - - {iff,'dpp',{listing,"pp"}}, - ?pass(lint_module), - - {iff,'P',{src_listing,"P"}}, - {iff,'to_pp',{done,"P"}}, - - {iff,'dabstr',{listing,"abstr"}} - | abstr_passes(verified_abstr)]. - -abstr_passes(AbstrStatus) -> - case AbstrStatus of - non_verified_abstr -> [{unless, no_lint, ?pass(lint_module)}]; - verified_abstr -> [] - end ++ - [ - %% Add all -compile() directives to #compile.options - ?pass(compile_directives), - - {delay,[{iff,debug_info,?pass(save_abstract_code)}]}, - - ?pass(expand_records), - {iff,'dexp',{listing,"expand"}}, - {iff,'E',?pass(legalize_vars)}, - {iff,'E',{src_listing,"E"}}, - {iff,'to_exp',{done,"E"}}, - - %% Conversion to Core Erlang. - ?pass(core), - {iff,'dcore',{listing,"core"}}, - {iff,'to_core0',{done,"core"}} - | core_passes(verified_core)]. - -core_passes(CoreStatus) -> - %% Optimization and transforms of Core Erlang code. - case CoreStatus of - non_verified_core -> - [?pass(core_lint_module), - {unless,no_core_prepare,{pass,sys_core_prepare}}, - {iff,dprep,{listing,"prepare"}}]; - verified_core -> - [{iff,clint0,?pass(core_lint_module)}] - end ++ - [ - {delay, - [{unless,no_copt, - [{core_old_inliner,fun test_old_inliner/1,fun core_old_inliner/2}, - {iff,doldinline,{listing,"oldinline"}}, - {unless,no_fold,{pass,sys_core_fold}}, - {iff,dcorefold,{listing,"corefold"}}, - {core_inline_module,fun test_core_inliner/1,fun core_inline_module/2}, - {iff,dinline,{listing,"inline"}}, - {core_fold_after_inlining,fun test_any_inliner/1, - fun core_fold_module_after_inlining/2}, - {iff,dcopt,{listing,"copt"}}, - {unless,no_alias,{pass,sys_core_alias}}, - {iff,dalias,{listing,"core_alias"}}, - ?pass(core_transforms)]}, - {iff,'to_core',{done,"core"}}]} - | kernel_passes()]. - -kernel_passes() -> - %% Optimizations that must be done after all other optimizations. - [{pass,sys_core_bsm}, - {iff,dcbsm,{listing,"core_bsm"}}, - - {iff,clint,?pass(core_lint_module)}, - - %% Kernel Erlang and code generation. - ?pass(v3_kernel), - {iff,dkern,{listing,"kernel"}}, - {iff,'to_kernel',{done,"kernel"}}, - {pass,beam_kernel_to_ssa}, - {iff,dssa,{listing,"ssa"}}, - {iff,ssalint,{pass,beam_ssa_lint}}, - {delay, - [{unless,no_bool_opt,{pass,beam_ssa_bool}}, - {iff,dbool,{listing,"bool"}}, - {unless,no_bool_opt,{iff,ssalint,{pass,beam_ssa_lint}}}, - - {unless,no_share_opt,{pass,beam_ssa_share}}, - {iff,dssashare,{listing,"ssashare"}}, - {unless,no_share_opt,{iff,ssalint,{pass,beam_ssa_lint}}}, - - {unless,no_recv_opt,{pass,beam_ssa_recv}}, - {iff,drecv,{listing,"recv"}}, - {unless,no_recv_opt,{iff,ssalint,{pass,beam_ssa_lint}}}, - - {unless,no_bsm_opt,{pass,beam_ssa_bsm}}, - {iff,dssabsm,{listing,"ssabsm"}}, - {unless,no_bsm_opt,{iff,ssalint,{pass,beam_ssa_lint}}}, - - {unless,no_ssa_opt,{pass,beam_ssa_opt}}, - {iff,dssaopt,{listing,"ssaopt"}}, - {unless,no_ssa_opt,{iff,ssalint,{pass,beam_ssa_lint}}}, - - {unless,no_throw_opt,{pass,beam_ssa_throw}}, - {iff,dthrow,{listing,"throw"}}, - {unless,no_throw_opt,{iff,ssalint,{pass,beam_ssa_lint}}}]}, - - {pass,beam_ssa_pre_codegen}, - {iff,dprecg,{listing,"precodegen"}}, - {iff,ssalint,{pass,beam_ssa_lint}}, - {pass,beam_ssa_codegen}, - {iff,dcg,{listing,"codegen"}}, - {iff,doldcg,{listing,"codegen"}}, - ?pass(beam_validator_strong) - | asm_passes()]. - -asm_passes() -> - %% Assembly level optimisations. - [{delay, - [{pass,beam_a}, - {iff,da,{listing,"a"}}, - {unless,no_postopt, - [{pass,beam_block}, - {iff,dblk,{listing,"block"}}, - {unless,no_jopt,{pass,beam_jump}}, - {iff,djmp,{listing,"jump"}}, - {pass,beam_clean}, - {iff,dclean,{listing,"clean"}}, - {unless,no_stack_trimming,{pass,beam_trim}}, - {iff,dtrim,{listing,"trim"}}, - {pass,beam_flatten}]}, - - %% If post optimizations are turned off, we still - %% need to do a few clean-ups to code. - {iff,no_postopt,[{pass,beam_clean}]}, - - {iff,diffable,?pass(diffable)}, - {pass,beam_z}, - {iff,diffable,{listing,"S"}}, - {iff,dz,{listing,"z"}}, - {iff,dopt,{listing,"optimize"}}, - {iff,'S',{listing,"S"}}, - {iff,'to_asm',{done,"S"}}]}, - ?pass(beam_validator_weak), - ?pass(beam_asm) - | binary_passes()]. - -binary_passes() -> - [{iff,'to_dis',?pass(to_dis)}, - {unless,binary,?pass(save_binary,not_werror)} - ]. - -%%% -%%% Compiler passes. -%%% - -%% Remove the target file so we don't have an old one if the compilation fail. -remove_file(Code, St) -> - _ = file:delete(St#compile.ofile), - {ok,Code,St}. - --record(asm_module, {module, - exports, - labels, - functions=[], - attributes=[]}). - -preprocess_asm_forms(Forms) -> - R = #asm_module{}, - R1 = collect_asm(Forms, R), - {R1#asm_module.module, - {R1#asm_module.module, - R1#asm_module.exports, - R1#asm_module.attributes, - reverse(R1#asm_module.functions), - R1#asm_module.labels}}. - -collect_asm([{module,M} | Rest], R) -> - collect_asm(Rest, R#asm_module{module=M}); -collect_asm([{exports,M} | Rest], R) -> - collect_asm(Rest, R#asm_module{exports=M}); -collect_asm([{labels,M} | Rest], R) -> - collect_asm(Rest, R#asm_module{labels=M}); -collect_asm([{function,A,B,C} | Rest0], R0) -> - {Code,Rest} = collect_asm_function(Rest0, []), - Func = {function,A,B,C,Code}, - R = R0#asm_module{functions=[Func | R0#asm_module.functions]}, - collect_asm(Rest, R); -collect_asm([{attributes, Attr} | Rest], R) -> - collect_asm(Rest, R#asm_module{attributes=Attr}); -collect_asm([], R) -> R. - -collect_asm_function([{function,_,_,_}|_]=Is, Acc) -> - {reverse(Acc),Is}; -collect_asm_function([I|Is], Acc) -> - collect_asm_function(Is, [I|Acc]); -collect_asm_function([], Acc) -> - {reverse(Acc),[]}. - -beam_consult_asm(_Code, St) -> - case file:consult(St#compile.ifile) of - {ok,Forms0} -> - Encoding = epp:read_encoding(St#compile.ifile), - {Module,Forms} = preprocess_asm_forms(Forms0), - {ok,Forms,St#compile{module=Module,encoding=Encoding}}; - {error,E} -> - Es = [{St#compile.ifile,[{none,?MODULE,{open,E}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -get_module_name_from_asm({Mod,_,_,_,_}=Asm, St) -> - {ok,Asm,St#compile{module=Mod}}; -get_module_name_from_asm(Asm, St) -> - %% Invalid Beam assembly code. Let it crash in a later pass. - {ok,Asm,St}. - -parse_module(_Code, St) -> - case do_parse_module(utf8, St) of - {ok,_,_}=Ret -> - Ret; - {error,_}=Ret -> - Ret - end. - -do_parse_module(DefEncoding, #compile{ifile=File,options=Opts,dir=Dir}=St) -> - SourceName0 = proplists:get_value(source, Opts, File), - SourceName = case member(deterministic, Opts) of - true -> - filename:basename(SourceName0); - false -> - case member(absolute_source, Opts) of - true -> paranoid_absname(SourceName0); - false -> SourceName0 - end - end, - StartLocation = case with_columns(Opts) of - true -> - {1,1}; - false -> - 1 - end, - R = epp:parse_file(File, - [{includes,[".",Dir|inc_paths(Opts)]}, - {source_name, SourceName}, - {macros,pre_defs(Opts)}, - {default_encoding,DefEncoding}, - {location,StartLocation}, - extra]), - case R of - {ok,Forms0,Extra} -> - Encoding = proplists:get_value(encoding, Extra), - Forms = case with_columns(Opts ++ compile_options(Forms0)) of - true -> - Forms0; - false -> - strip_columns(Forms0) - end, - {ok,Forms,St#compile{encoding=Encoding}}; - {error,E} -> - Es = [{St#compile.ifile,[{none,?MODULE,{epp,E}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -with_columns(Opts) -> - case proplists:get_value(error_location, Opts, column) of - column -> true; - line -> false - end. - -consult_abstr(_Code, St) -> - case file:consult(St#compile.ifile) of - {ok,Forms} -> - Encoding = epp:read_encoding(St#compile.ifile), - {ok,Forms,St#compile{encoding=Encoding}}; - {error,E} -> - Es = [{St#compile.ifile,[{none,?MODULE,{open,E}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -parse_core(_Code, St) -> - case file:read_file(St#compile.ifile) of - {ok,Bin} -> - case core_scan:string(binary_to_list(Bin)) of - {ok,Toks,_} -> - case core_parse:parse(Toks) of - {ok,Mod} -> - Name = (Mod#c_module.name)#c_literal.val, - {ok,Mod,St#compile{module=Name}}; - {error,E} -> - Es = [{St#compile.ifile,[E]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end; - {error,E,_} -> - Es = [{St#compile.ifile,[E]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end; - {error,E} -> - Es = [{St#compile.ifile,[{none,compile,{open,E}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -get_module_name_from_core(Core, St) -> - try - Mod = cerl:concrete(cerl:module_name(Core)), - {ok,Core,St#compile{module=Mod}} - catch - _:_ -> - %% Invalid Core Erlang code. Let it crash in a later pass. - {ok,Core,St} - end. - -compile_options([{attribute,_L,compile,C}|Fs]) when is_list(C) -> - C ++ compile_options(Fs); -compile_options([{attribute,_L,compile,C}|Fs]) -> - [C|compile_options(Fs)]; -compile_options([_F|Fs]) -> compile_options(Fs); -compile_options([]) -> []. - -clean_parse_transforms(Fs) -> - clean_parse_transforms_1(Fs, []). - -clean_parse_transforms_1([{attribute,L,compile,C0}|Fs], Acc) when is_list(C0) -> - C = lists:filter(fun({parse_transform,_}) -> false; - (_) -> true - end, C0), - clean_parse_transforms_1(Fs, [{attribute,L,compile,C}|Acc]); -clean_parse_transforms_1([{attribute,_,compile,{parse_transform,_}}|Fs], Acc) -> - clean_parse_transforms_1(Fs, Acc); -clean_parse_transforms_1([F|Fs], Acc) -> - clean_parse_transforms_1(Fs, [F|Acc]); -clean_parse_transforms_1([], Acc) -> reverse(Acc). - -transforms(Os) -> [ M || {parse_transform,M} <- Os ]. - -transform_module(Code0, #compile{options=Opt}=St) -> - %% Extract compile options from code into options field. - case transforms(Opt ++ compile_options(Code0)) of - [] -> - %% No parse transforms. - {ok,Code0,St}; - Ts -> - %% Remove parse_transform attributes from the abstract code to - %% prevent parse transforms to be run more than once. - Code = clean_parse_transforms(Code0), - foldl_transform(Ts, Code, St) - end. - -foldl_transform([T|Ts], Code0, St) -> - Name = "transform " ++ atom_to_list(T), - case code:ensure_loaded(T) =:= {module,T} andalso - erlang:function_exported(T, parse_transform, 2) of - true -> - Fun = fun(Code, S) -> - T:parse_transform(Code, S#compile.options) - end, - Run = runner(none, St), - StrippedCode = maybe_strip_columns(Code0, T, St), - try Run({Name, Fun}, StrippedCode, St) of - {error,Es,Ws} -> - {error,St#compile{warnings=St#compile.warnings ++ Ws, - errors=St#compile.errors ++ Es}}; - {warning, Forms, Ws} -> - foldl_transform(Ts, Forms, - St#compile{warnings=St#compile.warnings ++ Ws}); - Forms -> - foldl_transform(Ts, Forms, St) - catch - Class:Reason:Stk -> - Es = [{St#compile.ifile,[{none,compile, - {parse_transform,T,{Class,Reason,Stk}}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end; - false -> - Es = [{St#compile.ifile,[{none,compile, - {undef_parse_transform,T}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end; -foldl_transform([], Code, St) -> - %% We may need to strip columns added by parse transforms before returning - %% them back to the compiler. We pass ?MODULE as a bit of a hack to get the - %% correct default. - {ok, maybe_strip_columns(Code, ?MODULE, St), St}. - -%%% If a parse transform does not support column numbers it can say so using -%%% the parse_transform_info callback. The error_location is taken from both -%%% compiler options and from the parse transform and if either of them want -%%% to only use lines, we strip columns. -maybe_strip_columns(Code, T, St) -> - PTErrorLocation = - case erlang:function_exported(T, parse_transform_info, 0) of - true -> - maps:get(error_location, T:parse_transform_info(), column); - false -> - column - end, - ConfigErrorLocation = proplists:get_value(error_location, St#compile.options, column), - if - PTErrorLocation =:= line; ConfigErrorLocation =:= line -> - strip_columns(Code); - true -> Code - end. - -strip_columns(Code) -> - F = fun(A) -> erl_anno:set_location(erl_anno:line(A), A) end, - [case Form of - {eof,{Line,_Col}} -> - {eof,Line}; - {ErrorOrWarning,{{Line,_Col},Module,Reason}} - when ErrorOrWarning =:= error; - ErrorOrWarning =:= warning -> - {ErrorOrWarning,{Line,Module,Reason}}; - Form -> - erl_parse:map_anno(F, Form) - end || Form <- Code]. - -get_core_transforms(Opts) -> [M || {core_transform,M} <- Opts]. - -core_transforms(Code, St) -> - %% The options field holds the complete list of options at this - Ts = get_core_transforms(St#compile.options), - foldl_core_transforms(Ts, Code, St). - -foldl_core_transforms([T|Ts], Code0, St) -> - Name = "core transform " ++ atom_to_list(T), - Fun = fun(Code, S) -> T:core_transform(Code, S#compile.options) end, -% ^ variable -% ^ operator -% ^ function -% ^ property - Run = runner(none, St), - try Run({Name, Fun}, Code0, St) of - Forms -> - foldl_core_transforms(Ts, Forms, St) - catch - Class:Reason:Stk -> - Es = [{St#compile.ifile,[{none,compile, -% ^ property - {core_transform,T,{Class,Reason,Stk}}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} -% ^ property - end; -foldl_core_transforms([], Code, St) -> {ok,Code,St}. - -%%% Fetches the module name from a list of forms. The module attribute must -%%% be present. -get_module([{attribute,_,module,M} | _]) -> M; -get_module([_ | Rest]) -> - get_module(Rest). - -%%% A #compile state is returned, where St.base has been filled in -%%% with the module name from Forms, as a string, in case it wasn't -%%% set in St (i.e., it was ""). -add_default_base(St, Forms) -> - F = St#compile.filename, - case F of - "" -> - M = get_module(Forms), - St#compile{base=atom_to_list(M)}; - _ -> - St - end. - -lint_module(Code, St) -> - case erl_lint:module(Code, St#compile.ifile, St#compile.options) of - {ok,Ws} -> - %% Insert name of module as base name, if needed. This is - %% for compile:forms to work with listing files. - St1 = add_default_base(St, Code), - {ok,Code,St1#compile{warnings=St1#compile.warnings ++ Ws}}; - {error,Es,Ws} -> - {error,St#compile{warnings=St#compile.warnings ++ Ws, - errors=St#compile.errors ++ Es}} - end. - -core_lint_module(Code, St) -> - case core_lint:module(Code, St#compile.options) of - {ok,Ws} -> - {ok,Code,St#compile{warnings=St#compile.warnings ++ Ws}}; - {error,Es,Ws} -> - {error,St#compile{warnings=St#compile.warnings ++ Ws, - errors=St#compile.errors ++ Es}} - end. - -%% makedep + output and continue -makedep_and_output(Code0, St) -> - {ok,DepCode,St1} = makedep(Code0,St), - case makedep_output(DepCode, St1) of - {ok,_IgnoreCode,St2} -> - {ok,Code0,St2}; - {error,St2} -> - {error,St2} - end. - -makedep(Code0, #compile{ifile=Ifile,ofile=Ofile,options=Opts}=St) -> - - %% Get the target of the Makefile rule. - Target0 = - case proplists:get_value(makedep_target, Opts) of - undefined -> - %% The target is derived from the output filename: possibly - %% remove the current working directory to obtain a relative - %% path. - shorten_filename(Ofile); - T -> - %% The caller specified one. - T - end, - - %% Quote the target is the called asked for this. - Target1 = case proplists:get_value(makedep_quote_target, Opts) of - true -> - %% For now, only "$" is replaced by "$$". - Fun = fun - ($$) -> "$$"; -% ^ constant -% ^ string - (C) -> C - end, - map(Fun, Target0); - _ -> - Target0 - end, - Target = Target1 ++ ":", - - %% List the dependencies (includes) for this target. - {MainRule,PhonyRules} = makedep_add_headers( - Ifile, % The input file name. - Code0, % The parsed source. - [], % The list of dependencies already added. - length(Target), % The current line length. - Target, % The target. - "", % Phony targets. - Opts), - - %% Prepare the content of the Makefile. For instance: - %% hello.erl: hello.hrl common.hrl - %% - %% Or if phony targets are enabled: - %% hello.erl: hello.hrl common.hrl - %% - %% hello.hrl: - %% - %% common.hrl: - Makefile = case proplists:get_value(makedep_phony, Opts) of - true -> MainRule ++ PhonyRules; - _ -> MainRule - end, - Code = unicode:characters_to_binary([Makefile,"\n"]), - {ok,Code,St}. - -makedep_add_headers(Ifile, [{attribute,_,file,{File,_}}|Rest], - Included, LineLen, MainTarget, Phony, Opts) -> - %% The header "File" exists, add it to the dependencies. - {Included1,LineLen1,MainTarget1,Phony1} = - makedep_add_header(Ifile, Included, LineLen, MainTarget, Phony, File), - makedep_add_headers(Ifile, Rest, Included1, LineLen1, - MainTarget1, Phony1, Opts); -makedep_add_headers(Ifile, [{error,{_,epp,{include,file,File}}}|Rest], - Included, LineLen, MainTarget, Phony, Opts) -> - %% The header "File" doesn't exist, do we add it to the dependencies? - case proplists:get_value(makedep_add_missing, Opts) of - true -> - {Included1,LineLen1,MainTarget1,Phony1} = - makedep_add_header(Ifile, Included, LineLen, MainTarget, - Phony, File), - makedep_add_headers(Ifile, Rest, Included1, LineLen1, - MainTarget1, Phony1, Opts); - _ -> - makedep_add_headers(Ifile, Rest, Included, LineLen, - MainTarget, Phony, Opts) - end; -makedep_add_headers(Ifile, [_|Rest], Included, LineLen, - MainTarget, Phony, Opts) -> - makedep_add_headers(Ifile, Rest, Included, - LineLen, MainTarget, Phony, Opts); -makedep_add_headers(_Ifile, [], _Included, _LineLen, - MainTarget, Phony, _Opts) -> - {MainTarget,Phony}. - -makedep_add_header(Ifile, Included, LineLen, MainTarget, Phony, File) -> - case member(File, Included) of - true -> - %% This file was already listed in the dependencies, skip it. - {Included,LineLen,MainTarget,Phony}; - false -> - Included1 = [File|Included], - - %% Remove "./" in front of the dependency filename. - File1 = case File of - "./" ++ File0 -> File0; - _ -> File - end, - - %% Prepare the phony target name. - Phony1 = case File of - Ifile -> Phony; - _ -> Phony ++ "\n\n" ++ File1 ++ ":" - end, - - %% Add the file to the dependencies. Lines longer than 76 columns - %% are split. - if - LineLen + 1 + length(File1) > 76 -> -% ^ operator -% ^ operator -% ^ operator - LineLen1 = 2 + length(File1), - MainTarget1 = MainTarget ++ " \\\n " ++ File1, - {Included1,LineLen1,MainTarget1,Phony1}; - true -> - LineLen1 = LineLen + 1 + length(File1), - MainTarget1 = MainTarget ++ " " ++ File1, - {Included1,LineLen1,MainTarget1,Phony1} - end - end. - -makedep_output(Code, #compile{options=Opts,ofile=Ofile}=St) -> - %% Write this Makefile (Code) to the selected output. - %% If no output is specified, the default is to write to a file named after - %% the output file. - Output = case proplists:get_value(makedep_output, Opts) of - undefined -> - %% Prepare the default filename. - outfile(filename:basename(Ofile, ".beam"), "Pbeam", Opts); - Other -> - Other - end, - - if - is_list(Output) -> - %% Write the dependencies to a file. - case file:write_file(Output, Code) of - ok -> - {ok,Code,St}; - {error,Reason} -> - Err = {St#compile.ifile,[{none,?MODULE,{write_error,Reason}}]}, - {error,St#compile{errors=St#compile.errors++[Err]}} - end; - true -> - %% Write the dependencies to a device. - try io:fwrite(Output, "~ts", [Code]) of - ok -> - {ok,Code,St} - catch - error:_ -> - Err = {St#compile.ifile,[{none,?MODULE,write_error}]}, - {error,St#compile{errors=St#compile.errors++[Err]}} - end - end. - -expand_records(Code0, #compile{options=Opts}=St) -> - Code = erl_expand_records:module(Code0, Opts), - {ok,Code,St}. - -legalize_vars(Code0, St) -> - Code = map(fun(F={function,_,_,_,_}) -> - erl_pp:legalize_vars(F); - (F) -> - F - end, Code0), - {ok,Code,St}. - -compile_directives(Forms, #compile{options=Opts0}=St0) -> - Opts1 = expand_opts(flatten([C || {attribute,_,compile,C} <- Forms])), - Opts = Opts1 ++ Opts0, - St1 = St0#compile{options=Opts}, - case any_obsolete_option(Opts) of - {yes,Opt} -> - Error = {St1#compile.ifile,[{none,?MODULE,{obsolete_option,Opt}}]}, - St = St1#compile{errors=[Error|St1#compile.errors]}, - {error,St}; - no -> - {ok,Forms,St1} - end. - -any_obsolete_option([Opt|Opts]) -> - case is_obsolete(Opt) of - true -> {yes,Opt}; - false -> any_obsolete_option(Opts) - end; -any_obsolete_option([]) -> no. - -is_obsolete(r18) -> true; -is_obsolete(r19) -> true; -is_obsolete(r20) -> true; -is_obsolete(r21) -> true; -is_obsolete(no_bsm3) -> true; -is_obsolete(no_get_hd_tl) -> true; -is_obsolete(no_put_tuple2) -> true; -is_obsolete(no_utf8_atoms) -> true; -is_obsolete(_) -> false. - -core(Forms, #compile{options=Opts}=St) -> - {ok,Core,Ws} = v3_core:module(Forms, Opts), - Mod = cerl:concrete(cerl:module_name(Core)), - {ok,Core,St#compile{module=Mod,options=Opts, - warnings=St#compile.warnings++Ws}}. - -core_fold_module_after_inlining(Code0, #compile{options=Opts}=St) -> - %% Inlining may produce code that generates spurious warnings. - %% Ignore all warnings. - {ok,Code,_Ws} = sys_core_fold:module(Code0, Opts), - {ok,Code,St}. - -v3_kernel(Code0, #compile{options=Opts,warnings=Ws0}=St) -> - {ok,Code,Ws} = v3_kernel:module(Code0, Opts), - case Ws =:= [] orelse test_core_inliner(St) of - false -> - {ok,Code,St#compile{warnings=Ws0++Ws}}; - true -> - %% cerl_inline may produce code that generates spurious - %% warnings. Ignore any such warnings. - {ok,Code,St} - end. - -test_old_inliner(#compile{options=Opts}) -> - %% The point of this test is to avoid loading the old inliner - %% if we know that it will not be used. - any(fun({inline,_}) -> true; - (_) -> false - end, Opts). - -test_core_inliner(#compile{options=Opts}) -> - case any(fun(no_inline) -> true; - (_) -> false - end, Opts) of - true -> false; - false -> - any(fun(inline) -> true; - (_) -> false - end, Opts) - end. - -test_any_inliner(St) -> - test_old_inliner(St) orelse test_core_inliner(St). -% ^ keyword.operator - -core_old_inliner(Code0, #compile{options=Opts}=St) -> - {ok,Code} = sys_core_inline:module(Code0, Opts), - {ok,Code,St}. - -core_inline_module(Code0, #compile{options=Opts}=St) -> - Code = cerl_inline:core_transform(Code0, Opts), - {ok,Code,St}. - -save_abstract_code(Code, St) -> - {ok,Code,St#compile{abstract_code=erl_parse:anno_to_term(Code)}}. - -debug_info(#compile{module=Module,ofile=OFile}=St) -> - {DebugInfo,Opts2} = debug_info_chunk(St), - case member(encrypt_debug_info, Opts2) of - true -> - case lists:keytake(debug_info_key, 1, Opts2) of - {value,{_, Key},Opts3} -> - encrypt_debug_info(DebugInfo, Key, [{debug_info_key,'********'} | Opts3]); - false -> - Mode = proplists:get_value(crypto_mode, Opts2, des3_cbc), - case beam_lib:get_crypto_key({debug_info, Mode, Module, OFile}) of - error -> - {error, [{none,?MODULE,no_crypto_key}]}; - Key -> - encrypt_debug_info(DebugInfo, {Mode, Key}, Opts2) - end - end; - false -> - {ok,DebugInfo,Opts2} - end. - -debug_info_chunk(#compile{mod_options=ModOpts0, - options=CompOpts, - abstract_code=Abst}) -> - AbstOpts = cleanup_compile_options(ModOpts0), - {Backend,Metadata,ModOpts} = - case proplists:get_value(debug_info, CompOpts, false) of - {OptBackend,OptMetadata} when is_atom(OptBackend) -> - ModOpts1 = proplists:delete(debug_info, ModOpts0), - {OptBackend,OptMetadata,ModOpts1}; - true -> - ModOpts1 = proplists:delete(debug_info, ModOpts0), - {erl_abstract_code,{Abst,AbstOpts},[debug_info | ModOpts1]}; - false -> - {erl_abstract_code,{none,AbstOpts},ModOpts0} - end, - DebugInfo = erlang:term_to_binary({debug_info_v1,Backend,Metadata}, - [compressed]), - {DebugInfo, ModOpts}. - -encrypt_debug_info(DebugInfo, Key, Opts) -> - try - RealKey = generate_key(Key), - case start_crypto() of - ok -> {ok,encrypt(RealKey, DebugInfo),Opts}; - {error,_}=E -> E - end - catch -% ^ keyword - error:_ -> - {error,[{none,?MODULE,bad_crypto_key}]} - end. - -cleanup_compile_options(Opts) -> - IsDeterministic = lists:member(deterministic, Opts), - lists:filter(fun(Opt) -> - keep_compile_option(Opt, IsDeterministic) - end, Opts). - -%% Include paths and current directory don't affect compilation, but they might -%% be helpful so we include them unless we're doing a deterministic build. -keep_compile_option({i, _}, Deterministic) -> - not Deterministic; -keep_compile_option({cwd, _}, Deterministic) -> - not Deterministic; -%% We are storing abstract, not asm or core. -keep_compile_option(from_asm, _Deterministic) -> - false; -keep_compile_option(from_core, _Deterministic) -> - false; -keep_compile_option(from_abstr, _Deterministic) -> - false; -%% Parse transform and macros have already been applied. -keep_compile_option({parse_transform, _}, _Deterministic) -> - false; -keep_compile_option({d, _, _}, _Deterministic) -> - false; -%% Do not affect compilation result on future calls. -keep_compile_option(Option, _Deterministic) -> - effects_code_generation(Option). - -start_crypto() -> - try crypto:start() of - {error,{already_started,crypto}} -> ok; - ok -> ok - catch - error:_ -> - {error,[{none,?MODULE,no_crypto}]} - end. - -generate_key({Type,String}) when is_atom(Type), is_list(String) -> - beam_lib:make_crypto_key(Type, String); -generate_key(String) when is_list(String) -> - generate_key({des3_cbc,String}). - -encrypt({des3_cbc=Type,Key,IVec,BlockSize}, Bin0) -> - Bin1 = case byte_size(Bin0) rem BlockSize of -% ^ operator - 0 -> Bin0; - N -> list_to_binary([Bin0,crypto:strong_rand_bytes(BlockSize-N)]) - end, - Bin = crypto:crypto_one_time(des_ede3_cbc, Key, IVec, Bin1, true), - TypeString = atom_to_list(Type), - list_to_binary([0,length(TypeString),TypeString,Bin]). - -beam_validator_strong(Code, St) -> - beam_validator_1(Code, St, strong). - -beam_validator_weak(Code, St) -> - beam_validator_1(Code, St, weak). - -beam_validator_1(Code, #compile{errors=Errors0}=St, Level) -> - case beam_validator:validate(Code, Level) of - ok -> - {ok, Code, St}; - {error, Es} -> - {error, St#compile{errors=Errors0 ++ Es}} - end. - -beam_asm(Code0, #compile{ifile=File,extra_chunks=ExtraChunks,options=CompilerOpts}=St) -> - case debug_info(St) of - {ok,DebugInfo,Opts0} -> - Opts1 = [O || O <- Opts0, effects_code_generation(O)], - Chunks = [{<<"Dbgi">>, DebugInfo} | ExtraChunks], - CompileInfo = compile_info(File, CompilerOpts, Opts1), - {ok,Code} = beam_asm:module(Code0, Chunks, CompileInfo, CompilerOpts), - {ok,Code,St#compile{abstract_code=[]}}; - {error,Es} -> - {error,St#compile{errors=St#compile.errors ++ [{File,Es}]}} - end. - -compile_info(File, CompilerOpts, Opts) -> - IsSlim = member(slim, CompilerOpts), - IsDeterministic = member(deterministic, CompilerOpts), - Info0 = proplists:get_value(compile_info, Opts, []), - Info1 = - case paranoid_absname(File) of - [_|_] = Source when not IsSlim, not IsDeterministic -> - [{source,Source} | Info0]; - _ -> - Info0 - end, - Info2 = - case IsDeterministic of - false -> [{options,proplists:delete(compile_info, Opts)} | Info1]; - true -> Info1 - end, - Info2. - -paranoid_absname(""=File) -> - File; -paranoid_absname(File) -> - case file:get_cwd() of - {ok,Cwd} -> - filename:absname(File, Cwd); - _ -> - File - end. - -%% effects_code_generation(Option) -> true|false. -%% Determine whether the option could have any effect on the -%% generated code in the BEAM file (as opposed to how -%% errors will be reported). - -effects_code_generation(Option) -> - case Option of - beam -> false; - report_warnings -> false; - report_errors -> false; - return_errors-> false; - return_warnings-> false; - warnings_as_errors -> false; - binary -> false; - verbose -> false; - {cwd,_} -> false; - {outdir, _} -> false; - _ -> true - end. - -save_binary(Code, #compile{module=Mod,ofile=Outfile,options=Opts}=St) -> - %% Test that the module name and output file name match. - case member(no_error_module_mismatch, Opts) of - true -> - save_binary_1(Code, St); - false -> - Base = filename:rootname(filename:basename(Outfile)), - case atom_to_list(Mod) of - Base -> - save_binary_1(Code, St); - _ -> - Es = [{St#compile.ofile, - [{none,?MODULE,{module_name,Mod,Base}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end - end. - -save_binary_1(Code, St) -> - Ofile = St#compile.ofile, - Tfile = tmpfile(Ofile), %Temp working file - case write_binary(Tfile, Code, St) of - ok -> - case file:rename(Tfile, Ofile) of - ok -> - {ok,none,St}; - {error,RenameError} -> - Es = [{Ofile,[{none,?MODULE,{rename,Tfile,Ofile, - RenameError}}]}], - _ = file:delete(Tfile), - {error,St#compile{errors=St#compile.errors ++ Es}} - end; - {error,Error} -> - Es = [{Tfile,[{none,compile,{write_error,Error}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -write_binary(Name, Bin, St) -> - Opts = case member(compressed, St#compile.options) of - true -> [compressed]; - false -> [] - end, - case file:write_file(Name, Bin, Opts) of - ok -> ok; - {error,_}=Error -> Error - end. - -%% report_errors(State) -> ok -%% report_warnings(State) -> ok - -report_errors(#compile{options=Opts,errors=Errors}) -> - case member(report_errors, Opts) of - true -> - foreach(fun ({{F,_L},Eds}) -> sys_messages:list_errors(F, Eds, Opts); - ({F,Eds}) -> sys_messages:list_errors(F, Eds, Opts) end, - Errors); - false -> ok - end. - -report_warnings(#compile{options=Opts,warnings=Ws0}) -> - Werror = member(warnings_as_errors, Opts), - P = case Werror of - true -> ""; - false -> "Warning: " - end, - ReportWerror = Werror andalso member(report_errors, Opts), - case member(report_warnings, Opts) orelse ReportWerror of - true -> - Ws1 = flatmap(fun({{F,_L},Eds}) -> sys_messages:format_messages(F, P, Eds, Opts); - ({F,Eds}) -> sys_messages:format_messages(F, P, Eds, Opts) end, - Ws0), - Ws = lists:sort(Ws1), - foreach(fun({_,Str}) -> io:put_chars(Str) end, Ws); - false -> ok - end. - -%%% -%%% Filter warnings. -%%% - -filter_warnings(Ws, Opts) -> - Ignore = ignore_tags(Opts, sets:new([{version,2}])), - filter_warnings_1(Ws, Ignore). - -filter_warnings_1([{Source,Ws0}|T], Ignore) -> - Ws = [W || W <- Ws0, not ignore_warning(W, Ignore)], - [{Source,Ws}|filter_warnings_1(T, Ignore)]; -filter_warnings_1([], _Ignore) -> []. - -ignore_warning({_Location,Pass,{Category,_}}, Ignore) -> - IgnoreMod = case Pass of - v3_core -> true; - sys_core_fold -> true; - v3_kernel -> true; - _ -> false - end, - IgnoreMod andalso sets:is_element(Category, Ignore); -ignore_warning(_, _) -> false. - -ignore_tags([nowarn_opportunistic|_], _Ignore) -> - sets:from_list([failed,ignored,nomatch], [{version,2}]); -ignore_tags([nowarn_failed|Opts], Ignore) -> - ignore_tags(Opts, sets:add_element(failed, Ignore)); -ignore_tags([nowarn_ignored|Opts], Ignore) -> - ignore_tags(Opts, sets:add_element(ignored, Ignore)); -ignore_tags([nowarn_nomatch|Opts], Ignore) -> - ignore_tags(Opts, sets:add_element(nomatch, Ignore)); -ignore_tags([_|Opts], Ignore) -> - ignore_tags(Opts, Ignore); -ignore_tags([], Ignore) -> Ignore. - -%% erlfile(Dir, Base) -> ErlFile -%% outfile(Base, Extension, Options) -> OutputFile -%% objfile(Base, Target, Options) -> ObjFile -%% tmpfile(ObjFile) -> TmpFile -%% Work out the correct input and output file names. - -erlfile(".", Base, Suffix) -> - Base ++ Suffix; -erlfile(Dir, Base, Suffix) -> - filename:join(Dir, Base ++ Suffix). - -outfile(Base, Ext, Opts) when is_list(Ext) -> - Obase = case keyfind(outdir, 1, Opts) of - {outdir, Odir} -> filename:join(Odir, Base); - _Other -> Base % Not found or bad format - end, - Obase ++ "." ++ Ext. - -objfile(Base, St) -> - outfile(Base, "beam", St#compile.options). - -tmpfile(Ofile) -> - reverse([$#|tl(reverse(Ofile))]). - -%% pre_defs(Options) -%% inc_paths(Options) -%% Extract the predefined macros and include paths from the option list. - -pre_defs([{d,M,V}|Opts]) -> - [{M,V}|pre_defs(Opts)]; -pre_defs([{d,M}|Opts]) -> - [M|pre_defs(Opts)]; -pre_defs([_|Opts]) -> - pre_defs(Opts); -pre_defs([]) -> []. - -inc_paths(Opts) -> - [ P || {i,P} <- Opts, is_list(P) ]. - -src_listing(Ext, Code, St) -> - listing(fun (Lf, {_Mod,_Exp,Fs}) -> do_src_listing(Lf, Fs); - (Lf, Fs) -> do_src_listing(Lf, Fs) end, - Ext, Code, St). - -do_src_listing(Lf, Fs) -> - Opts = [lists:keyfind(encoding, 1, io:getopts(Lf))], - foreach(fun (F) -> io:put_chars(Lf, [erl_pp:form(F, Opts),"\n"]) end, - Fs). - -listing(Ext, Code, St0) -> - St = St0#compile{encoding = none}, - listing(fun(Lf, Fs) -> beam_listing:module(Lf, Fs) end, Ext, Code, St). - -listing(LFun, Ext, Code, St) -> - Lfile = outfile(St#compile.base, Ext, St#compile.options), - case file:open(Lfile, [write,delayed_write]) of - {ok,Lf} -> - output_encoding(Lf, St), - LFun(Lf, Code), - ok = file:close(Lf), - {ok,Code,St}; - {error,Error} -> - Es = [{Lfile,[{none,compile,{write_error,Error}}]}], - {error,St#compile{errors=St#compile.errors ++ Es}} - end. - -to_dis(Code, #compile{module=Module,ofile=Outfile}=St) -> - Loaded = code:is_loaded(Module), - Sticky = code:is_sticky(Module), - _ = [code:unstick_mod(Module) || Sticky], - - {module,Module} = code:load_binary(Module, "", Code), - DestDir = filename:dirname(Outfile), - DisFile = filename:join(DestDir, atom_to_list(Module) ++ ".dis"), - ok = erts_debug:dis_to_file(Module, DisFile), - - %% Restore loaded module - _ = [{module, Module} = code:load_file(Module) || Loaded =/= false], - [code:stick_mod(Module) || Sticky], - {ok,Code,St}. - -output_encoding(F, #compile{encoding = none}) -> - ok = io:setopts(F, [{encoding, epp:default_encoding()}]); -output_encoding(F, #compile{encoding = Encoding}) -> - ok = io:setopts(F, [{encoding, Encoding}]), - ok = io:fwrite(F, <<"%% ~s\n">>, [epp:encoding_to_string(Encoding)]). - -%%% -%%% Transform the BEAM code to make it more friendly for -%%% diffing: using function names instead of labels for -%%% local calls and number labels relative to each function. -%%% - -diffable(Code0, St) -> - {Mod,Exp,Attr,Fs0,NumLabels} = Code0, - EntryLabels0 = [{Entry,{Name,Arity}} || - {function,Name,Arity,Entry,_} <- Fs0], - EntryLabels = maps:from_list(EntryLabels0), - Fs = [diffable_fix_function(F, EntryLabels) || F <- Fs0], - Code = {Mod,Exp,Attr,Fs,NumLabels}, - {ok,Code,St}. - -diffable_fix_function({function,Name,Arity,Entry0,Is0}, LabelMap0) -> - Entry = maps:get(Entry0, LabelMap0), - {Is1,LabelMap} = diffable_label_map(Is0, 1, LabelMap0, []), - Fb = fun(Old) -> error({no_fb,Old}) end, - Is = beam_utils:replace_labels(Is1, [], LabelMap, Fb), - {function,Name,Arity,Entry,Is}. - -diffable_label_map([{label,Old}|Is], New, Map, Acc) -> - case Map of - #{Old:=NewLabel} -> - diffable_label_map(Is, New, Map, [{label,NewLabel}|Acc]); - #{} -> - diffable_label_map(Is, New+1, Map#{Old=>New}, [{label,New}|Acc]) - end; -diffable_label_map([I|Is], New, Map, Acc) -> - diffable_label_map(Is, New, Map, [I|Acc]); -diffable_label_map([], _New, Map, Acc) -> - {Acc,Map}. - --spec options() -> 'ok'. - -options() -> - help(standard_passes()). - -help([{delay,Ps}|T]) -> - help(Ps), - help(T); -help([{iff,Flag,{src_listing,Ext}}|T]) -> - io:fwrite("~p - Generate .~s source listing file\n", [Flag,Ext]), - help(T); -help([{iff,Flag,{listing,Ext}}|T]) -> - io:fwrite("~p - Generate .~s file\n", [Flag,Ext]), - help(T); -help([{iff,Flag,{Name,Fun}}|T]) when is_function(Fun) -> - io:fwrite("~p - Run ~s\n", [Flag,Name]), - help(T); -help([{iff,_Flag,Action}|T]) -> - help(Action), - help(T); -help([{unless,Flag,{pass,Pass}}|T]) -> - io:fwrite("~p - Skip the ~s pass\n", [Flag,Pass]), - help(T); -help([{unless,no_postopt=Flag,List}|T]) when is_list(List) -> - %% Hard-coded knowledge here. - io:fwrite("~p - Skip all post optimisation\n", [Flag]), - help(List), - help(T); -help([{unless,_Flag,Action}|T]) -> - help(Action), - help(T); -help([_|T]) -> - help(T); -help(_) -> - ok. - -rel2fam(S0) -> - S1 = sofs:relation(S0), - S = sofs:rel2fam(S1), - sofs:to_external(S). - -%% compile(AbsFileName, Outfilename, Options) -%% Compile entry point for erl_compile. - --spec compile(file:filename(), _, #options{}) -> 'ok' | 'error'. - -compile(File0, _OutFile, Options) -> - pre_load(), - File = shorten_filename(File0), - case file(File, make_erl_options(Options)) of - {ok,_Mod} -> ok; - Other -> Other - end. - --spec compile_asm(file:filename(), _, #options{}) -> 'ok' | 'error'. - -compile_asm(File0, _OutFile, Opts) -> - File = shorten_filename(File0), - case file(File, [from_asm|make_erl_options(Opts)]) of - {ok,_Mod} -> ok; - Other -> Other - end. - --spec compile_core(file:filename(), _, #options{}) -> 'ok' | 'error'. - -compile_core(File0, _OutFile, Opts) -> - File = shorten_filename(File0), - case file(File, [from_core|make_erl_options(Opts)]) of - {ok,_Mod} -> ok; - Other -> Other - end. - --spec compile_abstr(file:filename(), _, #options{}) -> 'ok' | 'error'. - -compile_abstr(File0, _OutFile, Opts) -> - File = shorten_filename(File0), - case file(File, [from_abstr|make_erl_options(Opts)]) of - {ok,_Mod} -> ok; - Other -> Other - end. - -shorten_filename(Name0) -> - {ok,Cwd} = file:get_cwd(), - case lists:prefix(Cwd, Name0) of - false -> Name0; - true -> - case lists:nthtail(length(Cwd), Name0) of - "/"++N -> N; - N -> N - end - end. - -%% Converts generic compiler options to specific options. - -make_erl_options(Opts) -> - #options{includes=Includes, - defines=Defines, - outdir=Outdir, - warning=Warning, - verbose=Verbose, - specific=Specific, - cwd=Cwd} = Opts, - Options = [verbose || Verbose] ++ - [report_warnings || Warning =/= 0] ++ - map(fun ({Name,Value}) -> - {d,Name,Value}; - (Name) -> - {d,Name} - end, Defines), - Options ++ [report_errors, {cwd, Cwd}, {outdir, Outdir} | - [{i, Dir} || Dir <- Includes]] ++ Specific. - -pre_load() -> - L = [beam_a, - beam_asm, - beam_block, - beam_call_types, - beam_clean, - beam_dict, - beam_digraph, - beam_flatten, - beam_jump, - beam_kernel_to_ssa, - beam_opcodes, - beam_ssa, - beam_ssa_bc_size, - beam_ssa_bool, - beam_ssa_bsm, - beam_ssa_codegen, - beam_ssa_dead, - beam_ssa_opt, - beam_ssa_pre_codegen, - beam_ssa_recv, - beam_ssa_share, - beam_ssa_throw, - beam_ssa_type, - beam_trim, - beam_types, - beam_utils, - beam_validator, - beam_z, - cerl, - cerl_clauses, - cerl_trees, - core_lib, - epp, - erl_bifs, - erl_expand_records, - erl_lint, - erl_parse, - erl_scan, - sys_core_alias, - sys_core_bsm, - sys_core_fold, - v3_core, - v3_kernel], - _ = code:ensure_modules_loaded(L), - ok. diff --git a/vendored_parsers/tree-sitter-erlang/test/highlight/expressions.erl b/vendored_parsers/tree-sitter-erlang/test/highlight/expressions.erl deleted file mode 100644 index 167fcadae..000000000 --- a/vendored_parsers/tree-sitter-erlang/test/highlight/expressions.erl +++ /dev/null @@ -1,32 +0,0 @@ -%% Copyright (c) Facebook, Inc. and its affiliates. -%% -%% Licensed under the Apache License, Version 2.0 (the "License"); -%% you may not use this file except in compliance with the License. -%% You may obtain a copy of the License at -%% -%% http://www.apache.org/licenses/LICENSE-2.0 -%% -%% Unless required by applicable law or agreed to in writing, software -%% distributed under the License is distributed on an "AS IS" BASIS, -%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%% See the License for the specific language governing permissions and -%% limitations under the License. -%% --------------------------------------------------------------------- - -foo() -> - ?assertMatch({ok, _}, start()), - %% ^ keyword.directive - - ?_assertEqual(a, a), - %% ^ keyword.directive - - State#state.config#config.pid - %% ^ variable - %% ^ operator - %% ^ type - %% ^ punctuation.delimiter - %% ^ property - %% ^ operator - %% ^ type - %% ^ property - .