From 3cf33b40d491e49b199fa715c35f68216098a56f Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sat, 8 Apr 2023 20:13:43 +0200 Subject: [PATCH] fix: hanging parser on trailing comment --- dialects/terraform/src/scanner.cc | 3 + ...taller%frontend%ui-tests%output%aws.tfvars | 41 - ...ller%frontend%ui-tests%output%metal.tfvars | 44 - ...taller%tests%smoke%azure%vars%basic.tfvars | 16 - ...nstaller%tests%smoke%azure%vars%dns.tfvars | 18 - ...ller%tests%smoke%azure%vars%example.tfvars | 12 - ...zure%vars%external-self-hosted-etcd.tfvars | 25 - ...ler%tests%smoke%azure%vars%external.tfvars | 23 - ...ts%smoke%azure%vars%private-cluster.tfvars | 10 - ...s%smoke%azure%vars%self-hosted-etcd.tfvars | 17 - make_grammar.js | 567 +- src/grammar.json | 13 +- src/node-types.json | 4 - src/parser.c | 27680 ++++++++-------- src/scanner.cc | 3 + test/corpus/comments.txt | 11 + 16 files changed, 14076 insertions(+), 14411 deletions(-) delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%aws.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%metal.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%basic.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%dns.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%example.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external-self-hosted-etcd.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%private-cluster.tfvars delete mode 100644 example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%self-hosted-etcd.tfvars diff --git a/dialects/terraform/src/scanner.cc b/dialects/terraform/src/scanner.cc index ceaa31a..2d2eb33 100644 --- a/dialects/terraform/src/scanner.cc +++ b/dialects/terraform/src/scanner.cc @@ -283,6 +283,9 @@ private: skip(lexer); while (lexer->lookahead != '\n') { skip(lexer); + if (lexer->eof(lexer)) { + return false; + } } return true; } diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%aws.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%aws.tfvars deleted file mode 100644 index cb59fb6..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%aws.tfvars +++ /dev/null @@ -1,41 +0,0 @@ -{ - "tectonic_admin_email": "admin@example.com", - "tectonic_admin_password": "password", - "tectonic_aws_etcd_ec2_type": "t2.medium", - "tectonic_aws_etcd_root_volume_size": 30, - "tectonic_aws_etcd_root_volume_type": "gp2", - "tectonic_aws_extra_tags": { - "test_tag": "testing" - }, - "tectonic_aws_master_custom_subnets": { - "us-west-1a": "10.0.0.0/19", - "us-west-1c": "10.0.32.0/19" - }, - "tectonic_aws_master_ec2_type": "t2.medium", - "tectonic_aws_master_root_volume_size": 30, - "tectonic_aws_master_root_volume_type": "gp2", - "tectonic_aws_private_endpoints": false, - "tectonic_aws_region": "us-west-1", - "tectonic_aws_ssh_key": "tectonic-jenkins", - "tectonic_aws_vpc_cidr_block": "10.0.0.0/16", - "tectonic_aws_worker_custom_subnets": { - "us-west-1a": "10.0.64.0/19", - "us-west-1c": "10.0.96.0/19" - }, - "tectonic_aws_worker_ec2_type": "t2.medium", - "tectonic_aws_worker_root_volume_size": 30, - "tectonic_aws_worker_root_volume_type": "gp2", - "tectonic_base_domain": "tectonic.dev.coreos.systems", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_cluster_name": "test", - "tectonic_dns_name": "test", - "tectonic_etcd_count": 3, - "tectonic_kube_apiserver_service_ip": "10.3.0.1", - "tectonic_kube_dns_service_ip": "10.3.0.10", - "tectonic_kube_etcd_service_ip": "10.3.0.15", - "tectonic_license_path": "./license.txt", - "tectonic_master_count": 3, - "tectonic_pull_secret_path": "./pull_secret.json", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_worker_count": 3 -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%metal.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%metal.tfvars deleted file mode 100644 index e08c6ea..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%installer%frontend%ui-tests%output%metal.tfvars +++ /dev/null @@ -1,44 +0,0 @@ -{ - "tectonic_admin_email": "admin@example.com", - "tectonic_admin_password": "password", - "tectonic_base_domain": "unused", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_cluster_name": "my-cluster", - "tectonic_container_linux_version": "1353.8.0", - "tectonic_dns_name": "", - "tectonic_kube_apiserver_service_ip": "10.3.0.1", - "tectonic_kube_dns_service_ip": "10.3.0.10", - "tectonic_kube_etcd_service_ip": "10.3.0.15", - "tectonic_license_path": "./license.txt", - "tectonic_metal_controller_domain": "cluster.example.com", - "tectonic_metal_controller_domains": [ - "node1.example.com" - ], - "tectonic_metal_controller_macs": [ - "52:54:00:a1:9c:ae" - ], - "tectonic_metal_controller_names": [ - "node1" - ], - "tectonic_metal_ingress_domain": "tectonic.example.com", - "tectonic_metal_matchbox_ca": "-----BEGIN CERTIFICATE-----\nMIIFDTCCAvWgAwIBAgIJAIuXq10k2OFlMA0GCSqGSIb3DQEBCwUAMBIxEDAOBgNV\nBAMMB2Zha2UtY2EwHhcNMTcwMjAxMjIxMzI0WhcNMjcwMTMwMjIxMzI0WjASMRAw\nDgYDVQQDDAdmYWtlLWNhMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA\nzzHsB56F6oZjsVBKzfpicsG+mVHQ/QzA4jqRCbQ8Zr12NtUZKnPUVwDoFf4WTfmy\nZ0u8Uv+6/B/8un3LGsIaJEugPfRboc2oZKJcqfMJSFfLb/wkmT0D/1HJR60ml/M5\nwpHeh4vQ7BhktNsK90EjdlLvr1GDfevXArnye5ksEInOSX9nXVsGPrm0AGSffhmY\nuUAjY8f9IspJa1j4vL6NI89GWO4jqME+SUnuI4SYIkuQJoSElofAIX2b5Tk3dFya\nVKmAq2L89teCMYsciPbFa/Z2HvDNZ7pC17Ow7zr1f+V5BU18h3cLk610YNPcEBw0\nf94+mePsmMSMjUM0f+NMFyDERF+pys60/3qqVWrJe/FkJM6NDCyWXXXAfTxIwLq0\nCVrlWALdTc+RMAPI2sxAdUp4BqAuek4SjIg3FuoJrBs3EAUPfybclJ7g3HJwyXM2\n3WIe10BnSk+rGzd4KMVbYw5/nM8Nc/Y20R2an/vVZn6xTxs9o6hhEHF7d5iws6Bi\n7/jv+jdZhLG8b3sG6Tj7a7YdvKWqH/mSPFlc/sevYOjR7NKYRMwGnl0d9qf+Xe5V\nxyH1llIXPs6+y1B4tRyL/tulyeVqi25+I4QVAYypxWU8CPyw7tsSdOsSTbeGTmXj\nehelY/BCjAqAcexL7oRV7dy7VZ1Ezg6zQRwMt0Tar90CAwEAAaNmMGQwHQYDVR0O\nBBYEFNGPoXTjJnHjG2zMpjSg/9vNO/trMB8GA1UdIwQYMBaAFNGPoXTjJnHjG2zM\npjSg/9vNO/trMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMA0G\nCSqGSIb3DQEBCwUAA4ICAQC9V/0iiEZYHz7xbezHpeGHwmecH5oylEvAeCcN10gx\nHFvUN+XMyBaPqN7iRtx/rSqyp2iN2AK1Cdn1viOSRc09lwPiuj9V4diSDyPwJWxd\n60gqd5E9F9gQXlenWoIdm7kW8Lo8HLfx8ItYKGpE51JUctTmGY5WURRmBlVKr1LA\nhbVsAWBaGQfPyW1CrFcxxc5mCABxWOxjRjLw8A8c5IXD0Q5C5pRd0BckBHKTdl40\nowm893oPEQcu/1C432T4vIddVh1Ktq1pd7O/9BPYOaPryzf7076xSwZ0bSuBUGRq\nVd3STfu5QRqpMv4dIrhqRofmIUzjOHLRX8Lx2pzgYcMgMQ8O+jM+ETrYD6rsDoLQ\nuiVSWZK0YFndKzNTA04u57arRumWKqqfS0kkDFayumyv6KaDS6YZdsqSRmaiLAOG\nF6jchpUtkDhDY0v/Y7jESUneT0hRnqNMPAKJMNhE4hS+1qkcP/ikQQgZl/OWma1z\nHUyBGT4OGP2T3JIfq12Z4vC5FGVD4aD/frTvPMlifV3i8lKlYZs271JPXUo6ASIA\nZSBpV5QilOlE25Q5Lcw0yWmN4KwxqBL9bJ5W9D1I0qhWxaMF78m+8vLIFv+dAylE\nOd27a+1We/P5ey7WRlwCfuEcFV7nYS/qMykYdQ9fxHSPgTPlrGrSwKstaaIIqOkE\nkA==\n-----END CERTIFICATE-----\n", - "tectonic_metal_matchbox_client_cert": "-----BEGIN CERTIFICATE-----\nMIIEYDCCAkigAwIBAgICEAEwDQYJKoZIhvcNAQELBQAwEjEQMA4GA1UEAwwHZmFr\nZS1jYTAeFw0xNzAyMDEyMjEzMjVaFw0xODAyMDEyMjEzMjVaMBYxFDASBgNVBAMM\nC2Zha2UtY2xpZW50MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr8S7\nx/tAS6W+aRW3X833OvNfxXjUJAiRkUV85Raln7tqVcTG/9iyRhWgNpUn/WU1/3qV\nobto4ZCURIwoQh0kWk8io1lafZJ+S6Znm3+0TKo7u6QMavolJyetsOQkT/bIoZ73\n09fhk4Vu9GILjtZtxV7GDb4WqR9R7z77nYTdHMio/BQVk+Xg6rkOsMRyoR+B9JHG\nn9mvXLZSi8Q+3ABtsN6flPt7mTkhFFFvTgWxtzgVbeORT/uFxIV/IMjtGseUIzvF\nGUQP6KCyCJb3Kp4rxSxIbi35mFqEWXjB7BVT/0pjx1mc5tSvGuFl7G4N/MmGe3Zq\nZCF4FalpiPGAInKrWQIDAQABo4G7MIG4MAkGA1UdEwQCMAAwEQYJYIZIAYb4QgEB\nBAQDAgeAMDMGCWCGSAGG+EIBDQQmFiRPcGVuU1NMIEdlbmVyYXRlZCBDbGllbnQg\nQ2VydGlmaWNhdGUwHQYDVR0OBBYEFNZOj+0OOvhOFEtGGriZrPVCSzc3MB8GA1Ud\nIwQYMBaAFNGPoXTjJnHjG2zMpjSg/9vNO/trMA4GA1UdDwEB/wQEAwIF4DATBgNV\nHSUEDDAKBggrBgEFBQcDAjANBgkqhkiG9w0BAQsFAAOCAgEAiiGHlmPI6RlJQq7/\nz/1i0vFArDbnc2mwBf3pqrDPyqx1EBx7V3Tsm38TNMZyHaz0IyPUDvRPn10UYXui\n2ZGseauwU/PmvFNofxVbG0Dc55lOoxl31520K0h9cWxVHcYzUxPndQ1pltYkXiMm\n/596LHkJ+unMJszDVhAIOmc0PgECtGH1VG6EoTTFlMu7VJekKInkYNow4Q6cAVcr\n11F4meOs0DMZgzfeUjSnsKG7KsLHfr5bLw6FEEzobgtI2sXVMOJi+ypd3zTY+ACq\noRt6wkRFCUoEgap7SG6B2TwHPGe15VIFZJtcnOZqHdrnfJLVROPnA4dYhJVJj1v1\n9JFH/T6EIi6nIqnrlX+10zaatpzq2+AFX8LiWpr7C7S99LgH3cnFdssfmlqoG82t\n3BshYpDrIw1f72zy8+RCkK52OdjNpDoVwubwz6i8jldzoENqmsioyetyaVfe9GGH\nUdEPrUZ4BHLeGPjHclOPVEhjVBZuofQ/GgM2gmCUdn5tcVLjnIeLAv/sQXwkMxIe\n4m9QcPrxVAKOlDr9LhB0mVPr2kfc4yI/wYWEe+CniwcuvxJiOmjsyrENxfaFY30r\nQspTSDVt8hVfVISzpuEchtLVjuRO/ESpmeOF1rRTc1qL/CjetmidkedDm64EZjyK\njyXQv9IZPMTwOndF6AVLH7l1F0E=\n-----END CERTIFICATE-----\n", - "tectonic_metal_matchbox_client_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAr8S7x/tAS6W+aRW3X833OvNfxXjUJAiRkUV85Raln7tqVcTG\n/9iyRhWgNpUn/WU1/3qVobto4ZCURIwoQh0kWk8io1lafZJ+S6Znm3+0TKo7u6QM\navolJyetsOQkT/bIoZ7309fhk4Vu9GILjtZtxV7GDb4WqR9R7z77nYTdHMio/BQV\nk+Xg6rkOsMRyoR+B9JHGn9mvXLZSi8Q+3ABtsN6flPt7mTkhFFFvTgWxtzgVbeOR\nT/uFxIV/IMjtGseUIzvFGUQP6KCyCJb3Kp4rxSxIbi35mFqEWXjB7BVT/0pjx1mc\n5tSvGuFl7G4N/MmGe3ZqZCF4FalpiPGAInKrWQIDAQABAoIBAQCR/OQ+0JdxfWNu\nYqQhBbA/nV7BZH9GwnstXrrCiBHeXsqOHFdwruo7PcEJNM+3LnYwEP/xCfityOjt\nGkBh0VSdUbciV5fKTn9pk/ff9qypNIdSbYoG3Gc5Y0JndsYWSJIRczjCEj+AyMYE\nYt7Yr48S7ImxZl3p8GKcRQK1rWH9geg4cyCPisbaDSfjJbYh5yLk/2wsxGBRM3gg\nCyJEbkJ/v107a1iThTGBgEgnFPP+FqZ2jlnfhBPVzuYggYyiMJuNtgDl7Vi7NLBe\n2ueqq1UAT9LCpZNLJ8eYiDuyNHZtA7a2r3O/jTR4cvQy1xEjD3h4Es7olkAf/Lzu\n6wuggbllAoGBANcqZyJtVxkGwHV9CWTWniTT7BNQ2ehYErkNKggMXl2AzOqEKzqn\nIDRoBhiJKeAphdw/ccvqUEm9bUJD2QLpTJuMmUBkOwqMhATBXFrFCBX4PzGHYnC8\n6hEXjoUE6XhKdJEOgXTqrt31HDgj13GwAp/2DnsscFkC9co5+IW68sUjAoGBANEg\nQvZYdI4Me6JxLXotyirpo57xjocvlo+uffws/YwBH8nK/op6am69zzMMOgUYA5Li\n00WzfEXoyO+BdcbH28xYdBZT0CTkGlPM8IHuH+d/AwnEurxUElWZRRXSz6g17siM\nKjBodqI8h+jQiQJuJ/zBJbOm3bUbpIt1Z+ROjstTAoGAWdAdVMWHQa8Lzv7uWOUt\nBfpf5IAvNUjuJ8hS7yEakrUc1BdvZAA29Skmwj8e967dbV4eRhv8f4tOfAaOIyT3\nEUbTAYnVC0Y0JTgBMPJluaXx2t7EPILewVuv5d5zBf8uQQ5pA0Ci1YtmyBhN6eqq\nbdLroIagLseJiWxBTLEIfTkCgYEAjikXPC2fdhzoQuIbHy5Xe1p+PwNId3+TIzNk\nM3RGG9F70YqsBGj5RzTC0JnkKyhK7aRCKOS9eyymw6HG9Y1RTpVmvPLW0O07NHJh\noIHGsHD4GMDijDm+iO/7Nb2sKlYXb79Qwr2Qv/LUFSEFsmA90KVgQsMRfhc/gQob\nyOjaSz8CgYEAwr3aYp1CkKBXeUTNioLbyymhA4RqGPH/69F1NQ7froLXb152SzOV\njWcrt4ogRacgHb8thuTedrjUiJJLoWhQ3KqzSA2pI3tTLIxrJePiMMpt1Xb2z9l6\nPikk0rvNVB/vrPeVjAdGY9TJC/vpz3om92DRDmUifu8rCFxIHE0GrQ0=\n-----END RSA PRIVATE KEY-----\n", - "tectonic_metal_matchbox_http_url": "http://matchbox.example.com:8080", - "tectonic_metal_matchbox_rpc_endpoint": "matchbox.example.com:8081", - "tectonic_metal_worker_domains": [ - "node2.example.com", - "node3.example.com" - ], - "tectonic_metal_worker_macs": [ - "52:54:00:b2:2f:86", - "52:54:00:c3:61:77" - ], - "tectonic_metal_worker_names": [ - "node2", - "node3" - ], - "tectonic_pull_secret_path": "./pull_secret.json", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_ssh_authorized_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt3BebCHqnSsgpLjo4kVvyfY/z2BS8t27r/7du+O2pb4xYkr7n+KFpbOz523vMTpQ+o1jY4u4TgexglyT9nqasWgLOvo1qjD1agHme8LlTPQSk07rXqOB85Uq5p7ig2zoOejF6qXhcc3n1c7+HkxHrgpBENjLVHOBpzPBIAHkAGaZcl07OCqbsG5yxqEmSGiAlh/IiUVOZgdDMaGjCRFy0wk0mQaGD66DmnFc1H5CzcPjsxr0qO65e7lTGsE930KkO1Vc+RHCVwvhdXs+c2NhJ2/3740Kpes9n1/YullaWZUzlCPDXtRuy6JRbFbvy39JUgHWGWzB3d+3f8oJ/N4qZ cardno:000603633110" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%basic.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%basic.tfvars deleted file mode 100644 index e6246a2..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%basic.tfvars +++ /dev/null @@ -1,16 +0,0 @@ -{ - "tectonic_azure_etcd_storage_type": "Standard_LRS", - "tectonic_azure_etcd_vm_size": "Standard_D2_v2", - "tectonic_azure_master_storage_type": "Standard_LRS", - "tectonic_azure_master_vm_size": "Standard_D2_v2", - "tectonic_azure_private_cluster": "false", - "tectonic_azure_worker_storage_type": "Standard_LRS", - "tectonic_azure_worker_vm_size": "Standard_D2_v2", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "1", - "tectonic_master_count": "1", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%dns.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%dns.tfvars deleted file mode 100644 index 60e8c3e..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%dns.tfvars +++ /dev/null @@ -1,18 +0,0 @@ -{ - "tectonic_azure_etcd_storage_type": "Standard_LRS", - "tectonic_azure_etcd_vm_size": "Standard_D2_v2", - "tectonic_azure_external_dns_zone_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/long-term-dns-records-tectonic-ci/providers/Microsoft.Network/dnszones/azure.tectonic-ci.de", - "tectonic_azure_master_storage_type": "Standard_LRS", - "tectonic_azure_master_vm_size": "Standard_D2_v2", - "tectonic_azure_private_cluster": "false", - "tectonic_azure_worker_storage_type": "Standard_LRS", - "tectonic_azure_worker_vm_size": "Standard_D2_v2", - "tectonic_base_domain": "azure.tectonic-ci.de", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "1", - "tectonic_master_count": "1", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%example.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%example.tfvars deleted file mode 100644 index aba938c..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%example.tfvars +++ /dev/null @@ -1,12 +0,0 @@ -{ - "tectonic_azure_private_cluster": "false", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "0", - "tectonic_experimental": "false", - "tectonic_master_count": "1", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_stats_url": "https://stats-collector.tectonic.com", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external-self-hosted-etcd.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external-self-hosted-etcd.tfvars deleted file mode 100644 index 18510a1..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external-self-hosted-etcd.tfvars +++ /dev/null @@ -1,25 +0,0 @@ -{ - "tectonic_azure_etcd_storage_type": "Standard_LRS", - "tectonic_azure_etcd_vm_size": "Standard_D2_v2", - "tectonic_azure_external_master_subnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net/subnets/integ_external_master_subnet", - "tectonic_azure_external_nsg_api_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_api", - "tectonic_azure_external_nsg_master_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_master", - "tectonic_azure_external_nsg_worker_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_worker", - "tectonic_azure_external_resource_group": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net", - "tectonic_azure_external_vnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net", - "tectonic_azure_external_worker_subnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net/subnets/integ_external_worker_subnet", - "tectonic_azure_location": "eastus", - "tectonic_azure_master_storage_type": "Standard_LRS", - "tectonic_azure_master_vm_size": "Standard_D2_v2", - "tectonic_azure_private_cluster": "false", - "tectonic_azure_worker_storage_type": "Standard_LRS", - "tectonic_azure_worker_vm_size": "Standard_D2_v2", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "0", - "tectonic_self_hosted_etcd": "enabled", - "tectonic_master_count": "1", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external.tfvars deleted file mode 100644 index 44a3d54..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%external.tfvars +++ /dev/null @@ -1,23 +0,0 @@ -{ - "tectonic_azure_etcd_storage_type": "Standard_LRS", - "tectonic_azure_etcd_vm_size": "Standard_D2_v2", - "tectonic_azure_external_master_subnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net/subnets/integ_external_master_subnet", - "tectonic_azure_external_nsg_api_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_api", - "tectonic_azure_external_nsg_master_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_master", - "tectonic_azure_external_nsg_worker_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/networkSecurityGroups/integ_external_sg_worker", - "tectonic_azure_external_resource_group": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net", - "tectonic_azure_external_vnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net", - "tectonic_azure_external_worker_subnet_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/integ_external_net/providers/Microsoft.Network/virtualNetworks/integ_external_net/subnets/integ_external_worker_subnet", - "tectonic_azure_location": "eastus", - "tectonic_azure_master_storage_type": "Standard_LRS", - "tectonic_azure_master_vm_size": "Standard_D2_v2", - "tectonic_azure_worker_storage_type": "Standard_LRS", - "tectonic_azure_worker_vm_size": "Standard_D2_v2", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "2", - "tectonic_master_count": "2", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%private-cluster.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%private-cluster.tfvars deleted file mode 100644 index 481e1f5..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%private-cluster.tfvars +++ /dev/null @@ -1,10 +0,0 @@ -{ - "tectonic_azure_external_dns_zone_id": "/subscriptions/060bce24-f340-4249-a6c6-51a765e2e4c0/resourceGroups/long-term-dns-records-tectonic-ci/providers/Microsoft.Network/dnszones/azure.tectonic-ci.de", - "tectonic_azure_private_cluster": "true", - "tectonic_base_domain": "azure.tectonic-ci.de", - "tectonic_container_linux_channel": "stable", - "tectonic_azure_vnet_cidr_block": "10.0.0.0/16", - "tectonic_etcd_count": "1", - "tectonic_master_count": "2", - "tectonic_worker_count": "1" -} diff --git a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%self-hosted-etcd.tfvars b/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%self-hosted-etcd.tfvars deleted file mode 100644 index 42422ab..0000000 --- a/example/real_world_stuff/coreos/coreos%tectonic-installer%tests%smoke%azure%vars%self-hosted-etcd.tfvars +++ /dev/null @@ -1,17 +0,0 @@ -{ - "tectonic_azure_etcd_storage_type": "Standard_LRS", - "tectonic_azure_etcd_vm_size": "Standard_D2_v2", - "tectonic_azure_master_storage_type": "Standard_LRS", - "tectonic_azure_master_vm_size": "Standard_D2_v2", - "tectonic_azure_private_cluster": "false", - "tectonic_azure_worker_storage_type": "Standard_LRS", - "tectonic_azure_worker_vm_size": "Standard_D2_v2", - "tectonic_cluster_cidr": "10.2.0.0/16", - "tectonic_container_linux_channel": "stable", - "tectonic_etcd_count": "0", - "tectonic_self_hosted_etcd": "enabled", - "tectonic_master_count": "1", - "tectonic_service_cidr": "10.3.0.0/16", - "tectonic_vanilla_k8s": "false", - "tectonic_worker_count": "1" -} diff --git a/make_grammar.js b/make_grammar.js index 442ced1..3e38eda 100644 --- a/make_grammar.js +++ b/make_grammar.js @@ -1,22 +1,21 @@ module.exports = function make_grammar(dialect) { - const - PREC = { - unary: 7, - binary_mult: 6, - binary_add: 5, - binary_ord: 4, - binary_comp: 3, - binary_and: 2, - binary_or: 1, + const PREC = { + unary: 7, + binary_mult: 6, + binary_add: 5, + binary_ord: 4, + binary_comp: 3, + binary_and: 2, + binary_or: 1, - // if possible prefer string_literals to quoted templates - string_lit: 2, - quoted_template: 1, - } + // if possible prefer string_literals to quoted templates + string_lit: 2, + quoted_template: 1, + }; return grammar({ name: dialect, - externals: $ => [ + externals: ($) => [ $.quoted_template_start, $.quoted_template_end, $._template_literal_chunk, @@ -28,361 +27,333 @@ module.exports = function make_grammar(dialect) { $._shim, ], - extras: $ => [ - $.comment, - $._whitespace, - ], + extras: ($) => [$.comment, $._whitespace], rules: { // also allow objects to handle .tfvars in json format - config_file: $ => optional(choice($.body, $.object)), + config_file: ($) => optional($.body), - body: $ => choice( - $._shim, - seq( - optional($._shim), - repeat1( - choice( - $.attribute, - $.block, - ), - ), + body: ($) => + choice( + $._shim, + seq(optional($._shim), repeat1(choice($.attribute, $.block))) ), - ), - attribute: $ => seq( - $.identifier, - '=', - $.expression, - ), + attribute: ($) => seq($.identifier, "=", $.expression), - block: $ => seq( - $.identifier, - repeat(choice($.string_lit, $.identifier)), - $.block_start, - optional($.body), - $.block_end, - ), + block: ($) => + seq( + $.identifier, + repeat(choice($.string_lit, $.identifier)), + $.block_start, + optional($.body), + $.block_end + ), - block_start: $ => '{', - block_end: $ => '}', + block_start: ($) => "{", + block_end: ($) => "}", - identifier: $ => token(seq( - choice(/\p{ID_Start}/, '_'), - repeat(choice(/\p{ID_Continue}/, '-')), - )), + identifier: ($) => + token( + seq( + choice(/\p{ID_Start}/, "_"), + repeat(choice(/\p{ID_Continue}/, "-")) + ) + ), - expression: $ => prec.right(choice( - $._expr_term, - $.conditional, - )), + expression: ($) => prec.right(choice($._expr_term, $.conditional)), // operations are documented as expressions, but our real world samples // contain instances of operations without parentheses. think for example: // x = a == "" && b != "" - _expr_term: $ => choice( - $.literal_value, - $.template_expr, - $.collection_value, - $.variable_expr, - $.function_call, - $.for_expr, - $.operation, - seq($._expr_term, $.index), - seq($._expr_term, $.get_attr), - seq($._expr_term, $.splat), - seq('(', $.expression, ')'), - ), + _expr_term: ($) => + choice( + $.literal_value, + $.template_expr, + $.collection_value, + $.variable_expr, + $.function_call, + $.for_expr, + $.operation, + seq($._expr_term, $.index), + seq($._expr_term, $.get_attr), + seq($._expr_term, $.splat), + seq("(", $.expression, ")") + ), - literal_value: $ => choice( - $.numeric_lit, - $.bool_lit, - $.null_lit, - $.string_lit, - ), + literal_value: ($) => + choice($.numeric_lit, $.bool_lit, $.null_lit, $.string_lit), - numeric_lit: $ => choice( - /[0-9]+(\.[0-9]+([eE][-+]?[0-9]+)?)?/, - /0x[0-9a-zA-Z]+/ - ), + numeric_lit: ($) => + choice(/[0-9]+(\.[0-9]+([eE][-+]?[0-9]+)?)?/, /0x[0-9a-zA-Z]+/), - bool_lit: $ => choice('true', 'false'), + bool_lit: ($) => choice("true", "false"), - null_lit: $ => 'null', + null_lit: ($) => "null", - string_lit: $ => prec(PREC.string_lit, seq( - $.quoted_template_start, - optional($.template_literal), - $.quoted_template_end, - )), + string_lit: ($) => + prec( + PREC.string_lit, + seq( + $.quoted_template_start, + optional($.template_literal), + $.quoted_template_end + ) + ), + collection_value: ($) => choice($.tuple, $.object), - collection_value: $ => choice( - $.tuple, - $.object, - ), + _comma: ($) => ",", - _comma: $ => ',', + tuple: ($) => seq($.tuple_start, optional($._tuple_elems), $.tuple_end), - tuple: $ => seq( - $.tuple_start, - optional($._tuple_elems), - $.tuple_end, - ), + tuple_start: ($) => "[", + tuple_end: ($) => "]", - tuple_start: $ => '[', - tuple_end: $ => ']', - - _tuple_elems: $ => seq( - $.expression, - repeat(seq( - $._comma, + _tuple_elems: ($) => + seq( $.expression, - )), - optional($._comma), - ), + repeat(seq($._comma, $.expression)), + optional($._comma) + ), - object: $ => seq( - $.object_start, - optional($._object_elems), - $.object_end, - ), + object: ($) => + seq($.object_start, optional($._object_elems), $.object_end), - object_start: $ => '{', - object_end: $ => '}', + object_start: ($) => "{", + object_end: ($) => "}", - _object_elems: $ => seq( - $.object_elem, - repeat(seq( - optional($._comma), - $.object_elem - )), - optional($._comma), - ), + _object_elems: ($) => + seq( + $.object_elem, + repeat(seq(optional($._comma), $.object_elem)), + optional($._comma) + ), - object_elem: $ => seq( - field("key", $.expression), - choice('=', ':'), - field("val", $.expression), - ), + object_elem: ($) => + seq( + field("key", $.expression), + choice("=", ":"), + field("val", $.expression) + ), - index: $ => choice($.new_index, $.legacy_index), + index: ($) => choice($.new_index, $.legacy_index), - new_index: $ => seq('[', $.expression, ']'), - legacy_index: $ => seq('.', /[0-9]+/), + new_index: ($) => seq("[", $.expression, "]"), + legacy_index: ($) => seq(".", /[0-9]+/), - get_attr: $ => seq('.', $.identifier), + get_attr: ($) => seq(".", $.identifier), - splat: $ => choice($.attr_splat, $.full_splat), + splat: ($) => choice($.attr_splat, $.full_splat), - attr_splat: $ => prec.right(seq( - '.*', - repeat(choice($.get_attr, $.index)), - )), + attr_splat: ($) => + prec.right(seq(".*", repeat(choice($.get_attr, $.index)))), - full_splat: $ => prec.right(seq( - '[*]', - repeat(choice($.get_attr, $.index)), - )), + full_splat: ($) => + prec.right(seq("[*]", repeat(choice($.get_attr, $.index)))), - for_expr: $ => choice($.for_tuple_expr, $.for_object_expr), + for_expr: ($) => choice($.for_tuple_expr, $.for_object_expr), - for_tuple_expr: $ => seq( - $.tuple_start, - $.for_intro, - $.expression, - optional($.for_cond), - $.tuple_end, - ), + for_tuple_expr: ($) => + seq( + $.tuple_start, + $.for_intro, + $.expression, + optional($.for_cond), + $.tuple_end + ), - for_object_expr: $ => seq( - $.object_start, - $.for_intro, - $.expression, - '=>', - $.expression, - optional($.ellipsis), - optional($.for_cond), - $.object_end, - ), + for_object_expr: ($) => + seq( + $.object_start, + $.for_intro, + $.expression, + "=>", + $.expression, + optional($.ellipsis), + optional($.for_cond), + $.object_end + ), - for_intro: $ => seq( - 'for', - $.identifier, - optional(seq(',', $.identifier)), - 'in', - $.expression, - ':', - ), + for_intro: ($) => + seq( + "for", + $.identifier, + optional(seq(",", $.identifier)), + "in", + $.expression, + ":" + ), - for_cond: $ => seq( - 'if', - $.expression, - ), + for_cond: ($) => seq("if", $.expression), - variable_expr: $ => prec.right($.identifier), + variable_expr: ($) => prec.right($.identifier), - function_call: $ => seq( - $.identifier, - $._function_call_start, - optional($.function_arguments), - $._function_call_end, - ), + function_call: ($) => + seq( + $.identifier, + $._function_call_start, + optional($.function_arguments), + $._function_call_end + ), - _function_call_start: $ => '(', - _function_call_end: $ => ')', + _function_call_start: ($) => "(", + _function_call_end: ($) => ")", - function_arguments: $ => prec.right(seq( - $.expression, - repeat(seq($._comma, $.expression,)), - optional(choice($._comma, $.ellipsis)), - )), + function_arguments: ($) => + prec.right( + seq( + $.expression, + repeat(seq($._comma, $.expression)), + optional(choice($._comma, $.ellipsis)) + ) + ), - ellipsis: $ => token('...'), + ellipsis: ($) => token("..."), - conditional: $ => prec.left(seq( - $.expression, - '?', - $.expression, - ':', - $.expression, - )), + conditional: ($) => + prec.left(seq($.expression, "?", $.expression, ":", $.expression)), - operation: $ => choice($.unary_operation, $.binary_operation), + operation: ($) => choice($.unary_operation, $.binary_operation), - unary_operation: $ => prec.left(PREC.unary, seq(choice('-', '!'), $._expr_term)), + unary_operation: ($) => + prec.left(PREC.unary, seq(choice("-", "!"), $._expr_term)), - binary_operation: $ => { + binary_operation: ($) => { const table = [ - [PREC.binary_mult, choice('*', '/', '%')], - [PREC.binary_add, choice('+', '-')], - [PREC.binary_ord, choice('>', '>=', '<', '<=')], - [PREC.binary_comp, choice('==', '!=')], - [PREC.binary_and, choice('&&')], - [PREC.binary_or, choice('||')], + [PREC.binary_mult, choice("*", "/", "%")], + [PREC.binary_add, choice("+", "-")], + [PREC.binary_ord, choice(">", ">=", "<", "<=")], + [PREC.binary_comp, choice("==", "!=")], + [PREC.binary_and, choice("&&")], + [PREC.binary_or, choice("||")], ]; - return choice(...table.map(([precedence, operator]) => - prec.left(precedence, seq($._expr_term, operator, $._expr_term), - )) + return choice( + ...table.map(([precedence, operator]) => + prec.left(precedence, seq($._expr_term, operator, $._expr_term)) + ) ); }, - template_expr: $ => choice( - $.quoted_template, - $.heredoc_template, - ), + template_expr: ($) => choice($.quoted_template, $.heredoc_template), - quoted_template: $ => prec(PREC.quoted_template, seq( - $.quoted_template_start, - optional($._template), - $.quoted_template_end, - )), + quoted_template: ($) => + prec( + PREC.quoted_template, + seq( + $.quoted_template_start, + optional($._template), + $.quoted_template_end + ) + ), - heredoc_template: $ => seq( - $.heredoc_start, - $.heredoc_identifier, - optional($._template), - $.heredoc_identifier, - ), + heredoc_template: ($) => + seq( + $.heredoc_start, + $.heredoc_identifier, + optional($._template), + $.heredoc_identifier + ), - heredoc_start: $ => choice('<<', '<<-'), + heredoc_start: ($) => choice("<<", "<<-"), - strip_marker: $ => '~', + strip_marker: ($) => "~", - _template: $ => repeat1(choice( - $.template_interpolation, - $.template_directive, - $.template_literal, - )), + _template: ($) => + repeat1( + choice( + $.template_interpolation, + $.template_directive, + $.template_literal + ) + ), - template_literal: $ => prec.right(repeat1( - $._template_literal_chunk, - )), + template_literal: ($) => prec.right(repeat1($._template_literal_chunk)), - template_interpolation: $ => seq( - $.template_interpolation_start, - optional($.strip_marker), - optional($.expression), - optional($.strip_marker), - $.template_interpolation_end, - ), + template_interpolation: ($) => + seq( + $.template_interpolation_start, + optional($.strip_marker), + optional($.expression), + optional($.strip_marker), + $.template_interpolation_end + ), - template_directive: $ => choice( - $.template_for, - $.template_if, - ), + template_directive: ($) => choice($.template_for, $.template_if), - template_for: $ => seq( - $.template_for_start, - optional($._template), - $.template_for_end, - ), + template_for: ($) => + seq($.template_for_start, optional($._template), $.template_for_end), - template_for_start: $ => seq( - $.template_directive_start, - optional($.strip_marker), - "for", - $.identifier, - optional(seq(",", $.identifier)), - "in", - $.expression, - optional($.strip_marker), - $.template_directive_end - ), + template_for_start: ($) => + seq( + $.template_directive_start, + optional($.strip_marker), + "for", + $.identifier, + optional(seq(",", $.identifier)), + "in", + $.expression, + optional($.strip_marker), + $.template_directive_end + ), - template_for_end: $ => seq( - $.template_directive_start, - optional($.strip_marker), - "endfor", - optional($.strip_marker), - $.template_directive_end - ), + template_for_end: ($) => + seq( + $.template_directive_start, + optional($.strip_marker), + "endfor", + optional($.strip_marker), + $.template_directive_end + ), - template_if: $ => seq( - $.template_if_intro, - optional($._template), - optional(seq($.template_else_intro, optional($._template))), - $.template_if_end, - ), + template_if: ($) => + seq( + $.template_if_intro, + optional($._template), + optional(seq($.template_else_intro, optional($._template))), + $.template_if_end + ), - template_if_intro: $ => seq( - $.template_directive_start, - optional($.strip_marker), - "if", - $.expression, - optional($.strip_marker), - $.template_directive_end - ), + template_if_intro: ($) => + seq( + $.template_directive_start, + optional($.strip_marker), + "if", + $.expression, + optional($.strip_marker), + $.template_directive_end + ), - template_else_intro: $ => seq( - $.template_directive_start, - optional($.strip_marker), - "else", - optional($.strip_marker), - $.template_directive_end - ), + template_else_intro: ($) => + seq( + $.template_directive_start, + optional($.strip_marker), + "else", + optional($.strip_marker), + $.template_directive_end + ), - template_if_end: $ => seq( - $.template_directive_start, - optional($.strip_marker), - "endif", - optional($.strip_marker), - $.template_directive_end - ), + template_if_end: ($) => + seq( + $.template_directive_start, + optional($.strip_marker), + "endif", + optional($.strip_marker), + $.template_directive_end + ), // http://stackoverflow.com/questions/13014947/regex-to-match-a-c-style-multiline-comment/36328890#36328890 - comment: $ => token(choice( - seq('#', /.*/), - seq('//', /.*/), - seq( - '/*', - /[^*]*\*+([^/*][^*]*\*+)*/, - '/' - ) - )), + comment: ($) => + token( + choice( + seq("#", /.*/), + seq("//", /.*/), + seq("/*", /[^*]*\*+([^/*][^*]*\*+)*/, "/") + ) + ), - _whitespace: $ => token(/\s/), - } + _whitespace: ($) => token(/\s/), + }, }); -} +}; diff --git a/src/grammar.json b/src/grammar.json index 1065107..ecd2f49 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -5,17 +5,8 @@ "type": "CHOICE", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "body" - }, - { - "type": "SYMBOL", - "name": "object" - } - ] + "type": "SYMBOL", + "name": "body" }, { "type": "BLANK" diff --git a/src/node-types.json b/src/node-types.json index ed54921..0085e48 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -202,10 +202,6 @@ { "type": "body", "named": true - }, - { - "type": "object", - "named": true } ] } diff --git a/src/parser.c b/src/parser.c index b8ac80b..7d62f28 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 680 +#define STATE_COUNT 678 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 122 #define ALIAS_COUNT 0 @@ -921,25 +921,25 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7] = 7, [8] = 8, [9] = 9, - [10] = 9, - [11] = 9, - [12] = 9, - [13] = 9, - [14] = 14, + [10] = 10, + [11] = 7, + [12] = 7, + [13] = 7, + [14] = 7, [15] = 15, - [16] = 16, - [17] = 16, - [18] = 16, - [19] = 16, - [20] = 16, + [16] = 15, + [17] = 15, + [18] = 15, + [19] = 15, + [20] = 20, [21] = 21, - [22] = 22, - [23] = 21, - [24] = 24, - [25] = 24, - [26] = 26, - [27] = 24, - [28] = 21, + [22] = 20, + [23] = 23, + [24] = 20, + [25] = 25, + [26] = 25, + [27] = 25, + [28] = 28, [29] = 29, [30] = 30, [31] = 31, @@ -955,105 +955,105 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [41] = 41, [42] = 42, [43] = 43, - [44] = 42, + [44] = 44, [45] = 45, - [46] = 43, + [46] = 46, [47] = 47, [48] = 48, - [49] = 49, - [50] = 45, - [51] = 51, - [52] = 48, - [53] = 51, - [54] = 48, - [55] = 51, - [56] = 56, - [57] = 48, - [58] = 51, - [59] = 45, + [49] = 44, + [50] = 47, + [51] = 45, + [52] = 41, + [53] = 47, + [54] = 54, + [55] = 48, + [56] = 41, + [57] = 43, + [58] = 58, + [59] = 44, [60] = 60, - [61] = 61, - [62] = 62, - [63] = 62, - [64] = 61, + [61] = 48, + [62] = 41, + [63] = 47, + [64] = 64, [65] = 65, - [66] = 66, - [67] = 48, - [68] = 43, - [69] = 42, - [70] = 62, - [71] = 71, - [72] = 45, - [73] = 61, + [66] = 48, + [67] = 44, + [68] = 58, + [69] = 69, + [70] = 58, + [71] = 58, + [72] = 58, + [73] = 43, [74] = 74, - [75] = 62, - [76] = 42, - [77] = 77, - [78] = 61, - [79] = 51, - [80] = 45, + [75] = 43, + [76] = 43, + [77] = 45, + [78] = 44, + [79] = 48, + [80] = 41, [81] = 81, - [82] = 42, - [83] = 43, + [82] = 45, + [83] = 47, [84] = 84, [85] = 85, - [86] = 61, - [87] = 43, - [88] = 62, + [86] = 86, + [87] = 45, + [88] = 88, [89] = 89, [90] = 90, [91] = 91, [92] = 92, [93] = 93, - [94] = 94, + [94] = 93, [95] = 95, - [96] = 96, - [97] = 97, - [98] = 94, + [96] = 93, + [97] = 95, + [98] = 98, [99] = 99, [100] = 100, [101] = 95, - [102] = 96, - [103] = 95, - [104] = 100, + [102] = 102, + [103] = 98, + [104] = 99, [105] = 105, - [106] = 97, - [107] = 95, - [108] = 105, - [109] = 96, - [110] = 97, - [111] = 94, - [112] = 99, - [113] = 105, - [114] = 105, - [115] = 100, - [116] = 99, - [117] = 94, - [118] = 97, - [119] = 96, - [120] = 99, - [121] = 100, - [122] = 105, - [123] = 95, - [124] = 96, - [125] = 97, - [126] = 94, - [127] = 99, - [128] = 100, - [129] = 38, - [130] = 37, - [131] = 36, - [132] = 29, - [133] = 35, + [106] = 100, + [107] = 105, + [108] = 99, + [109] = 102, + [110] = 98, + [111] = 99, + [112] = 105, + [113] = 100, + [114] = 93, + [115] = 98, + [116] = 95, + [117] = 102, + [118] = 95, + [119] = 105, + [120] = 100, + [121] = 93, + [122] = 100, + [123] = 102, + [124] = 102, + [125] = 105, + [126] = 99, + [127] = 98, + [128] = 35, + [129] = 40, + [130] = 30, + [131] = 39, + [132] = 37, + [133] = 28, [134] = 34, [135] = 33, - [136] = 31, - [137] = 89, - [138] = 91, + [136] = 89, + [137] = 91, + [138] = 88, [139] = 90, [140] = 92, [141] = 141, - [142] = 93, + [142] = 142, [143] = 143, [144] = 144, [145] = 145, @@ -1085,472 +1085,472 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [171] = 171, [172] = 172, [173] = 173, - [174] = 174, - [175] = 141, - [176] = 38, - [177] = 34, - [178] = 37, - [179] = 36, - [180] = 31, - [181] = 35, - [182] = 29, - [183] = 33, - [184] = 163, - [185] = 149, - [186] = 156, - [187] = 145, - [188] = 147, - [189] = 148, - [190] = 174, - [191] = 169, - [192] = 153, - [193] = 154, - [194] = 143, - [195] = 157, - [196] = 155, - [197] = 158, - [198] = 151, - [199] = 144, - [200] = 173, - [201] = 160, - [202] = 150, - [203] = 171, - [204] = 162, - [205] = 167, - [206] = 159, - [207] = 161, - [208] = 172, - [209] = 146, - [210] = 170, - [211] = 166, - [212] = 165, - [213] = 168, - [214] = 152, - [215] = 164, - [216] = 35, - [217] = 90, - [218] = 34, - [219] = 93, - [220] = 31, - [221] = 29, - [222] = 31, - [223] = 91, - [224] = 89, - [225] = 38, - [226] = 38, - [227] = 37, - [228] = 36, - [229] = 35, - [230] = 37, - [231] = 34, - [232] = 33, - [233] = 36, - [234] = 92, + [174] = 141, + [175] = 39, + [176] = 30, + [177] = 37, + [178] = 28, + [179] = 34, + [180] = 33, + [181] = 40, + [182] = 35, + [183] = 170, + [184] = 155, + [185] = 161, + [186] = 173, + [187] = 156, + [188] = 172, + [189] = 163, + [190] = 162, + [191] = 142, + [192] = 158, + [193] = 160, + [194] = 166, + [195] = 147, + [196] = 164, + [197] = 171, + [198] = 150, + [199] = 157, + [200] = 159, + [201] = 145, + [202] = 168, + [203] = 167, + [204] = 154, + [205] = 152, + [206] = 153, + [207] = 169, + [208] = 144, + [209] = 151, + [210] = 149, + [211] = 165, + [212] = 143, + [213] = 148, + [214] = 146, + [215] = 35, + [216] = 34, + [217] = 92, + [218] = 89, + [219] = 88, + [220] = 30, + [221] = 91, + [222] = 30, + [223] = 37, + [224] = 39, + [225] = 37, + [226] = 28, + [227] = 34, + [228] = 33, + [229] = 40, + [230] = 90, + [231] = 40, + [232] = 28, + [233] = 35, + [234] = 39, [235] = 33, - [236] = 29, - [237] = 92, - [238] = 93, - [239] = 90, - [240] = 89, - [241] = 93, - [242] = 89, - [243] = 91, - [244] = 91, - [245] = 90, - [246] = 92, - [247] = 141, - [248] = 167, - [249] = 159, - [250] = 146, - [251] = 147, - [252] = 148, - [253] = 153, - [254] = 154, - [255] = 155, - [256] = 158, - [257] = 160, - [258] = 162, + [236] = 88, + [237] = 90, + [238] = 88, + [239] = 89, + [240] = 91, + [241] = 91, + [242] = 92, + [243] = 90, + [244] = 89, + [245] = 92, + [246] = 141, + [247] = 157, + [248] = 165, + [249] = 148, + [250] = 149, + [251] = 167, + [252] = 151, + [253] = 152, + [254] = 158, + [255] = 146, + [256] = 145, + [257] = 164, + [258] = 144, [259] = 141, - [260] = 163, - [261] = 166, - [262] = 144, - [263] = 141, - [264] = 164, - [265] = 165, - [266] = 171, - [267] = 143, - [268] = 169, - [269] = 174, - [270] = 145, - [271] = 156, - [272] = 173, - [273] = 172, - [274] = 170, - [275] = 168, + [260] = 173, + [261] = 150, + [262] = 160, + [263] = 147, + [264] = 154, + [265] = 166, + [266] = 172, + [267] = 141, + [268] = 163, + [269] = 153, + [270] = 159, + [271] = 155, + [272] = 156, + [273] = 142, + [274] = 143, + [275] = 169, [276] = 161, - [277] = 150, - [278] = 157, - [279] = 152, - [280] = 151, - [281] = 149, - [282] = 162, - [283] = 144, - [284] = 143, - [285] = 166, - [286] = 169, - [287] = 157, - [288] = 174, - [289] = 145, + [277] = 162, + [278] = 171, + [279] = 170, + [280] = 168, + [281] = 152, + [282] = 165, + [283] = 169, + [284] = 168, + [285] = 143, + [286] = 167, + [287] = 173, + [288] = 144, + [289] = 142, [290] = 156, - [291] = 144, - [292] = 164, - [293] = 165, - [294] = 167, - [295] = 171, - [296] = 173, - [297] = 172, - [298] = 143, - [299] = 155, + [291] = 155, + [292] = 153, + [293] = 163, + [294] = 164, + [295] = 147, + [296] = 150, + [297] = 159, + [298] = 152, + [299] = 171, [300] = 154, [301] = 170, - [302] = 169, - [303] = 168, - [304] = 174, - [305] = 161, - [306] = 159, - [307] = 159, - [308] = 171, - [309] = 155, - [310] = 145, - [311] = 156, + [302] = 157, + [303] = 158, + [304] = 145, + [305] = 162, + [306] = 146, + [307] = 171, + [308] = 148, + [309] = 160, + [310] = 149, + [311] = 168, [312] = 167, - [313] = 157, - [314] = 152, - [315] = 165, - [316] = 164, - [317] = 163, - [318] = 166, - [319] = 151, - [320] = 152, - [321] = 160, - [322] = 173, - [323] = 146, - [324] = 150, - [325] = 172, - [326] = 149, - [327] = 150, - [328] = 146, - [329] = 147, - [330] = 170, - [331] = 168, - [332] = 161, - [333] = 158, - [334] = 151, - [335] = 148, - [336] = 154, - [337] = 153, - [338] = 147, - [339] = 163, - [340] = 148, - [341] = 162, - [342] = 149, - [343] = 160, - [344] = 153, - [345] = 158, + [313] = 151, + [314] = 172, + [315] = 166, + [316] = 154, + [317] = 165, + [318] = 162, + [319] = 160, + [320] = 166, + [321] = 158, + [322] = 172, + [323] = 157, + [324] = 161, + [325] = 173, + [326] = 169, + [327] = 144, + [328] = 164, + [329] = 145, + [330] = 146, + [331] = 143, + [332] = 142, + [333] = 148, + [334] = 149, + [335] = 159, + [336] = 156, + [337] = 151, + [338] = 155, + [339] = 153, + [340] = 163, + [341] = 170, + [342] = 147, + [343] = 150, + [344] = 161, + [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 351, - [352] = 350, - [353] = 353, + [352] = 351, + [353] = 351, [354] = 354, - [355] = 354, - [356] = 353, - [357] = 353, - [358] = 358, + [355] = 355, + [356] = 356, + [357] = 356, + [358] = 356, [359] = 359, - [360] = 354, + [360] = 360, [361] = 361, [362] = 362, [363] = 363, - [364] = 364, - [365] = 365, - [366] = 362, - [367] = 363, + [364] = 362, + [365] = 363, + [366] = 359, + [367] = 367, [368] = 368, - [369] = 369, - [370] = 361, - [371] = 369, - [372] = 362, + [369] = 361, + [370] = 370, + [371] = 361, + [372] = 363, [373] = 373, - [374] = 365, - [375] = 365, - [376] = 376, + [374] = 374, + [375] = 374, + [376] = 370, [377] = 361, - [378] = 378, - [379] = 368, - [380] = 378, - [381] = 373, - [382] = 382, - [383] = 382, - [384] = 378, - [385] = 378, - [386] = 362, - [387] = 382, - [388] = 362, - [389] = 373, - [390] = 364, - [391] = 365, - [392] = 369, - [393] = 364, - [394] = 361, - [395] = 361, - [396] = 363, - [397] = 365, - [398] = 378, - [399] = 376, - [400] = 376, - [401] = 368, - [402] = 348, - [403] = 347, + [378] = 374, + [379] = 359, + [380] = 360, + [381] = 381, + [382] = 363, + [383] = 367, + [384] = 361, + [385] = 368, + [386] = 373, + [387] = 368, + [388] = 374, + [389] = 363, + [390] = 360, + [391] = 381, + [392] = 367, + [393] = 373, + [394] = 360, + [395] = 370, + [396] = 360, + [397] = 374, + [398] = 381, + [399] = 362, + [400] = 347, + [401] = 346, + [402] = 402, + [403] = 403, [404] = 404, [405] = 405, [406] = 406, [407] = 407, - [408] = 407, + [408] = 408, [409] = 409, - [410] = 410, - [411] = 411, + [410] = 407, + [411] = 407, [412] = 412, [413] = 407, [414] = 414, [415] = 407, [416] = 416, - [417] = 407, + [417] = 417, [418] = 418, [419] = 419, - [420] = 420, - [421] = 421, + [420] = 419, + [421] = 419, [422] = 422, [423] = 423, - [424] = 420, - [425] = 348, - [426] = 426, - [427] = 420, - [428] = 421, - [429] = 419, - [430] = 347, - [431] = 419, - [432] = 420, - [433] = 420, - [434] = 434, - [435] = 435, - [436] = 423, + [424] = 417, + [425] = 422, + [426] = 419, + [427] = 427, + [428] = 428, + [429] = 347, + [430] = 430, + [431] = 346, + [432] = 430, + [433] = 417, + [434] = 419, + [435] = 422, + [436] = 436, [437] = 437, [438] = 438, [439] = 439, [440] = 440, - [441] = 438, + [441] = 441, [442] = 442, - [443] = 443, - [444] = 444, + [443] = 439, + [444] = 441, [445] = 445, [446] = 446, [447] = 447, - [448] = 448, - [449] = 442, + [448] = 436, + [449] = 449, [450] = 450, [451] = 451, - [452] = 450, + [452] = 452, [453] = 453, [454] = 454, - [455] = 440, + [455] = 455, [456] = 456, - [457] = 444, - [458] = 454, - [459] = 456, + [457] = 457, + [458] = 458, + [459] = 459, [460] = 460, - [461] = 439, - [462] = 462, - [463] = 442, - [464] = 464, - [465] = 448, - [466] = 466, - [467] = 467, - [468] = 453, - [469] = 447, - [470] = 444, - [471] = 444, + [461] = 461, + [462] = 454, + [463] = 461, + [464] = 458, + [465] = 441, + [466] = 430, + [467] = 460, + [468] = 459, + [469] = 454, + [470] = 445, + [471] = 471, [472] = 472, - [473] = 446, - [474] = 474, - [475] = 453, - [476] = 476, - [477] = 477, - [478] = 462, - [479] = 423, - [480] = 437, - [481] = 437, - [482] = 444, + [473] = 457, + [474] = 456, + [475] = 445, + [476] = 439, + [477] = 454, + [478] = 455, + [479] = 472, + [480] = 453, + [481] = 472, + [482] = 449, [483] = 445, - [484] = 476, - [485] = 453, - [486] = 439, - [487] = 443, - [488] = 477, - [489] = 474, - [490] = 467, - [491] = 472, - [492] = 460, - [493] = 453, - [494] = 421, - [495] = 421, - [496] = 151, + [484] = 445, + [485] = 446, + [486] = 454, + [487] = 440, + [488] = 447, + [489] = 442, + [490] = 451, + [491] = 452, + [492] = 450, + [493] = 493, + [494] = 494, + [495] = 452, + [496] = 453, [497] = 497, - [498] = 498, - [499] = 498, - [500] = 500, + [498] = 455, + [499] = 456, + [500] = 457, [501] = 501, - [502] = 502, - [503] = 503, - [504] = 504, - [505] = 505, + [502] = 459, + [503] = 460, + [504] = 461, + [505] = 430, [506] = 506, - [507] = 507, - [508] = 508, + [507] = 458, + [508] = 347, [509] = 509, [510] = 510, - [511] = 460, - [512] = 477, - [513] = 498, - [514] = 348, - [515] = 467, - [516] = 516, - [517] = 438, - [518] = 443, - [519] = 445, - [520] = 348, + [511] = 511, + [512] = 512, + [513] = 513, + [514] = 514, + [515] = 159, + [516] = 422, + [517] = 517, + [518] = 510, + [519] = 519, + [520] = 520, [521] = 521, [522] = 522, [523] = 523, [524] = 524, - [525] = 423, - [526] = 510, - [527] = 446, - [528] = 447, - [529] = 529, - [530] = 448, - [531] = 450, - [532] = 347, + [525] = 525, + [526] = 526, + [527] = 346, + [528] = 528, + [529] = 440, + [530] = 442, + [531] = 531, + [532] = 532, [533] = 533, - [534] = 347, - [535] = 454, - [536] = 440, - [537] = 456, - [538] = 523, - [539] = 539, + [534] = 494, + [535] = 494, + [536] = 526, + [537] = 537, + [538] = 538, + [539] = 510, [540] = 540, - [541] = 523, - [542] = 542, - [543] = 543, - [544] = 544, - [545] = 545, - [546] = 546, - [547] = 474, - [548] = 476, - [549] = 521, - [550] = 462, - [551] = 510, - [552] = 521, + [541] = 451, + [542] = 446, + [543] = 447, + [544] = 526, + [545] = 346, + [546] = 531, + [547] = 449, + [548] = 531, + [549] = 549, + [550] = 347, + [551] = 551, + [552] = 436, [553] = 553, - [554] = 554, - [555] = 472, + [554] = 450, + [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, - [561] = 559, + [561] = 556, [562] = 562, - [563] = 558, + [563] = 563, [564] = 564, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, - [570] = 570, + [570] = 563, [571] = 571, [572] = 572, - [573] = 569, - [574] = 574, - [575] = 569, - [576] = 574, + [573] = 573, + [574] = 559, + [575] = 563, + [576] = 564, [577] = 577, - [578] = 568, - [579] = 579, - [580] = 558, - [581] = 577, - [582] = 582, - [583] = 567, - [584] = 564, - [585] = 574, - [586] = 565, - [587] = 566, - [588] = 558, - [589] = 564, - [590] = 567, - [591] = 591, - [592] = 568, - [593] = 593, - [594] = 559, - [595] = 593, - [596] = 569, - [597] = 574, - [598] = 598, + [578] = 560, + [579] = 555, + [580] = 565, + [581] = 557, + [582] = 559, + [583] = 558, + [584] = 573, + [585] = 572, + [586] = 586, + [587] = 565, + [588] = 573, + [589] = 556, + [590] = 562, + [591] = 571, + [592] = 592, + [593] = 563, + [594] = 558, + [595] = 557, + [596] = 596, + [597] = 565, + [598] = 568, [599] = 569, - [600] = 568, - [601] = 570, - [602] = 565, - [603] = 566, - [604] = 604, - [605] = 564, - [606] = 571, - [607] = 570, - [608] = 571, - [609] = 582, - [610] = 582, - [611] = 558, - [612] = 564, - [613] = 568, - [614] = 577, - [615] = 582, - [616] = 579, - [617] = 593, - [618] = 566, - [619] = 567, - [620] = 565, - [621] = 567, - [622] = 622, - [623] = 593, - [624] = 559, - [625] = 625, - [626] = 582, - [627] = 565, - [628] = 566, - [629] = 629, - [630] = 579, - [631] = 574, - [632] = 593, - [633] = 559, + [600] = 558, + [601] = 559, + [602] = 562, + [603] = 571, + [604] = 572, + [605] = 573, + [606] = 555, + [607] = 569, + [608] = 563, + [609] = 568, + [610] = 564, + [611] = 557, + [612] = 560, + [613] = 613, + [614] = 555, + [615] = 562, + [616] = 556, + [617] = 559, + [618] = 618, + [619] = 569, + [620] = 568, + [621] = 558, + [622] = 557, + [623] = 623, + [624] = 556, + [625] = 562, + [626] = 573, + [627] = 555, + [628] = 568, + [629] = 569, + [630] = 630, + [631] = 565, + [632] = 632, + [633] = 633, [634] = 634, [635] = 635, [636] = 636, - [637] = 637, + [637] = 634, [638] = 634, - [639] = 639, + [639] = 633, [640] = 640, [641] = 641, [642] = 642, @@ -1560,37 +1560,35 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [646] = 646, [647] = 647, [648] = 648, - [649] = 647, + [649] = 648, [650] = 650, [651] = 651, [652] = 652, - [653] = 645, - [654] = 641, + [653] = 653, + [654] = 654, [655] = 655, - [656] = 639, + [656] = 656, [657] = 657, - [658] = 647, + [658] = 633, [659] = 640, - [660] = 660, - [661] = 661, + [660] = 641, + [661] = 642, [662] = 662, - [663] = 663, + [663] = 642, [664] = 664, - [665] = 663, - [666] = 639, + [665] = 647, + [666] = 647, [667] = 647, - [668] = 645, + [668] = 648, [669] = 669, - [670] = 634, + [670] = 647, [671] = 671, - [672] = 647, + [672] = 672, [673] = 641, - [674] = 640, - [675] = 675, + [674] = 674, + [675] = 640, [676] = 676, [677] = 677, - [678] = 678, - [679] = 663, }; static inline bool sym_identifier_character_set_1(int32_t c) { @@ -11818,28 +11816,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4] = {.lex_state = 3, .external_lex_state = 3}, [5] = {.lex_state = 3, .external_lex_state = 3}, [6] = {.lex_state = 3, .external_lex_state = 3}, - [7] = {.lex_state = 1, .external_lex_state = 3}, + [7] = {.lex_state = 3, .external_lex_state = 3}, [8] = {.lex_state = 1, .external_lex_state = 3}, - [9] = {.lex_state = 3, .external_lex_state = 3}, - [10] = {.lex_state = 3, .external_lex_state = 3}, + [9] = {.lex_state = 1, .external_lex_state = 3}, + [10] = {.lex_state = 1, .external_lex_state = 3}, [11] = {.lex_state = 3, .external_lex_state = 3}, [12] = {.lex_state = 3, .external_lex_state = 3}, [13] = {.lex_state = 3, .external_lex_state = 3}, - [14] = {.lex_state = 1, .external_lex_state = 3}, + [14] = {.lex_state = 3, .external_lex_state = 3}, [15] = {.lex_state = 1, .external_lex_state = 3}, [16] = {.lex_state = 1, .external_lex_state = 3}, [17] = {.lex_state = 1, .external_lex_state = 3}, [18] = {.lex_state = 1, .external_lex_state = 3}, [19] = {.lex_state = 1, .external_lex_state = 3}, - [20] = {.lex_state = 1, .external_lex_state = 3}, - [21] = {.lex_state = 1, .external_lex_state = 4}, - [22] = {.lex_state = 1, .external_lex_state = 3}, - [23] = {.lex_state = 1, .external_lex_state = 4}, + [20] = {.lex_state = 1, .external_lex_state = 4}, + [21] = {.lex_state = 1, .external_lex_state = 3}, + [22] = {.lex_state = 1, .external_lex_state = 4}, + [23] = {.lex_state = 1, .external_lex_state = 3}, [24] = {.lex_state = 1, .external_lex_state = 4}, [25] = {.lex_state = 1, .external_lex_state = 4}, - [26] = {.lex_state = 1, .external_lex_state = 3}, + [26] = {.lex_state = 1, .external_lex_state = 4}, [27] = {.lex_state = 1, .external_lex_state = 4}, - [28] = {.lex_state = 1, .external_lex_state = 4}, + [28] = {.lex_state = 1, .external_lex_state = 3}, [29] = {.lex_state = 1, .external_lex_state = 3}, [30] = {.lex_state = 1, .external_lex_state = 3}, [31] = {.lex_state = 1, .external_lex_state = 3}, @@ -11939,7 +11937,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [125] = {.lex_state = 1, .external_lex_state = 3}, [126] = {.lex_state = 1, .external_lex_state = 3}, [127] = {.lex_state = 1, .external_lex_state = 3}, - [128] = {.lex_state = 1, .external_lex_state = 3}, + [128] = {.lex_state = 41}, [129] = {.lex_state = 41}, [130] = {.lex_state = 41}, [131] = {.lex_state = 41}, @@ -11953,7 +11951,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [139] = {.lex_state = 41}, [140] = {.lex_state = 41}, [141] = {.lex_state = 1, .external_lex_state = 3}, - [142] = {.lex_state = 41}, + [142] = {.lex_state = 1, .external_lex_state = 3}, [143] = {.lex_state = 1, .external_lex_state = 3}, [144] = {.lex_state = 1, .external_lex_state = 3}, [145] = {.lex_state = 1, .external_lex_state = 3}, @@ -11985,8 +11983,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [171] = {.lex_state = 1, .external_lex_state = 3}, [172] = {.lex_state = 1, .external_lex_state = 3}, [173] = {.lex_state = 1, .external_lex_state = 3}, - [174] = {.lex_state = 1, .external_lex_state = 3}, - [175] = {.lex_state = 41}, + [174] = {.lex_state = 41}, + [175] = {.lex_state = 2}, [176] = {.lex_state = 2}, [177] = {.lex_state = 2}, [178] = {.lex_state = 2}, @@ -11994,7 +11992,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [180] = {.lex_state = 2}, [181] = {.lex_state = 2}, [182] = {.lex_state = 2}, - [183] = {.lex_state = 2}, + [183] = {.lex_state = 41}, [184] = {.lex_state = 41}, [185] = {.lex_state = 41}, [186] = {.lex_state = 41}, @@ -12026,38 +12024,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [212] = {.lex_state = 41}, [213] = {.lex_state = 41}, [214] = {.lex_state = 41}, - [215] = {.lex_state = 41}, - [216] = {.lex_state = 41, .external_lex_state = 5}, + [215] = {.lex_state = 41, .external_lex_state = 5}, + [216] = {.lex_state = 41, .external_lex_state = 6}, [217] = {.lex_state = 2}, - [218] = {.lex_state = 41, .external_lex_state = 5}, + [218] = {.lex_state = 2}, [219] = {.lex_state = 2}, [220] = {.lex_state = 41, .external_lex_state = 6}, - [221] = {.lex_state = 41, .external_lex_state = 6}, + [221] = {.lex_state = 2}, [222] = {.lex_state = 41, .external_lex_state = 5}, - [223] = {.lex_state = 2}, - [224] = {.lex_state = 2}, - [225] = {.lex_state = 41, .external_lex_state = 6}, + [223] = {.lex_state = 41, .external_lex_state = 6}, + [224] = {.lex_state = 41, .external_lex_state = 5}, + [225] = {.lex_state = 41, .external_lex_state = 5}, [226] = {.lex_state = 41, .external_lex_state = 5}, - [227] = {.lex_state = 41, .external_lex_state = 6}, - [228] = {.lex_state = 41, .external_lex_state = 6}, + [227] = {.lex_state = 41, .external_lex_state = 5}, + [228] = {.lex_state = 41, .external_lex_state = 5}, [229] = {.lex_state = 41, .external_lex_state = 6}, - [230] = {.lex_state = 41, .external_lex_state = 5}, - [231] = {.lex_state = 41, .external_lex_state = 6}, + [230] = {.lex_state = 2}, + [231] = {.lex_state = 41, .external_lex_state = 5}, [232] = {.lex_state = 41, .external_lex_state = 6}, - [233] = {.lex_state = 41, .external_lex_state = 5}, - [234] = {.lex_state = 2}, - [235] = {.lex_state = 41, .external_lex_state = 5}, + [233] = {.lex_state = 41, .external_lex_state = 6}, + [234] = {.lex_state = 41, .external_lex_state = 6}, + [235] = {.lex_state = 41, .external_lex_state = 6}, [236] = {.lex_state = 41, .external_lex_state = 5}, [237] = {.lex_state = 41, .external_lex_state = 6}, - [238] = {.lex_state = 41, .external_lex_state = 5}, + [238] = {.lex_state = 41, .external_lex_state = 6}, [239] = {.lex_state = 41, .external_lex_state = 6}, - [240] = {.lex_state = 41, .external_lex_state = 5}, - [241] = {.lex_state = 41, .external_lex_state = 6}, - [242] = {.lex_state = 41, .external_lex_state = 6}, - [243] = {.lex_state = 41, .external_lex_state = 6}, + [240] = {.lex_state = 41, .external_lex_state = 6}, + [241] = {.lex_state = 41, .external_lex_state = 5}, + [242] = {.lex_state = 41, .external_lex_state = 5}, + [243] = {.lex_state = 41, .external_lex_state = 5}, [244] = {.lex_state = 41, .external_lex_state = 5}, - [245] = {.lex_state = 41, .external_lex_state = 5}, - [246] = {.lex_state = 41, .external_lex_state = 5}, + [245] = {.lex_state = 41, .external_lex_state = 6}, + [246] = {.lex_state = 2}, [247] = {.lex_state = 2}, [248] = {.lex_state = 2}, [249] = {.lex_state = 2}, @@ -12074,11 +12072,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [260] = {.lex_state = 2}, [261] = {.lex_state = 2}, [262] = {.lex_state = 2}, - [263] = {.lex_state = 41, .external_lex_state = 6}, + [263] = {.lex_state = 2}, [264] = {.lex_state = 2}, [265] = {.lex_state = 2}, [266] = {.lex_state = 2}, - [267] = {.lex_state = 2}, + [267] = {.lex_state = 41, .external_lex_state = 6}, [268] = {.lex_state = 2}, [269] = {.lex_state = 2}, [270] = {.lex_state = 2}, @@ -12092,342 +12090,342 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [278] = {.lex_state = 2}, [279] = {.lex_state = 2}, [280] = {.lex_state = 2}, - [281] = {.lex_state = 2}, + [281] = {.lex_state = 41, .external_lex_state = 6}, [282] = {.lex_state = 41, .external_lex_state = 5}, - [283] = {.lex_state = 41, .external_lex_state = 6}, + [283] = {.lex_state = 41, .external_lex_state = 5}, [284] = {.lex_state = 41, .external_lex_state = 6}, [285] = {.lex_state = 41, .external_lex_state = 5}, [286] = {.lex_state = 41, .external_lex_state = 6}, - [287] = {.lex_state = 41, .external_lex_state = 5}, + [287] = {.lex_state = 41, .external_lex_state = 6}, [288] = {.lex_state = 41, .external_lex_state = 6}, - [289] = {.lex_state = 41, .external_lex_state = 6}, - [290] = {.lex_state = 41, .external_lex_state = 6}, + [289] = {.lex_state = 41, .external_lex_state = 5}, + [290] = {.lex_state = 41, .external_lex_state = 5}, [291] = {.lex_state = 41, .external_lex_state = 5}, [292] = {.lex_state = 41, .external_lex_state = 5}, [293] = {.lex_state = 41, .external_lex_state = 5}, - [294] = {.lex_state = 41, .external_lex_state = 5}, + [294] = {.lex_state = 41, .external_lex_state = 6}, [295] = {.lex_state = 41, .external_lex_state = 5}, - [296] = {.lex_state = 41, .external_lex_state = 6}, + [296] = {.lex_state = 41, .external_lex_state = 5}, [297] = {.lex_state = 41, .external_lex_state = 6}, [298] = {.lex_state = 41, .external_lex_state = 5}, [299] = {.lex_state = 41, .external_lex_state = 6}, [300] = {.lex_state = 41, .external_lex_state = 5}, - [301] = {.lex_state = 41, .external_lex_state = 6}, + [301] = {.lex_state = 41, .external_lex_state = 5}, [302] = {.lex_state = 41, .external_lex_state = 5}, - [303] = {.lex_state = 41, .external_lex_state = 6}, - [304] = {.lex_state = 41, .external_lex_state = 5}, - [305] = {.lex_state = 41, .external_lex_state = 6}, - [306] = {.lex_state = 41, .external_lex_state = 5}, - [307] = {.lex_state = 41, .external_lex_state = 6}, + [303] = {.lex_state = 41, .external_lex_state = 5}, + [304] = {.lex_state = 41, .external_lex_state = 6}, + [305] = {.lex_state = 41, .external_lex_state = 5}, + [306] = {.lex_state = 41, .external_lex_state = 6}, + [307] = {.lex_state = 41, .external_lex_state = 5}, [308] = {.lex_state = 41, .external_lex_state = 6}, [309] = {.lex_state = 41, .external_lex_state = 5}, - [310] = {.lex_state = 41, .external_lex_state = 5}, + [310] = {.lex_state = 41, .external_lex_state = 6}, [311] = {.lex_state = 41, .external_lex_state = 5}, - [312] = {.lex_state = 41, .external_lex_state = 6}, + [312] = {.lex_state = 41, .external_lex_state = 5}, [313] = {.lex_state = 41, .external_lex_state = 6}, - [314] = {.lex_state = 41, .external_lex_state = 5}, + [314] = {.lex_state = 41, .external_lex_state = 6}, [315] = {.lex_state = 41, .external_lex_state = 6}, [316] = {.lex_state = 41, .external_lex_state = 6}, - [317] = {.lex_state = 41, .external_lex_state = 5}, + [317] = {.lex_state = 41, .external_lex_state = 6}, [318] = {.lex_state = 41, .external_lex_state = 6}, - [319] = {.lex_state = 41, .external_lex_state = 5}, - [320] = {.lex_state = 41, .external_lex_state = 6}, - [321] = {.lex_state = 41, .external_lex_state = 5}, + [319] = {.lex_state = 41, .external_lex_state = 6}, + [320] = {.lex_state = 41, .external_lex_state = 5}, + [321] = {.lex_state = 41, .external_lex_state = 6}, [322] = {.lex_state = 41, .external_lex_state = 5}, - [323] = {.lex_state = 41, .external_lex_state = 5}, + [323] = {.lex_state = 41, .external_lex_state = 6}, [324] = {.lex_state = 41, .external_lex_state = 6}, [325] = {.lex_state = 41, .external_lex_state = 5}, [326] = {.lex_state = 41, .external_lex_state = 6}, [327] = {.lex_state = 41, .external_lex_state = 5}, - [328] = {.lex_state = 41, .external_lex_state = 6}, - [329] = {.lex_state = 41, .external_lex_state = 6}, + [328] = {.lex_state = 41, .external_lex_state = 5}, + [329] = {.lex_state = 41, .external_lex_state = 5}, [330] = {.lex_state = 41, .external_lex_state = 5}, - [331] = {.lex_state = 41, .external_lex_state = 5}, - [332] = {.lex_state = 41, .external_lex_state = 5}, + [331] = {.lex_state = 41, .external_lex_state = 6}, + [332] = {.lex_state = 41, .external_lex_state = 6}, [333] = {.lex_state = 41, .external_lex_state = 5}, - [334] = {.lex_state = 41, .external_lex_state = 6}, - [335] = {.lex_state = 41, .external_lex_state = 6}, + [334] = {.lex_state = 41, .external_lex_state = 5}, + [335] = {.lex_state = 41, .external_lex_state = 5}, [336] = {.lex_state = 41, .external_lex_state = 6}, - [337] = {.lex_state = 41, .external_lex_state = 6}, - [338] = {.lex_state = 41, .external_lex_state = 5}, + [337] = {.lex_state = 41, .external_lex_state = 5}, + [338] = {.lex_state = 41, .external_lex_state = 6}, [339] = {.lex_state = 41, .external_lex_state = 6}, - [340] = {.lex_state = 41, .external_lex_state = 5}, + [340] = {.lex_state = 41, .external_lex_state = 6}, [341] = {.lex_state = 41, .external_lex_state = 6}, - [342] = {.lex_state = 41, .external_lex_state = 5}, + [342] = {.lex_state = 41, .external_lex_state = 6}, [343] = {.lex_state = 41, .external_lex_state = 6}, [344] = {.lex_state = 41, .external_lex_state = 5}, - [345] = {.lex_state = 41, .external_lex_state = 6}, + [345] = {.lex_state = 1, .external_lex_state = 3}, [346] = {.lex_state = 1, .external_lex_state = 3}, [347] = {.lex_state = 1, .external_lex_state = 3}, [348] = {.lex_state = 1, .external_lex_state = 3}, [349] = {.lex_state = 3, .external_lex_state = 3}, [350] = {.lex_state = 3, .external_lex_state = 3}, - [351] = {.lex_state = 1, .external_lex_state = 3}, - [352] = {.lex_state = 1, .external_lex_state = 3}, + [351] = {.lex_state = 0, .external_lex_state = 7}, + [352] = {.lex_state = 0, .external_lex_state = 7}, [353] = {.lex_state = 0, .external_lex_state = 7}, - [354] = {.lex_state = 0, .external_lex_state = 7}, - [355] = {.lex_state = 0, .external_lex_state = 7}, + [354] = {.lex_state = 1, .external_lex_state = 3}, + [355] = {.lex_state = 1, .external_lex_state = 3}, [356] = {.lex_state = 0, .external_lex_state = 7}, [357] = {.lex_state = 0, .external_lex_state = 7}, - [358] = {.lex_state = 1, .external_lex_state = 3}, - [359] = {.lex_state = 1, .external_lex_state = 3}, - [360] = {.lex_state = 0, .external_lex_state = 7}, - [361] = {.lex_state = 0, .external_lex_state = 8}, - [362] = {.lex_state = 0, .external_lex_state = 9}, - [363] = {.lex_state = 0, .external_lex_state = 7}, - [364] = {.lex_state = 0, .external_lex_state = 7}, + [358] = {.lex_state = 0, .external_lex_state = 7}, + [359] = {.lex_state = 0, .external_lex_state = 7}, + [360] = {.lex_state = 0, .external_lex_state = 8}, + [361] = {.lex_state = 0, .external_lex_state = 9}, + [362] = {.lex_state = 0, .external_lex_state = 8}, + [363] = {.lex_state = 0, .external_lex_state = 9}, + [364] = {.lex_state = 0, .external_lex_state = 9}, [365] = {.lex_state = 0, .external_lex_state = 9}, - [366] = {.lex_state = 0, .external_lex_state = 9}, + [366] = {.lex_state = 0, .external_lex_state = 7}, [367] = {.lex_state = 0, .external_lex_state = 7}, - [368] = {.lex_state = 0, .external_lex_state = 8}, - [369] = {.lex_state = 0, .external_lex_state = 7}, - [370] = {.lex_state = 0, .external_lex_state = 8}, - [371] = {.lex_state = 0, .external_lex_state = 7}, + [368] = {.lex_state = 0, .external_lex_state = 7}, + [369] = {.lex_state = 0, .external_lex_state = 9}, + [370] = {.lex_state = 0, .external_lex_state = 7}, + [371] = {.lex_state = 0, .external_lex_state = 9}, [372] = {.lex_state = 0, .external_lex_state = 9}, [373] = {.lex_state = 0, .external_lex_state = 7}, - [374] = {.lex_state = 0, .external_lex_state = 9}, - [375] = {.lex_state = 0, .external_lex_state = 9}, + [374] = {.lex_state = 0, .external_lex_state = 8}, + [375] = {.lex_state = 0, .external_lex_state = 8}, [376] = {.lex_state = 0, .external_lex_state = 7}, - [377] = {.lex_state = 0, .external_lex_state = 8}, + [377] = {.lex_state = 0, .external_lex_state = 9}, [378] = {.lex_state = 0, .external_lex_state = 8}, - [379] = {.lex_state = 0, .external_lex_state = 9}, + [379] = {.lex_state = 0, .external_lex_state = 7}, [380] = {.lex_state = 0, .external_lex_state = 8}, [381] = {.lex_state = 0, .external_lex_state = 7}, - [382] = {.lex_state = 0, .external_lex_state = 7}, + [382] = {.lex_state = 0, .external_lex_state = 9}, [383] = {.lex_state = 0, .external_lex_state = 7}, - [384] = {.lex_state = 0, .external_lex_state = 8}, - [385] = {.lex_state = 0, .external_lex_state = 8}, - [386] = {.lex_state = 0, .external_lex_state = 9}, + [384] = {.lex_state = 0, .external_lex_state = 9}, + [385] = {.lex_state = 0, .external_lex_state = 7}, + [386] = {.lex_state = 0, .external_lex_state = 7}, [387] = {.lex_state = 0, .external_lex_state = 7}, - [388] = {.lex_state = 0, .external_lex_state = 9}, - [389] = {.lex_state = 0, .external_lex_state = 7}, - [390] = {.lex_state = 0, .external_lex_state = 7}, - [391] = {.lex_state = 0, .external_lex_state = 9}, + [388] = {.lex_state = 0, .external_lex_state = 8}, + [389] = {.lex_state = 0, .external_lex_state = 9}, + [390] = {.lex_state = 0, .external_lex_state = 8}, + [391] = {.lex_state = 0, .external_lex_state = 7}, [392] = {.lex_state = 0, .external_lex_state = 7}, [393] = {.lex_state = 0, .external_lex_state = 7}, [394] = {.lex_state = 0, .external_lex_state = 8}, - [395] = {.lex_state = 0, .external_lex_state = 8}, - [396] = {.lex_state = 0, .external_lex_state = 7}, - [397] = {.lex_state = 0, .external_lex_state = 9}, - [398] = {.lex_state = 0, .external_lex_state = 8}, + [395] = {.lex_state = 0, .external_lex_state = 7}, + [396] = {.lex_state = 0, .external_lex_state = 8}, + [397] = {.lex_state = 0, .external_lex_state = 8}, + [398] = {.lex_state = 0, .external_lex_state = 7}, [399] = {.lex_state = 0, .external_lex_state = 7}, - [400] = {.lex_state = 0, .external_lex_state = 7}, - [401] = {.lex_state = 0, .external_lex_state = 7}, - [402] = {.lex_state = 41}, - [403] = {.lex_state = 41}, - [404] = {.lex_state = 41, .external_lex_state = 2}, - [405] = {.lex_state = 41, .external_lex_state = 2}, - [406] = {.lex_state = 4, .external_lex_state = 3}, + [400] = {.lex_state = 41}, + [401] = {.lex_state = 41}, + [402] = {.lex_state = 41, .external_lex_state = 2}, + [403] = {.lex_state = 41, .external_lex_state = 2}, + [404] = {.lex_state = 4, .external_lex_state = 3}, + [405] = {.lex_state = 0}, + [406] = {.lex_state = 41}, [407] = {.lex_state = 0}, - [408] = {.lex_state = 0}, - [409] = {.lex_state = 41, .external_lex_state = 3}, + [408] = {.lex_state = 41}, + [409] = {.lex_state = 41}, [410] = {.lex_state = 0}, - [411] = {.lex_state = 41}, + [411] = {.lex_state = 0}, [412] = {.lex_state = 0}, [413] = {.lex_state = 0}, - [414] = {.lex_state = 41}, + [414] = {.lex_state = 41, .external_lex_state = 3}, [415] = {.lex_state = 0}, [416] = {.lex_state = 41}, [417] = {.lex_state = 0}, - [418] = {.lex_state = 41}, + [418] = {.lex_state = 0}, [419] = {.lex_state = 0}, [420] = {.lex_state = 0}, - [421] = {.lex_state = 0, .external_lex_state = 9}, - [422] = {.lex_state = 0}, - [423] = {.lex_state = 0, .external_lex_state = 9}, + [421] = {.lex_state = 0}, + [422] = {.lex_state = 0, .external_lex_state = 8}, + [423] = {.lex_state = 41, .external_lex_state = 3}, [424] = {.lex_state = 0}, - [425] = {.lex_state = 0}, + [425] = {.lex_state = 0, .external_lex_state = 9}, [426] = {.lex_state = 0}, [427] = {.lex_state = 0}, - [428] = {.lex_state = 0, .external_lex_state = 8}, + [428] = {.lex_state = 0}, [429] = {.lex_state = 0}, - [430] = {.lex_state = 0}, + [430] = {.lex_state = 0, .external_lex_state = 8}, [431] = {.lex_state = 0}, - [432] = {.lex_state = 0}, + [432] = {.lex_state = 0, .external_lex_state = 9}, [433] = {.lex_state = 0}, [434] = {.lex_state = 0}, - [435] = {.lex_state = 41, .external_lex_state = 3}, - [436] = {.lex_state = 0, .external_lex_state = 8}, - [437] = {.lex_state = 0}, - [438] = {.lex_state = 0, .external_lex_state = 9}, + [435] = {.lex_state = 0, .external_lex_state = 7}, + [436] = {.lex_state = 0, .external_lex_state = 9}, + [437] = {.lex_state = 0, .external_lex_state = 10}, + [438] = {.lex_state = 41}, [439] = {.lex_state = 0}, - [440] = {.lex_state = 0, .external_lex_state = 9}, - [441] = {.lex_state = 0, .external_lex_state = 8}, - [442] = {.lex_state = 0}, - [443] = {.lex_state = 0, .external_lex_state = 8}, - [444] = {.lex_state = 0, .external_lex_state = 9}, - [445] = {.lex_state = 0, .external_lex_state = 8}, + [440] = {.lex_state = 0, .external_lex_state = 8}, + [441] = {.lex_state = 0}, + [442] = {.lex_state = 0, .external_lex_state = 8}, + [443] = {.lex_state = 0}, + [444] = {.lex_state = 0}, + [445] = {.lex_state = 0}, [446] = {.lex_state = 0, .external_lex_state = 8}, [447] = {.lex_state = 0, .external_lex_state = 8}, [448] = {.lex_state = 0, .external_lex_state = 8}, - [449] = {.lex_state = 0}, + [449] = {.lex_state = 0, .external_lex_state = 8}, [450] = {.lex_state = 0, .external_lex_state = 8}, - [451] = {.lex_state = 0, .external_lex_state = 10}, - [452] = {.lex_state = 0, .external_lex_state = 9}, - [453] = {.lex_state = 0}, - [454] = {.lex_state = 0, .external_lex_state = 8}, + [451] = {.lex_state = 0, .external_lex_state = 8}, + [452] = {.lex_state = 0, .external_lex_state = 8}, + [453] = {.lex_state = 0, .external_lex_state = 8}, + [454] = {.lex_state = 0, .external_lex_state = 9}, [455] = {.lex_state = 0, .external_lex_state = 8}, [456] = {.lex_state = 0, .external_lex_state = 8}, - [457] = {.lex_state = 0, .external_lex_state = 9}, + [457] = {.lex_state = 0, .external_lex_state = 8}, [458] = {.lex_state = 0, .external_lex_state = 9}, - [459] = {.lex_state = 0, .external_lex_state = 9}, - [460] = {.lex_state = 0, .external_lex_state = 9}, - [461] = {.lex_state = 0}, + [459] = {.lex_state = 0, .external_lex_state = 8}, + [460] = {.lex_state = 0, .external_lex_state = 8}, + [461] = {.lex_state = 0, .external_lex_state = 8}, [462] = {.lex_state = 0, .external_lex_state = 9}, - [463] = {.lex_state = 0}, - [464] = {.lex_state = 41}, - [465] = {.lex_state = 0, .external_lex_state = 9}, - [466] = {.lex_state = 0}, - [467] = {.lex_state = 0, .external_lex_state = 8}, - [468] = {.lex_state = 0}, + [463] = {.lex_state = 0, .external_lex_state = 9}, + [464] = {.lex_state = 0, .external_lex_state = 8}, + [465] = {.lex_state = 0}, + [466] = {.lex_state = 0, .external_lex_state = 7}, + [467] = {.lex_state = 0, .external_lex_state = 9}, + [468] = {.lex_state = 0, .external_lex_state = 9}, [469] = {.lex_state = 0, .external_lex_state = 9}, - [470] = {.lex_state = 0, .external_lex_state = 9}, - [471] = {.lex_state = 0, .external_lex_state = 9}, - [472] = {.lex_state = 0, .external_lex_state = 9}, + [470] = {.lex_state = 0}, + [471] = {.lex_state = 0}, + [472] = {.lex_state = 0}, [473] = {.lex_state = 0, .external_lex_state = 9}, - [474] = {.lex_state = 0, .external_lex_state = 8}, + [474] = {.lex_state = 0, .external_lex_state = 9}, [475] = {.lex_state = 0}, - [476] = {.lex_state = 0, .external_lex_state = 8}, + [476] = {.lex_state = 0}, [477] = {.lex_state = 0, .external_lex_state = 9}, - [478] = {.lex_state = 0, .external_lex_state = 8}, - [479] = {.lex_state = 0, .external_lex_state = 7}, - [480] = {.lex_state = 0}, + [478] = {.lex_state = 0, .external_lex_state = 9}, + [479] = {.lex_state = 0}, + [480] = {.lex_state = 0, .external_lex_state = 9}, [481] = {.lex_state = 0}, [482] = {.lex_state = 0, .external_lex_state = 9}, - [483] = {.lex_state = 0, .external_lex_state = 9}, - [484] = {.lex_state = 0, .external_lex_state = 9}, - [485] = {.lex_state = 0}, - [486] = {.lex_state = 0}, + [483] = {.lex_state = 0}, + [484] = {.lex_state = 0}, + [485] = {.lex_state = 0, .external_lex_state = 9}, + [486] = {.lex_state = 0, .external_lex_state = 9}, [487] = {.lex_state = 0, .external_lex_state = 9}, - [488] = {.lex_state = 0, .external_lex_state = 8}, + [488] = {.lex_state = 0, .external_lex_state = 9}, [489] = {.lex_state = 0, .external_lex_state = 9}, [490] = {.lex_state = 0, .external_lex_state = 9}, - [491] = {.lex_state = 0, .external_lex_state = 8}, - [492] = {.lex_state = 0, .external_lex_state = 8}, - [493] = {.lex_state = 0}, - [494] = {.lex_state = 0, .external_lex_state = 7}, - [495] = {.lex_state = 0, .external_lex_state = 10}, - [496] = {.lex_state = 41, .external_lex_state = 3}, - [497] = {.lex_state = 0, .external_lex_state = 7}, - [498] = {.lex_state = 0}, - [499] = {.lex_state = 0}, - [500] = {.lex_state = 3}, - [501] = {.lex_state = 41}, + [491] = {.lex_state = 0, .external_lex_state = 9}, + [492] = {.lex_state = 0, .external_lex_state = 9}, + [493] = {.lex_state = 0, .external_lex_state = 6}, + [494] = {.lex_state = 0, .external_lex_state = 5}, + [495] = {.lex_state = 0, .external_lex_state = 7}, + [496] = {.lex_state = 0, .external_lex_state = 7}, + [497] = {.lex_state = 41, .external_lex_state = 2}, + [498] = {.lex_state = 0, .external_lex_state = 7}, + [499] = {.lex_state = 0, .external_lex_state = 7}, + [500] = {.lex_state = 0, .external_lex_state = 7}, + [501] = {.lex_state = 41, .external_lex_state = 3}, [502] = {.lex_state = 0, .external_lex_state = 7}, [503] = {.lex_state = 0, .external_lex_state = 7}, - [504] = {.lex_state = 0, .external_lex_state = 5}, - [505] = {.lex_state = 0}, - [506] = {.lex_state = 0, .external_lex_state = 5}, + [504] = {.lex_state = 0, .external_lex_state = 7}, + [505] = {.lex_state = 0, .external_lex_state = 10}, + [506] = {.lex_state = 41}, [507] = {.lex_state = 0, .external_lex_state = 7}, - [508] = {.lex_state = 41, .external_lex_state = 3}, + [508] = {.lex_state = 0, .external_lex_state = 5}, [509] = {.lex_state = 0, .external_lex_state = 7}, [510] = {.lex_state = 0}, [511] = {.lex_state = 0, .external_lex_state = 7}, - [512] = {.lex_state = 0, .external_lex_state = 7}, - [513] = {.lex_state = 0}, - [514] = {.lex_state = 0, .external_lex_state = 5}, - [515] = {.lex_state = 0, .external_lex_state = 7}, - [516] = {.lex_state = 0, .external_lex_state = 7}, + [512] = {.lex_state = 0, .external_lex_state = 6}, + [513] = {.lex_state = 41}, + [514] = {.lex_state = 0, .external_lex_state = 7}, + [515] = {.lex_state = 41, .external_lex_state = 3}, + [516] = {.lex_state = 0, .external_lex_state = 10}, [517] = {.lex_state = 0, .external_lex_state = 7}, - [518] = {.lex_state = 0, .external_lex_state = 7}, - [519] = {.lex_state = 0, .external_lex_state = 7}, - [520] = {.lex_state = 0, .external_lex_state = 6}, - [521] = {.lex_state = 0, .external_lex_state = 6}, - [522] = {.lex_state = 0, .external_lex_state = 5}, - [523] = {.lex_state = 0, .external_lex_state = 6}, - [524] = {.lex_state = 41}, - [525] = {.lex_state = 0, .external_lex_state = 10}, - [526] = {.lex_state = 0}, - [527] = {.lex_state = 0, .external_lex_state = 7}, + [518] = {.lex_state = 0}, + [519] = {.lex_state = 0, .external_lex_state = 6}, + [520] = {.lex_state = 0}, + [521] = {.lex_state = 3}, + [522] = {.lex_state = 41}, + [523] = {.lex_state = 0, .external_lex_state = 7}, + [524] = {.lex_state = 0, .external_lex_state = 7}, + [525] = {.lex_state = 0, .external_lex_state = 6}, + [526] = {.lex_state = 0, .external_lex_state = 5}, + [527] = {.lex_state = 0, .external_lex_state = 6}, [528] = {.lex_state = 0, .external_lex_state = 7}, - [529] = {.lex_state = 41}, + [529] = {.lex_state = 0, .external_lex_state = 7}, [530] = {.lex_state = 0, .external_lex_state = 7}, - [531] = {.lex_state = 0, .external_lex_state = 7}, - [532] = {.lex_state = 0, .external_lex_state = 6}, - [533] = {.lex_state = 0}, + [531] = {.lex_state = 0}, + [532] = {.lex_state = 0, .external_lex_state = 7}, + [533] = {.lex_state = 41}, [534] = {.lex_state = 0, .external_lex_state = 5}, - [535] = {.lex_state = 0, .external_lex_state = 7}, - [536] = {.lex_state = 0, .external_lex_state = 7}, + [535] = {.lex_state = 0, .external_lex_state = 5}, + [536] = {.lex_state = 0, .external_lex_state = 5}, [537] = {.lex_state = 0, .external_lex_state = 7}, [538] = {.lex_state = 0, .external_lex_state = 6}, - [539] = {.lex_state = 41}, - [540] = {.lex_state = 0, .external_lex_state = 5}, - [541] = {.lex_state = 0, .external_lex_state = 6}, + [539] = {.lex_state = 0}, + [540] = {.lex_state = 0}, + [541] = {.lex_state = 0, .external_lex_state = 7}, [542] = {.lex_state = 0, .external_lex_state = 7}, [543] = {.lex_state = 0, .external_lex_state = 7}, - [544] = {.lex_state = 41, .external_lex_state = 2}, + [544] = {.lex_state = 0, .external_lex_state = 5}, [545] = {.lex_state = 0, .external_lex_state = 5}, - [546] = {.lex_state = 0, .external_lex_state = 7}, + [546] = {.lex_state = 0}, [547] = {.lex_state = 0, .external_lex_state = 7}, - [548] = {.lex_state = 0, .external_lex_state = 7}, - [549] = {.lex_state = 0, .external_lex_state = 6}, - [550] = {.lex_state = 0, .external_lex_state = 7}, - [551] = {.lex_state = 0}, - [552] = {.lex_state = 0, .external_lex_state = 6}, + [548] = {.lex_state = 0}, + [549] = {.lex_state = 0, .external_lex_state = 7}, + [550] = {.lex_state = 0, .external_lex_state = 6}, + [551] = {.lex_state = 0, .external_lex_state = 6}, + [552] = {.lex_state = 0, .external_lex_state = 7}, [553] = {.lex_state = 0, .external_lex_state = 7}, [554] = {.lex_state = 0, .external_lex_state = 7}, - [555] = {.lex_state = 0, .external_lex_state = 7}, - [556] = {.lex_state = 0, .external_lex_state = 5}, + [555] = {.lex_state = 0}, + [556] = {.lex_state = 0}, [557] = {.lex_state = 0}, [558] = {.lex_state = 0}, - [559] = {.lex_state = 41}, - [560] = {.lex_state = 0}, - [561] = {.lex_state = 41}, - [562] = {.lex_state = 0}, - [563] = {.lex_state = 0}, - [564] = {.lex_state = 0}, + [559] = {.lex_state = 0}, + [560] = {.lex_state = 0, .external_lex_state = 6}, + [561] = {.lex_state = 0}, + [562] = {.lex_state = 41}, + [563] = {.lex_state = 1}, + [564] = {.lex_state = 0, .external_lex_state = 6}, [565] = {.lex_state = 0}, [566] = {.lex_state = 0}, - [567] = {.lex_state = 0}, - [568] = {.lex_state = 1}, + [567] = {.lex_state = 0, .external_lex_state = 6}, + [568] = {.lex_state = 0}, [569] = {.lex_state = 0}, - [570] = {.lex_state = 0, .external_lex_state = 5}, - [571] = {.lex_state = 0, .external_lex_state = 5}, - [572] = {.lex_state = 0}, + [570] = {.lex_state = 1}, + [571] = {.lex_state = 0, .external_lex_state = 6}, + [572] = {.lex_state = 0, .external_lex_state = 6}, [573] = {.lex_state = 0}, [574] = {.lex_state = 0}, - [575] = {.lex_state = 0}, - [576] = {.lex_state = 0}, - [577] = {.lex_state = 0, .external_lex_state = 5}, - [578] = {.lex_state = 1}, - [579] = {.lex_state = 0, .external_lex_state = 5}, + [575] = {.lex_state = 1}, + [576] = {.lex_state = 0, .external_lex_state = 6}, + [577] = {.lex_state = 0}, + [578] = {.lex_state = 0, .external_lex_state = 6}, + [579] = {.lex_state = 0}, [580] = {.lex_state = 0}, - [581] = {.lex_state = 0, .external_lex_state = 5}, + [581] = {.lex_state = 0}, [582] = {.lex_state = 0}, [583] = {.lex_state = 0}, [584] = {.lex_state = 0}, - [585] = {.lex_state = 0}, - [586] = {.lex_state = 0}, + [585] = {.lex_state = 0, .external_lex_state = 6}, + [586] = {.lex_state = 0, .external_lex_state = 6}, [587] = {.lex_state = 0}, [588] = {.lex_state = 0}, [589] = {.lex_state = 0}, - [590] = {.lex_state = 0}, - [591] = {.lex_state = 0}, - [592] = {.lex_state = 1}, - [593] = {.lex_state = 0}, - [594] = {.lex_state = 41}, + [590] = {.lex_state = 41}, + [591] = {.lex_state = 0, .external_lex_state = 6}, + [592] = {.lex_state = 0}, + [593] = {.lex_state = 1}, + [594] = {.lex_state = 0}, [595] = {.lex_state = 0}, [596] = {.lex_state = 0}, [597] = {.lex_state = 0}, [598] = {.lex_state = 0}, [599] = {.lex_state = 0}, - [600] = {.lex_state = 1}, - [601] = {.lex_state = 0, .external_lex_state = 5}, - [602] = {.lex_state = 0}, - [603] = {.lex_state = 0}, - [604] = {.lex_state = 0, .external_lex_state = 5}, + [600] = {.lex_state = 0}, + [601] = {.lex_state = 0}, + [602] = {.lex_state = 41}, + [603] = {.lex_state = 0, .external_lex_state = 6}, + [604] = {.lex_state = 0, .external_lex_state = 6}, [605] = {.lex_state = 0}, - [606] = {.lex_state = 0, .external_lex_state = 5}, - [607] = {.lex_state = 0, .external_lex_state = 5}, - [608] = {.lex_state = 0, .external_lex_state = 5}, + [606] = {.lex_state = 0}, + [607] = {.lex_state = 0}, + [608] = {.lex_state = 1}, [609] = {.lex_state = 0}, - [610] = {.lex_state = 0}, + [610] = {.lex_state = 0, .external_lex_state = 6}, [611] = {.lex_state = 0}, - [612] = {.lex_state = 0}, - [613] = {.lex_state = 1}, - [614] = {.lex_state = 0, .external_lex_state = 5}, - [615] = {.lex_state = 0}, - [616] = {.lex_state = 0, .external_lex_state = 5}, + [612] = {.lex_state = 0, .external_lex_state = 6}, + [613] = {.lex_state = 0}, + [614] = {.lex_state = 0}, + [615] = {.lex_state = 41}, + [616] = {.lex_state = 0}, [617] = {.lex_state = 0}, [618] = {.lex_state = 0}, [619] = {.lex_state = 0}, @@ -12435,62 +12433,60 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [621] = {.lex_state = 0}, [622] = {.lex_state = 0}, [623] = {.lex_state = 0}, - [624] = {.lex_state = 41}, - [625] = {.lex_state = 0}, + [624] = {.lex_state = 0}, + [625] = {.lex_state = 41}, [626] = {.lex_state = 0}, [627] = {.lex_state = 0}, [628] = {.lex_state = 0}, - [629] = {.lex_state = 0, .external_lex_state = 5}, - [630] = {.lex_state = 0, .external_lex_state = 5}, + [629] = {.lex_state = 0}, + [630] = {.lex_state = 0}, [631] = {.lex_state = 0}, - [632] = {.lex_state = 0}, - [633] = {.lex_state = 41}, - [634] = {.lex_state = 0, .external_lex_state = 5}, - [635] = {.lex_state = 0, .external_lex_state = 5}, - [636] = {.lex_state = 0, .external_lex_state = 11}, - [637] = {.lex_state = 0, .external_lex_state = 5}, - [638] = {.lex_state = 0, .external_lex_state = 5}, - [639] = {.lex_state = 0, .external_lex_state = 5}, + [632] = {.lex_state = 41}, + [633] = {.lex_state = 0, .external_lex_state = 6}, + [634] = {.lex_state = 0, .external_lex_state = 6}, + [635] = {.lex_state = 0}, + [636] = {.lex_state = 0, .external_lex_state = 6}, + [637] = {.lex_state = 0, .external_lex_state = 6}, + [638] = {.lex_state = 0, .external_lex_state = 6}, + [639] = {.lex_state = 0, .external_lex_state = 6}, [640] = {.lex_state = 0, .external_lex_state = 6}, - [641] = {.lex_state = 0, .external_lex_state = 5}, - [642] = {.lex_state = 0}, - [643] = {.lex_state = 41}, + [641] = {.lex_state = 0, .external_lex_state = 6}, + [642] = {.lex_state = 0, .external_lex_state = 5}, + [643] = {.lex_state = 0, .external_lex_state = 6}, [644] = {.lex_state = 41}, - [645] = {.lex_state = 0, .external_lex_state = 5}, + [645] = {.lex_state = 41}, [646] = {.lex_state = 0}, - [647] = {.lex_state = 0, .external_lex_state = 12}, - [648] = {.lex_state = 0}, - [649] = {.lex_state = 0, .external_lex_state = 12}, - [650] = {.lex_state = 41}, - [651] = {.lex_state = 41}, - [652] = {.lex_state = 0, .external_lex_state = 5}, - [653] = {.lex_state = 0, .external_lex_state = 5}, - [654] = {.lex_state = 0, .external_lex_state = 5}, - [655] = {.lex_state = 0, .external_lex_state = 5}, - [656] = {.lex_state = 0, .external_lex_state = 5}, - [657] = {.lex_state = 0, .external_lex_state = 12}, - [658] = {.lex_state = 0, .external_lex_state = 12}, + [647] = {.lex_state = 0, .external_lex_state = 11}, + [648] = {.lex_state = 0, .external_lex_state = 5}, + [649] = {.lex_state = 0, .external_lex_state = 5}, + [650] = {.lex_state = 0}, + [651] = {.lex_state = 0}, + [652] = {.lex_state = 41}, + [653] = {.lex_state = 0}, + [654] = {.lex_state = 0}, + [655] = {.lex_state = 41}, + [656] = {.lex_state = 41}, + [657] = {.lex_state = 0, .external_lex_state = 6}, + [658] = {.lex_state = 0, .external_lex_state = 6}, [659] = {.lex_state = 0, .external_lex_state = 6}, - [660] = {.lex_state = 0}, + [660] = {.lex_state = 0, .external_lex_state = 6}, [661] = {.lex_state = 0, .external_lex_state = 5}, - [662] = {.lex_state = 0}, - [663] = {.lex_state = 0, .external_lex_state = 6}, - [664] = {.lex_state = 41}, - [665] = {.lex_state = 0, .external_lex_state = 6}, - [666] = {.lex_state = 0, .external_lex_state = 5}, - [667] = {.lex_state = 0, .external_lex_state = 12}, + [662] = {.lex_state = 0, .external_lex_state = 6}, + [663] = {.lex_state = 0, .external_lex_state = 5}, + [664] = {.lex_state = 0, .external_lex_state = 6}, + [665] = {.lex_state = 0, .external_lex_state = 11}, + [666] = {.lex_state = 0, .external_lex_state = 11}, + [667] = {.lex_state = 0, .external_lex_state = 11}, [668] = {.lex_state = 0, .external_lex_state = 5}, - [669] = {.lex_state = 0, .external_lex_state = 5}, - [670] = {.lex_state = 0, .external_lex_state = 5}, - [671] = {.lex_state = 0, .external_lex_state = 5}, + [669] = {.lex_state = 0, .external_lex_state = 11}, + [670] = {.lex_state = 0, .external_lex_state = 11}, + [671] = {.lex_state = 0, .external_lex_state = 6}, [672] = {.lex_state = 0, .external_lex_state = 12}, - [673] = {.lex_state = 0, .external_lex_state = 5}, + [673] = {.lex_state = 0, .external_lex_state = 6}, [674] = {.lex_state = 0, .external_lex_state = 6}, - [675] = {.lex_state = 41}, - [676] = {.lex_state = 0}, + [675] = {.lex_state = 0, .external_lex_state = 6}, + [676] = {.lex_state = 0, .external_lex_state = 6}, [677] = {.lex_state = 0}, - [678] = {.lex_state = 0, .external_lex_state = 5}, - [679] = {.lex_state = 0, .external_lex_state = 6}, }; enum { @@ -12540,10 +12536,10 @@ static const bool ts_external_scanner_states[13][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_template_interpolation_end] = true, }, [5] = { - [ts_external_token_template_directive_end] = true, + [ts_external_token_template_interpolation_end] = true, }, [6] = { - [ts_external_token_template_interpolation_end] = true, + [ts_external_token_template_directive_end] = true, }, [7] = { [ts_external_token__template_literal_chunk] = true, @@ -12567,10 +12563,10 @@ static const bool ts_external_scanner_states[13][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__template_literal_chunk] = true, }, [11] = { - [ts_external_token_quoted_template_end] = true, + [ts_external_token_heredoc_identifier] = true, }, [12] = { - [ts_external_token_heredoc_identifier] = true, + [ts_external_token_quoted_template_end] = true, }, }; @@ -12633,92 +12629,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__shim] = ACTIONS(1), }, [1] = { - [sym_config_file] = STATE(677), - [sym_body] = STATE(676), - [sym_attribute] = STATE(416), - [sym_block] = STATE(416), - [sym_object] = STATE(676), - [sym_object_start] = STATE(15), - [aux_sym_body_repeat1] = STATE(416), + [sym_config_file] = STATE(650), + [sym_body] = STATE(677), + [sym_attribute] = STATE(408), + [sym_block] = STATE(408), + [aux_sym_body_repeat1] = STATE(408), [ts_builtin_sym_end] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [sym_identifier] = ACTIONS(9), + [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), [sym__whitespace] = ACTIONS(3), - [sym__shim] = ACTIONS(11), + [sym__shim] = ACTIONS(9), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 30, - ACTIONS(13), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(15), 1, + ACTIONS(13), 1, anon_sym_RBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(80), 1, + STATE(9), 1, + sym_object_elem, + STATE(45), 1, sym_for_intro, - STATE(196), 1, + STATE(326), 1, sym_object_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(615), 1, + STATE(574), 1, sym__object_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -12728,74 +12721,74 @@ static const uint16_t ts_small_parse_table[] = { sym_operation, sym_template_expr, [107] = 30, - ACTIONS(13), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(41), 1, + ACTIONS(39), 1, anon_sym_RBRACE, - STATE(2), 1, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(50), 1, + STATE(9), 1, + sym_object_elem, + STATE(51), 1, sym_for_intro, - STATE(155), 1, + STATE(169), 1, sym_object_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(610), 1, + STATE(582), 1, sym__object_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -12805,74 +12798,74 @@ static const uint16_t ts_small_parse_table[] = { sym_operation, sym_template_expr, [214] = 30, - ACTIONS(13), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(43), 1, + ACTIONS(41), 1, anon_sym_RBRACE, - STATE(2), 1, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(45), 1, + STATE(9), 1, + sym_object_elem, + STATE(82), 1, sym_for_intro, - STATE(255), 1, + STATE(283), 1, sym_object_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(609), 1, + STATE(559), 1, sym__object_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -12882,74 +12875,74 @@ static const uint16_t ts_small_parse_table[] = { sym_operation, sym_template_expr, [321] = 30, - ACTIONS(13), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(45), 1, + ACTIONS(43), 1, anon_sym_RBRACE, - STATE(2), 1, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(59), 1, + STATE(9), 1, + sym_object_elem, + STATE(87), 1, sym_for_intro, - STATE(299), 1, + STATE(275), 1, sym_object_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(626), 1, + STATE(601), 1, sym__object_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -12959,74 +12952,74 @@ static const uint16_t ts_small_parse_table[] = { sym_operation, sym_template_expr, [428] = 30, - ACTIONS(13), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(47), 1, + ACTIONS(45), 1, anon_sym_RBRACE, - STATE(2), 1, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(72), 1, + STATE(9), 1, + sym_object_elem, + STATE(77), 1, sym_for_intro, - STATE(309), 1, + STATE(207), 1, sym_object_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(582), 1, + STATE(617), 1, sym__object_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13035,72 +13028,147 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [535] = 28, - ACTIONS(13), 1, + [535] = 29, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(29), 1, + anon_sym_for, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(49), 1, - anon_sym_RBRACE, - ACTIONS(51), 1, - anon_sym_COMMA, - STATE(2), 1, + ACTIONS(47), 1, + anon_sym_RBRACK, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(22), 1, - sym__comma, - STATE(403), 1, + STATE(71), 1, + sym_for_intro, + STATE(190), 1, + sym_tuple_end, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(428), 1, sym_expression, - STATE(647), 1, + STATE(611), 1, + sym__tuple_elems, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [639] = 28, + ACTIONS(49), 1, + anon_sym_LBRACE, + ACTIONS(52), 1, + anon_sym_RBRACE, + ACTIONS(54), 1, + sym_identifier, + ACTIONS(57), 1, + anon_sym_LPAREN, + ACTIONS(60), 1, + aux_sym_numeric_lit_token1, + ACTIONS(63), 1, + aux_sym_numeric_lit_token2, + ACTIONS(69), 1, + sym_null_lit, + ACTIONS(72), 1, + anon_sym_COMMA, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(81), 1, + anon_sym_LT_LT, + ACTIONS(84), 1, + anon_sym_LT_LT_DASH, + ACTIONS(87), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(32), 1, + sym__comma, + STATE(400), 1, + sym_conditional, + STATE(521), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(66), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(78), 2, anon_sym_DASH, anon_sym_BANG, STATE(8), 2, sym_object_elem, aux_sym__object_elems_repeat1, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13109,72 +13177,72 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [637] = 28, - ACTIONS(13), 1, + [741] = 28, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(53), 1, + ACTIONS(90), 1, anon_sym_RBRACE, - ACTIONS(55), 1, + ACTIONS(92), 1, anon_sym_COMMA, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(26), 1, + STATE(23), 1, sym__comma, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(14), 2, + STATE(10), 2, sym_object_elem, aux_sym__object_elems_repeat1, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13183,73 +13251,72 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [739] = 29, - ACTIONS(13), 1, + [843] = 28, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, - anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(57), 1, - anon_sym_RBRACK, - STATE(2), 1, + ACTIONS(94), 1, + anon_sym_RBRACE, + ACTIONS(96), 1, + anon_sym_COMMA, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(51), 1, - sym_for_intro, - STATE(294), 1, - sym_tuple_end, - STATE(403), 1, + STATE(21), 1, + sym__comma, + STATE(400), 1, sym_conditional, - STATE(426), 1, + STATE(521), 1, sym_expression, - STATE(575), 1, - sym__tuple_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(8), 2, + sym_object_elem, + aux_sym__object_elems_repeat1, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13258,73 +13325,73 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [843] = 29, - ACTIONS(13), 1, + [945] = 29, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(59), 1, + ACTIONS(98), 1, anon_sym_RBRACK, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(79), 1, + STATE(70), 1, sym_for_intro, - STATE(205), 1, + STATE(162), 1, sym_tuple_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(426), 1, + STATE(428), 1, sym_expression, - STATE(569), 1, + STATE(581), 1, sym__tuple_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13333,73 +13400,148 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [947] = 29, - ACTIONS(13), 1, + [1049] = 29, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(31), 1, + ACTIONS(29), 1, anon_sym_for, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(61), 1, + ACTIONS(100), 1, anon_sym_RBRACK, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, + sym_tuple_start, + STATE(72), 1, + sym_for_intro, + STATE(318), 1, + sym_tuple_end, + STATE(400), 1, + sym_conditional, + STATE(428), 1, + sym_expression, + STATE(557), 1, + sym__tuple_elems, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [1153] = 29, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_for, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + ACTIONS(102), 1, + anon_sym_RBRACK, + STATE(6), 1, + sym_object_start, + STATE(7), 1, sym_tuple_start, STATE(58), 1, sym_for_intro, - STATE(312), 1, + STATE(305), 1, sym_tuple_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(426), 1, + STATE(428), 1, sym_expression, - STATE(573), 1, + STATE(595), 1, sym__tuple_elems, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13408,295 +13550,73 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1051] = 29, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(31), 1, - anon_sym_for, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - ACTIONS(63), 1, - anon_sym_RBRACK, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(55), 1, - sym_for_intro, - STATE(167), 1, - sym_tuple_end, - STATE(403), 1, - sym_conditional, - STATE(426), 1, - sym_expression, - STATE(596), 1, - sym__tuple_elems, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [1155] = 29, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(31), 1, - anon_sym_for, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - ACTIONS(65), 1, - anon_sym_RBRACK, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(53), 1, - sym_for_intro, - STATE(248), 1, - sym_tuple_end, - STATE(403), 1, - sym_conditional, - STATE(426), 1, - sym_expression, - STATE(599), 1, - sym__tuple_elems, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [1259] = 28, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(70), 1, - anon_sym_RBRACE, - ACTIONS(72), 1, - sym_identifier, - ACTIONS(75), 1, - anon_sym_LPAREN, - ACTIONS(78), 1, - aux_sym_numeric_lit_token1, - ACTIONS(81), 1, - aux_sym_numeric_lit_token2, - ACTIONS(87), 1, - sym_null_lit, - ACTIONS(90), 1, - anon_sym_COMMA, - ACTIONS(93), 1, - anon_sym_LBRACK, - ACTIONS(99), 1, - anon_sym_LT_LT, - ACTIONS(102), 1, - anon_sym_LT_LT_DASH, - ACTIONS(105), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(40), 1, - sym__comma, - STATE(403), 1, - sym_conditional, - STATE(500), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(84), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(96), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(14), 2, - sym_object_elem, - aux_sym__object_elems_repeat1, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [1361] = 28, - ACTIONS(13), 1, + [1257] = 29, + ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, - anon_sym_RBRACE, - ACTIONS(17), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(29), 1, + anon_sym_for, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + ACTIONS(104), 1, + anon_sym_RBRACK, + STATE(6), 1, sym_object_start, STATE(7), 1, - sym_object_elem, - STATE(10), 1, sym_tuple_start, - STATE(196), 1, - sym_object_end, - STATE(403), 1, + STATE(68), 1, + sym_for_intro, + STATE(277), 1, + sym_tuple_end, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(428), 1, sym_expression, - STATE(615), 1, - sym__object_elems, - STATE(647), 1, + STATE(622), 1, + sym__tuple_elems, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13705,69 +13625,140 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1462] = 27, - ACTIONS(13), 1, + [1361] = 27, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, + sym_quoted_template_start, + ACTIONS(106), 1, + anon_sym_RPAREN, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(273), 1, + sym__function_call_end, + STATE(400), 1, + sym_conditional, + STATE(412), 1, + sym_expression, + STATE(600), 1, + sym_function_arguments, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [1459] = 27, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(108), 1, anon_sym_RPAREN, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, STATE(191), 1, sym__function_call_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, STATE(412), 1, sym_expression, - STATE(585), 1, + STATE(621), 1, sym_function_arguments, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13776,69 +13767,69 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1560] = 27, - ACTIONS(13), 1, + [1557] = 27, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(110), 1, anon_sym_RPAREN, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(169), 1, + STATE(289), 1, sym__function_call_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, STATE(412), 1, sym_expression, - STATE(631), 1, + STATE(558), 1, sym_function_arguments, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13847,69 +13838,69 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1658] = 27, - ACTIONS(13), 1, + [1655] = 27, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(112), 1, anon_sym_RPAREN, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(286), 1, + STATE(332), 1, sym__function_call_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, STATE(412), 1, sym_expression, - STATE(576), 1, + STATE(583), 1, sym_function_arguments, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13918,69 +13909,69 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1756] = 27, - ACTIONS(13), 1, + [1753] = 27, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(114), 1, anon_sym_RPAREN, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(268), 1, + STATE(142), 1, sym__function_call_end, - STATE(403), 1, + STATE(400), 1, sym_conditional, STATE(412), 1, sym_expression, - STATE(597), 1, + STATE(594), 1, sym_function_arguments, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -13989,69 +13980,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1854] = 27, - ACTIONS(13), 1, + [1851] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, ACTIONS(116), 1, - anon_sym_RPAREN, - STATE(2), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(130), 1, + sym_strip_marker, + ACTIONS(132), 1, + sym_quoted_template_start, + ACTIONS(134), 1, + sym_template_interpolation_end, + STATE(4), 1, sym_object_start, - STATE(10), 1, + STATE(13), 1, sym_tuple_start, - STATE(302), 1, - sym__function_call_end, - STATE(403), 1, + STATE(508), 1, sym_conditional, - STATE(412), 1, + STATE(535), 1, sym_expression, - STATE(574), 1, - sym_function_arguments, STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14060,136 +14049,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [1952] = 26, - ACTIONS(13), 1, + [1946] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(132), 1, - sym_strip_marker, - ACTIONS(134), 1, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(136), 1, - sym_template_interpolation_end, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(532), 1, - sym_conditional, - STATE(538), 1, - sym_expression, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(220), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [2047] = 26, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - ACTIONS(53), 1, anon_sym_RBRACE, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(351), 1, + STATE(348), 1, sym_object_elem, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(521), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14198,67 +14118,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2142] = 26, - ACTIONS(13), 1, + [2041] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(116), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(118), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(120), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(122), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(126), 1, sym_null_lit, - ACTIONS(134), 1, + ACTIONS(132), 1, sym_quoted_template_start, ACTIONS(138), 1, sym_strip_marker, ACTIONS(140), 1, sym_template_interpolation_end, - STATE(5), 1, + STATE(4), 1, sym_object_start, - STATE(11), 1, + STATE(13), 1, sym_tuple_start, - STATE(532), 1, - sym_conditional, - STATE(541), 1, + STATE(494), 1, sym_expression, - STATE(649), 1, + STATE(508), 1, + sym_conditional, + STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(126), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(130), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(343), 2, + STATE(328), 2, sym_unary_operation, sym_binary_operation, - STATE(345), 2, + STATE(329), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(337), 3, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(220), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14267,67 +14187,136 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2237] = 26, - ACTIONS(13), 1, + [2136] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(134), 1, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + ACTIONS(94), 1, + anon_sym_RBRACE, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(348), 1, + sym_object_elem, + STATE(400), 1, + sym_conditional, + STATE(521), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [2231] = 26, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, sym_quoted_template_start, ACTIONS(142), 1, sym_strip_marker, ACTIONS(144), 1, sym_template_interpolation_end, - STATE(5), 1, + STATE(4), 1, sym_object_start, - STATE(11), 1, + STATE(13), 1, sym_tuple_start, - STATE(521), 1, - sym_expression, - STATE(532), 1, + STATE(508), 1, sym_conditional, - STATE(649), 1, + STATE(534), 1, + sym_expression, + STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(126), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(130), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(343), 2, + STATE(328), 2, sym_unary_operation, sym_binary_operation, - STATE(345), 2, + STATE(329), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(337), 3, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(220), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14336,136 +14325,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2332] = 26, - ACTIONS(13), 1, + [2326] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(116), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(118), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(120), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(122), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(126), 1, sym_null_lit, - ACTIONS(134), 1, + ACTIONS(132), 1, sym_quoted_template_start, ACTIONS(146), 1, sym_strip_marker, ACTIONS(148), 1, sym_template_interpolation_end, - STATE(5), 1, + STATE(4), 1, sym_object_start, - STATE(11), 1, + STATE(13), 1, sym_tuple_start, - STATE(532), 1, + STATE(508), 1, sym_conditional, - STATE(552), 1, - sym_expression, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(220), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [2427] = 26, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - ACTIONS(150), 1, - anon_sym_RBRACE, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(351), 1, - sym_object_elem, - STATE(403), 1, - sym_conditional, - STATE(500), 1, + STATE(526), 1, sym_expression, STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14474,67 +14394,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2522] = 26, - ACTIONS(13), 1, + [2421] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(116), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(118), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(120), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(122), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(126), 1, sym_null_lit, - ACTIONS(134), 1, + ACTIONS(132), 1, sym_quoted_template_start, + ACTIONS(150), 1, + sym_strip_marker, ACTIONS(152), 1, - sym_strip_marker, - ACTIONS(154), 1, sym_template_interpolation_end, - STATE(5), 1, + STATE(4), 1, sym_object_start, - STATE(11), 1, + STATE(13), 1, sym_tuple_start, - STATE(532), 1, + STATE(508), 1, sym_conditional, - STATE(549), 1, + STATE(544), 1, sym_expression, - STATE(649), 1, + STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(126), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(130), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(343), 2, + STATE(328), 2, sym_unary_operation, sym_binary_operation, - STATE(345), 2, + STATE(329), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(337), 3, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(220), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14543,67 +14463,67 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2617] = 26, - ACTIONS(13), 1, + [2516] = 26, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(118), 1, + ACTIONS(116), 1, sym_identifier, - ACTIONS(120), 1, + ACTIONS(118), 1, anon_sym_LPAREN, - ACTIONS(122), 1, + ACTIONS(120), 1, aux_sym_numeric_lit_token1, - ACTIONS(124), 1, + ACTIONS(122), 1, aux_sym_numeric_lit_token2, - ACTIONS(128), 1, + ACTIONS(126), 1, sym_null_lit, - ACTIONS(134), 1, + ACTIONS(132), 1, sym_quoted_template_start, - ACTIONS(156), 1, + ACTIONS(154), 1, sym_strip_marker, - ACTIONS(158), 1, + ACTIONS(156), 1, sym_template_interpolation_end, - STATE(5), 1, + STATE(4), 1, sym_object_start, - STATE(11), 1, + STATE(13), 1, sym_tuple_start, - STATE(523), 1, - sym_expression, - STATE(532), 1, + STATE(508), 1, sym_conditional, - STATE(649), 1, + STATE(536), 1, + sym_expression, + STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(126), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(130), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(343), 2, + STATE(328), 2, sym_unary_operation, sym_binary_operation, - STATE(345), 2, + STATE(329), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(337), 3, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(220), 8, + STATE(215), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14612,21 +14532,378 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [2712] = 6, + [2611] = 9, + ACTIONS(166), 1, + anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(144), 2, + ACTIONS(162), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(164), 2, + STATE(170), 2, sym_attr_splat, sym_full_splat, - STATE(166), 3, + STATE(167), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(162), 12, + ACTIONS(160), 11, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_BANG, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + ACTIONS(158), 16, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [2671] = 25, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + ACTIONS(168), 1, + anon_sym_RBRACK, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(418), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [2763] = 13, + ACTIONS(166), 1, + anon_sym_SLASH, + ACTIONS(176), 1, + anon_sym_AMP_AMP, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(162), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(170), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(172), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(174), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(170), 2, + sym_attr_splat, + sym_full_splat, + STATE(167), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 9, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_BANG, + anon_sym_LT_LT, + ACTIONS(158), 11, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [2831] = 25, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + ACTIONS(178), 1, + anon_sym_RPAREN, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(418), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [2923] = 25, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(348), 1, + sym_object_elem, + STATE(400), 1, + sym_conditional, + STATE(521), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [3015] = 8, + ACTIONS(166), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(170), 2, + sym_attr_splat, + sym_full_splat, + STATE(167), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 11, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_BANG, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + ACTIONS(158), 18, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [3073] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(170), 2, + sym_attr_splat, + sym_full_splat, + STATE(167), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -14639,7 +14916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(160), 20, + ACTIONS(158), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -14660,117 +14937,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [2766] = 25, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - ACTIONS(164), 1, - anon_sym_RPAREN, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(434), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [2858] = 18, - ACTIONS(170), 1, - anon_sym_LBRACK, - ACTIONS(172), 1, - anon_sym_DOT, - ACTIONS(174), 1, - anon_sym_DOT_STAR, - ACTIONS(176), 1, - anon_sym_LBRACK_STAR_RBRACK, - ACTIONS(182), 1, + [3127] = 18, + ACTIONS(166), 1, anon_sym_SLASH, - ACTIONS(190), 1, + ACTIONS(176), 1, anon_sym_AMP_AMP, + ACTIONS(184), 1, + anon_sym_LBRACK, + ACTIONS(186), 1, + anon_sym_DOT, + ACTIONS(188), 1, + anon_sym_DOT_STAR, + ACTIONS(190), 1, + anon_sym_LBRACK_STAR_RBRACK, ACTIONS(192), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(178), 2, + ACTIONS(162), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(180), 2, + ACTIONS(164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(184), 2, + ACTIONS(170), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(186), 2, + ACTIONS(172), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(188), 2, + ACTIONS(174), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - STATE(144), 2, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(164), 2, + STATE(170), 2, sym_attr_splat, sym_full_splat, - STATE(166), 3, + STATE(167), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(168), 7, + ACTIONS(182), 7, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -14778,7 +14988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_null_lit, anon_sym_BANG, anon_sym_LT_LT, - ACTIONS(166), 8, + ACTIONS(180), 8, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -14787,65 +14997,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_QMARK, anon_sym_LT_LT_DASH, - [2936] = 25, - ACTIONS(13), 1, + [3205] = 25, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, ACTIONS(194), 1, anon_sym_RPAREN, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(434), 1, + STATE(418), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -14854,184 +15064,35 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [3028] = 8, - ACTIONS(182), 1, + [3297] = 11, + ACTIONS(166), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(180), 2, + ACTIONS(162), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(164), 2, anon_sym_STAR, anon_sym_PERCENT, - STATE(144), 2, + ACTIONS(170), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(172), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(164), 2, + STATE(170), 2, sym_attr_splat, sym_full_splat, - STATE(166), 3, + STATE(167), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(198), 11, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - ACTIONS(196), 18, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [3086] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(164), 2, - sym_attr_splat, - sym_full_splat, - STATE(166), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 12, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - ACTIONS(196), 20, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [3140] = 9, - ACTIONS(182), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(178), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(180), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(164), 2, - sym_attr_splat, - sym_full_splat, - STATE(166), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 11, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - ACTIONS(196), 16, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [3200] = 11, - ACTIONS(182), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(178), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(180), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(184), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(186), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(164), 2, - sym_attr_splat, - sym_full_splat, - STATE(166), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 9, + ACTIONS(160), 9, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -15041,7 +15102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_BANG, anon_sym_LT_LT, - ACTIONS(196), 14, + ACTIONS(158), 14, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -15056,174 +15117,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [3264] = 12, - ACTIONS(182), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(178), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(180), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(184), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(186), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(188), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(164), 2, - sym_attr_splat, - sym_full_splat, - STATE(166), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 9, + [3361] = 25, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_LT_LT, - ACTIONS(196), 12, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [3330] = 13, - ACTIONS(182), 1, - anon_sym_SLASH, - ACTIONS(190), 1, - anon_sym_AMP_AMP, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(178), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(180), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(184), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(186), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(188), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(164), 2, - sym_attr_splat, - sym_full_splat, - STATE(166), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 9, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_LT_LT, - ACTIONS(196), 11, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [3398] = 25, - ACTIONS(13), 1, - anon_sym_LBRACE, ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - ACTIONS(200), 1, + ACTIONS(196), 1, anon_sym_RBRACK, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(434), 1, + STATE(418), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -15232,65 +15184,165 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [3490] = 25, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, + [3453] = 12, + ACTIONS(166), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(162), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(170), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(172), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(174), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(170), 2, + sym_attr_splat, + sym_full_splat, + STATE(167), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 9, sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + anon_sym_true, + anon_sym_false, sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + anon_sym_DOT, + anon_sym_BANG, anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(158), 12, sym_quoted_template_start, - STATE(2), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [3519] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(170), 2, + sym_attr_splat, + sym_full_splat, + STATE(167), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(200), 12, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_BANG, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + ACTIONS(198), 20, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [3573] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(351), 1, - sym_object_elem, - STATE(403), 1, + STATE(400), 1, sym_conditional, - STATE(500), 1, + STATE(569), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -15299,1300 +15351,128 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [3582] = 25, - ACTIONS(13), 1, + [3662] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(418), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [3751] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, ACTIONS(202), 1, - anon_sym_RBRACK, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(434), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [3674] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(520), 1, - sym_expression, - STATE(532), 1, - sym_conditional, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(220), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [3763] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(632), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [3852] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(402), 1, - sym_expression, - STATE(403), 1, - sym_conditional, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [3941] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(578), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4030] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(617), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4119] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, ACTIONS(204), 1, - sym_identifier, + anon_sym_LPAREN, ACTIONS(206), 1, - anon_sym_LPAREN, + aux_sym_numeric_lit_token1, ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, aux_sym_numeric_lit_token2, - ACTIONS(214), 1, + ACTIONS(212), 1, sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(534), 1, - sym_conditional, - STATE(545), 1, - sym_expression, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(222), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4208] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(408), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4297] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(557), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4386] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(600), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4475] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(427), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4564] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(417), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4653] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(430), 1, - sym_conditional, - STATE(432), 1, - sym_expression, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4742] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(407), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4831] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(420), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [4920] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(522), 1, - sym_expression, - STATE(534), 1, - sym_conditional, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(222), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5009] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(415), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5098] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(424), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5187] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(613), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5276] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, + ACTIONS(216), 1, sym_quoted_template_start, STATE(3), 1, sym_object_start, - STATE(12), 1, + STATE(11), 1, sym_tuple_start, STATE(346), 1, sym_expression, STATE(347), 1, sym_conditional, - STATE(658), 1, + STATE(670), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(244), 2, + ACTIONS(210), 2, anon_sym_true, anon_sym_false, - ACTIONS(248), 2, + ACTIONS(214), 2, anon_sym_DASH, anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, + STATE(144), 2, sym_quoted_template, sym_heredoc_template, - STATE(153), 3, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(31), 8, + STATE(35), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -16601,388 +15481,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [5365] = 24, - ACTIONS(13), 1, + [3840] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, ACTIONS(17), 1, - sym_identifier, + anon_sym_LPAREN, ACTIONS(19), 1, - anon_sym_LPAREN, + aux_sym_numeric_lit_token1, ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(586), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5454] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(587), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5543] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(618), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5632] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(620), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5721] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(505), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5810] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, sym_quoted_template_start, STATE(6), 1, sym_object_start, - STATE(9), 1, + STATE(7), 1, sym_tuple_start, - STATE(534), 1, + STATE(400), 1, sym_conditional, - STATE(556), 1, + STATE(589), 1, sym_expression, - STATE(672), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(212), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(216), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(333), 2, + STATE(201), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(344), 3, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(222), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -16991,193 +15546,128 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [5899] = 24, - ACTIONS(13), 1, + [3929] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(413), 1, - sym_expression, - STATE(430), 1, - sym_conditional, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(180), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [5988] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(570), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4018] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(595), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6077] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, STATE(12), 1, sym_tuple_start, - STATE(347), 1, - sym_conditional, - STATE(348), 1, + STATE(525), 1, sym_expression, - STATE(658), 1, + STATE(550), 1, + sym_conditional, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(244), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(248), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(153), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(31), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17186,63 +15676,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [6166] = 24, - ACTIONS(13), 1, + [4107] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(5), 1, sym_object_start, - STATE(10), 1, + STATE(14), 1, sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(628), 1, + STATE(407), 1, sym_expression, - STATE(647), 1, + STATE(429), 1, + sym_conditional, + STATE(667), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(242), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(246), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, + STATE(255), 2, sym_tuple, sym_object, - STATE(197), 2, + STATE(256), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(201), 2, + STATE(257), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(258), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(249), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(182), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17251,128 +15741,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [6255] = 24, - ACTIONS(13), 1, + [4196] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(206), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(208), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(210), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(214), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(218), 1, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, STATE(6), 1, sym_object_start, - STATE(9), 1, + STATE(7), 1, sym_tuple_start, - STATE(534), 1, - sym_conditional, - STATE(540), 1, - sym_expression, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(222), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6344] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, + STATE(400), 1, sym_conditional, STATE(568), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17381,388 +15806,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [6433] = 24, - ACTIONS(13), 1, + [4285] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, ACTIONS(17), 1, - sym_identifier, + anon_sym_LPAREN, ACTIONS(19), 1, - anon_sym_LPAREN, + aux_sym_numeric_lit_token1, ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(565), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6522] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(562), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6611] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(566), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6700] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, sym_quoted_template_start, STATE(6), 1, sym_object_start, - STATE(9), 1, + STATE(7), 1, sym_tuple_start, - STATE(514), 1, - sym_expression, - STATE(534), 1, + STATE(400), 1, sym_conditional, - STATE(672), 1, + STATE(561), 1, + sym_expression, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(212), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(216), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(222), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6789] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(434), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(136), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [6878] = 24, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(602), 1, - sym_expression, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17771,47 +15871,47 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [6967] = 24, - ACTIONS(13), 1, + [4374] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, sym_quoted_template_start, - STATE(4), 1, + STATE(5), 1, sym_object_start, - STATE(13), 1, + STATE(14), 1, sym_tuple_start, - STATE(430), 1, - sym_conditional, - STATE(433), 1, + STATE(410), 1, sym_expression, + STATE(429), 1, + sym_conditional, STATE(667), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(228), 2, + ACTIONS(242), 2, anon_sym_true, anon_sym_false, - ACTIONS(232), 2, + ACTIONS(246), 2, anon_sym_DASH, anon_sym_BANG, - STATE(254), 2, + STATE(255), 2, sym_tuple, sym_object, STATE(256), 2, @@ -17823,11 +15923,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(258), 2, sym_quoted_template, sym_heredoc_template, - STATE(253), 3, + STATE(249), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(180), 8, + STATE(182), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17836,63 +15936,973 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7056] = 24, - ACTIONS(13), 1, + [4463] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(563), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4552] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(599), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4641] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(415), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4730] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, + STATE(538), 1, + sym_expression, + STATE(550), 1, + sym_conditional, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(233), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4819] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(620), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4908] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(619), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [4997] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(508), 1, + sym_conditional, + STATE(545), 1, + sym_expression, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(215), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5086] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(420), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5175] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(624), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5264] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(345), 1, + sym_expression, + STATE(347), 1, + sym_conditional, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(35), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5353] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(628), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5442] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(629), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5531] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(413), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5620] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(540), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5709] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, sym_conditional, STATE(592), 1, sym_expression, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17901,63 +16911,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7145] = 24, - ACTIONS(13), 1, + [5798] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(206), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(208), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(210), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(214), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(218), 1, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, STATE(6), 1, sym_object_start, - STATE(9), 1, + STATE(7), 1, sym_tuple_start, - STATE(506), 1, - sym_expression, - STATE(534), 1, + STATE(400), 1, sym_conditional, - STATE(672), 1, + STATE(598), 1, + sym_expression, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(212), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(216), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(333), 2, + STATE(201), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(344), 3, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(222), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -17966,47 +16976,112 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7234] = 24, - ACTIONS(13), 1, + [5887] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(222), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(224), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(226), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(230), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(234), 1, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(4), 1, + STATE(6), 1, sym_object_start, - STATE(13), 1, + STATE(7), 1, sym_tuple_start, - STATE(425), 1, + STATE(400), 1, + sym_conditional, + STATE(556), 1, sym_expression, - STATE(430), 1, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [5976] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(421), 1, + sym_expression, + STATE(429), 1, sym_conditional, STATE(667), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(228), 2, + ACTIONS(242), 2, anon_sym_true, anon_sym_false, - ACTIONS(232), 2, + ACTIONS(246), 2, anon_sym_DASH, anon_sym_BANG, - STATE(254), 2, + STATE(255), 2, sym_tuple, sym_object, STATE(256), 2, @@ -18018,11 +17093,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(258), 2, sym_quoted_template, sym_heredoc_template, - STATE(253), 3, + STATE(249), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(180), 8, + STATE(182), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18031,63 +17106,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7323] = 24, - ACTIONS(13), 1, + [6065] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(593), 1, + STATE(512), 1, sym_expression, - STATE(647), 1, + STATE(550), 1, + sym_conditional, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18096,63 +17171,258 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7412] = 24, - ACTIONS(13), 1, + [6154] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(204), 1, + ACTIONS(234), 1, sym_identifier, - ACTIONS(206), 1, + ACTIONS(236), 1, anon_sym_LPAREN, - ACTIONS(208), 1, + ACTIONS(238), 1, aux_sym_numeric_lit_token1, - ACTIONS(210), 1, + ACTIONS(240), 1, aux_sym_numeric_lit_token2, - ACTIONS(214), 1, + ACTIONS(244), 1, sym_null_lit, - ACTIONS(218), 1, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(429), 1, + sym_conditional, + STATE(434), 1, + sym_expression, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6243] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(419), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6332] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(426), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6421] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, sym_quoted_template_start, STATE(6), 1, sym_object_start, - STATE(9), 1, + STATE(7), 1, sym_tuple_start, - STATE(504), 1, - sym_expression, - STATE(534), 1, + STATE(400), 1, sym_conditional, - STATE(672), 1, + STATE(401), 1, + sym_expression, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(212), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(216), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(333), 2, + STATE(201), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(344), 3, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(222), 8, + STATE(128), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18161,63 +17431,128 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7501] = 24, - ACTIONS(13), 1, + [6510] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(613), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6599] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(464), 1, + STATE(527), 1, sym_expression, - STATE(647), 1, + STATE(550), 1, + sym_conditional, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18226,63 +17561,388 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7590] = 24, - ACTIONS(13), 1, + [6688] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(429), 1, + sym_conditional, + STATE(431), 1, + sym_expression, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6777] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(608), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6866] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(616), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [6955] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(609), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7044] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(607), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7133] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(627), 1, + STATE(493), 1, sym_expression, - STATE(647), 1, + STATE(550), 1, + sym_conditional, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18291,63 +17951,193 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7679] = 24, - ACTIONS(13), 1, + [7222] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(593), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7311] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(411), 1, + sym_expression, + STATE(429), 1, + sym_conditional, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(182), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7400] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, - sym_conditional, - STATE(623), 1, + STATE(519), 1, sym_expression, - STATE(647), 1, + STATE(550), 1, + sym_conditional, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18356,63 +18146,63 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7768] = 24, - ACTIONS(13), 1, + [7489] = 24, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, sym_quoted_template_start, STATE(2), 1, sym_object_start, - STATE(10), 1, + STATE(12), 1, sym_tuple_start, - STATE(403), 1, + STATE(550), 1, sym_conditional, - STATE(603), 1, + STATE(551), 1, sym_expression, - STATE(647), 1, + STATE(665), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(226), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(230), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(288), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, - STATE(136), 8, + STATE(233), 8, sym__expr_term, sym_literal_value, sym_collection_value, @@ -18421,22 +18211,152 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [7857] = 7, - ACTIONS(170), 1, + [7578] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(172), 1, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(438), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7667] = 24, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(400), 1, + sym_conditional, + STATE(575), 1, + sym_expression, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(128), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [7756] = 7, + ACTIONS(184), 1, + anon_sym_LBRACK, + ACTIONS(186), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(144), 2, + STATE(168), 2, sym_new_index, sym_legacy_index, STATE(90), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(254), 10, + ACTIONS(252), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -18447,7 +18367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(252), 20, + ACTIONS(250), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -18468,22 +18388,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [7911] = 7, - ACTIONS(170), 1, + [7810] = 7, + ACTIONS(184), 1, anon_sym_LBRACK, - ACTIONS(172), 1, + ACTIONS(186), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(144), 2, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(93), 3, + STATE(90), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(258), 10, + ACTIONS(256), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -18494,7 +18414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(256), 20, + ACTIONS(254), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -18515,22 +18435,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [7965] = 7, - ACTIONS(170), 1, + [7864] = 7, + ACTIONS(262), 1, anon_sym_LBRACK, - ACTIONS(172), 1, + ACTIONS(265), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(144), 2, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(92), 3, + STATE(90), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(262), 10, + ACTIONS(260), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -18541,7 +18461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(260), 20, + ACTIONS(258), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -18562,65 +18482,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [8019] = 7, - ACTIONS(170), 1, + [7918] = 7, + ACTIONS(184), 1, anon_sym_LBRACK, - ACTIONS(172), 1, + ACTIONS(186), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(144), 2, + STATE(168), 2, sym_new_index, sym_legacy_index, - STATE(93), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(266), 10, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_BANG, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - ACTIONS(264), 20, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [8073] = 7, - ACTIONS(272), 1, - anon_sym_LBRACK, - ACTIONS(275), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(144), 2, - sym_new_index, - sym_legacy_index, - STATE(93), 3, + STATE(88), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, @@ -18656,104 +18529,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [8127] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, + [7972] = 7, + ACTIONS(184), 1, anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, + ACTIONS(186), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(126), 2, + STATE(168), 2, + sym_new_index, + sym_legacy_index, + STATE(89), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(274), 10, + sym_identifier, + aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(229), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8210] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, sym_null_lit, - ACTIONS(234), 1, + anon_sym_BANG, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + ACTIONS(272), 20, sym_quoted_template_start, - STATE(4), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [8026] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, sym_object_start, - STATE(13), 1, + STATE(14), 1, sym_tuple_start, STATE(667), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(228), 2, + ACTIONS(242), 2, anon_sym_true, anon_sym_false, - ACTIONS(232), 2, + ACTIONS(246), 2, anon_sym_DASH, anon_sym_BANG, - STATE(254), 2, + STATE(255), 2, sym_tuple, sym_object, STATE(256), 2, @@ -18765,1349 +18624,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(258), 2, sym_quoted_template, sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(176), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8293] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(230), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8376] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(233), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8459] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(216), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8542] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(218), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8625] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(235), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8708] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(226), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8791] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(227), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8874] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(225), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [8957] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(232), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9040] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(221), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9123] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(228), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9206] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(38), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9289] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(206), 1, - anon_sym_LPAREN, - ACTIONS(208), 1, - aux_sym_numeric_lit_token1, - ACTIONS(210), 1, - aux_sym_numeric_lit_token2, - ACTIONS(214), 1, - sym_null_lit, - ACTIONS(218), 1, - sym_quoted_template_start, - STATE(6), 1, - sym_object_start, - STATE(9), 1, - sym_tuple_start, - STATE(672), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(212), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(216), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(282), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(300), 2, - sym_tuple, - sym_object, - STATE(321), 2, - sym_unary_operation, - sym_binary_operation, - STATE(333), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(344), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(236), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9372] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(37), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9455] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(36), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9538] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(35), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9621] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(34), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9704] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(182), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9787] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(29), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9870] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(183), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [9953] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(177), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10036] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, + STATE(249), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20120,360 +18637,55 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10119] = 22, - ACTIONS(13), 1, + [8109] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(179), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10202] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(220), 1, - sym_identifier, - ACTIONS(222), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - aux_sym_numeric_lit_token1, - ACTIONS(226), 1, - aux_sym_numeric_lit_token2, - ACTIONS(230), 1, - sym_null_lit, - ACTIONS(234), 1, - sym_quoted_template_start, - STATE(4), 1, - sym_object_start, - STATE(13), 1, - sym_tuple_start, - STATE(667), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(228), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(232), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(254), 2, - sym_tuple, - sym_object, - STATE(256), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(257), 2, - sym_unary_operation, - sym_binary_operation, - STATE(258), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(253), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(178), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10285] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(118), 1, - sym_identifier, - ACTIONS(120), 1, - anon_sym_LPAREN, - ACTIONS(122), 1, - aux_sym_numeric_lit_token1, - ACTIONS(124), 1, - aux_sym_numeric_lit_token2, - ACTIONS(128), 1, - sym_null_lit, - ACTIONS(134), 1, - sym_quoted_template_start, - STATE(5), 1, - sym_object_start, - STATE(11), 1, - sym_tuple_start, - STATE(649), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(126), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(130), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(336), 2, - sym_tuple, - sym_object, - STATE(341), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(343), 2, - sym_unary_operation, - sym_binary_operation, - STATE(345), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(337), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(231), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10368] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(236), 1, - sym_identifier, - ACTIONS(238), 1, - anon_sym_LPAREN, - ACTIONS(240), 1, - aux_sym_numeric_lit_token1, - ACTIONS(242), 1, - aux_sym_numeric_lit_token2, - ACTIONS(246), 1, - sym_null_lit, - ACTIONS(250), 1, - sym_quoted_template_start, - STATE(3), 1, - sym_object_start, - STATE(12), 1, - sym_tuple_start, - STATE(658), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(244), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(248), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(154), 2, - sym_tuple, - sym_object, - STATE(158), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(160), 2, - sym_unary_operation, - sym_binary_operation, - STATE(162), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(153), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(33), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10451] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, - sym_quoted_template, - sym_heredoc_template, - STATE(192), 3, - sym_numeric_lit, - sym_bool_lit, - sym_string_lit, - STATE(132), 8, - sym__expr_term, - sym_literal_value, - sym_collection_value, - sym_for_expr, - sym_variable_expr, - sym_function_call, - sym_operation, - sym_template_expr, - [10534] = 22, - ACTIONS(13), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, - ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LT_LT, - ACTIONS(37), 1, - anon_sym_LT_LT_DASH, - ACTIONS(39), 1, - sym_quoted_template_start, - STATE(2), 1, - sym_object_start, - STATE(10), 1, - sym_tuple_start, - STATE(647), 1, - sym_heredoc_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(25), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(33), 2, - anon_sym_DASH, - anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, + STATE(201), 2, sym_for_tuple_expr, sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20486,55 +18698,421 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10617] = 22, - ACTIONS(13), 1, + [8192] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, - sym_identifier, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(21), 1, - aux_sym_numeric_lit_token1, - ACTIONS(23), 1, - aux_sym_numeric_lit_token2, ACTIONS(27), 1, - sym_null_lit, - ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(3), 1, sym_object_start, - STATE(10), 1, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(30), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8275] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, sym_tuple_start, STATE(647), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(124), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(128), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, - sym_unary_operation, - sym_binary_operation, - STATE(204), 2, + STATE(327), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(231), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8358] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(220), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8441] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(37), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8524] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(28), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8607] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(228), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8690] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20547,55 +19125,55 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10700] = 22, - ACTIONS(13), 1, + [8773] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20608,55 +19186,116 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10783] = 22, - ACTIONS(13), 1, + [8856] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(132), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [8939] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(15), 1, + sym_identifier, + ACTIONS(17), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + aux_sym_numeric_lit_token1, + ACTIONS(21), 1, + aux_sym_numeric_lit_token2, + ACTIONS(25), 1, + sym_null_lit, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(37), 1, + sym_quoted_template_start, + STATE(6), 1, + sym_object_start, + STATE(7), 1, + sym_tuple_start, + STATE(666), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(23), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(31), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(196), 2, + sym_unary_operation, + sym_binary_operation, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20669,55 +19308,55 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10866] = 22, - ACTIONS(13), 1, + [9022] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20730,55 +19369,55 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [10949] = 22, - ACTIONS(13), 1, + [9105] = 22, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(15), 1, sym_identifier, - ACTIONS(19), 1, + ACTIONS(17), 1, anon_sym_LPAREN, - ACTIONS(21), 1, + ACTIONS(19), 1, aux_sym_numeric_lit_token1, - ACTIONS(23), 1, + ACTIONS(21), 1, aux_sym_numeric_lit_token2, - ACTIONS(27), 1, + ACTIONS(25), 1, sym_null_lit, - ACTIONS(29), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(33), 1, anon_sym_LT_LT, - ACTIONS(37), 1, + ACTIONS(35), 1, anon_sym_LT_LT_DASH, - ACTIONS(39), 1, + ACTIONS(37), 1, sym_quoted_template_start, - STATE(2), 1, + STATE(6), 1, sym_object_start, - STATE(10), 1, + STATE(7), 1, sym_tuple_start, - STATE(647), 1, + STATE(666), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(25), 2, + ACTIONS(23), 2, anon_sym_true, anon_sym_false, - ACTIONS(33), 2, + ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, - STATE(193), 2, - sym_tuple, - sym_object, - STATE(197), 2, - sym_for_tuple_expr, - sym_for_object_expr, - STATE(201), 2, + STATE(196), 2, sym_unary_operation, sym_binary_operation, - STATE(204), 2, + STATE(201), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(208), 2, sym_quoted_template, sym_heredoc_template, - STATE(192), 3, + STATE(214), 2, + sym_tuple, + sym_object, + STATE(213), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, @@ -20791,383 +19430,1333 @@ static const uint16_t ts_small_parse_table[] = { sym_function_call, sym_operation, sym_template_expr, - [11032] = 13, + [9188] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(227), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9271] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(226), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9354] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(234), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9437] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(223), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9520] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(232), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9603] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(216), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9686] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(235), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9769] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(218), 1, + sym_identifier, + ACTIONS(220), 1, + anon_sym_LPAREN, + ACTIONS(222), 1, + aux_sym_numeric_lit_token1, + ACTIONS(224), 1, + aux_sym_numeric_lit_token2, + ACTIONS(228), 1, + sym_null_lit, + ACTIONS(232), 1, + sym_quoted_template_start, + STATE(2), 1, + sym_object_start, + STATE(12), 1, + sym_tuple_start, + STATE(665), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(226), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(230), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(288), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(294), 2, + sym_unary_operation, + sym_binary_operation, + STATE(304), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(306), 2, + sym_tuple, + sym_object, + STATE(308), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(229), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9852] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(225), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [9935] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(176), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10018] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(224), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10101] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(116), 1, + sym_identifier, + ACTIONS(118), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + aux_sym_numeric_lit_token1, + ACTIONS(122), 1, + aux_sym_numeric_lit_token2, + ACTIONS(126), 1, + sym_null_lit, + ACTIONS(132), 1, + sym_quoted_template_start, + STATE(4), 1, + sym_object_start, + STATE(13), 1, + sym_tuple_start, + STATE(647), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(124), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(128), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(327), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(328), 2, + sym_unary_operation, + sym_binary_operation, + STATE(329), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(330), 2, + sym_tuple, + sym_object, + STATE(333), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(222), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10184] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(34), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10267] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(33), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10350] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(40), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10433] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(180), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10516] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(175), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10599] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(202), 1, + sym_identifier, + ACTIONS(204), 1, + anon_sym_LPAREN, + ACTIONS(206), 1, + aux_sym_numeric_lit_token1, + ACTIONS(208), 1, + aux_sym_numeric_lit_token2, + ACTIONS(212), 1, + sym_null_lit, + ACTIONS(216), 1, + sym_quoted_template_start, + STATE(3), 1, + sym_object_start, + STATE(11), 1, + sym_tuple_start, + STATE(670), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(210), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(214), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(144), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(145), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(146), 2, + sym_tuple, + sym_object, + STATE(164), 2, + sym_unary_operation, + sym_binary_operation, + STATE(148), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(39), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10682] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(179), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10765] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(178), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10848] = 22, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LT_LT, + ACTIONS(35), 1, + anon_sym_LT_LT_DASH, + ACTIONS(234), 1, + sym_identifier, + ACTIONS(236), 1, + anon_sym_LPAREN, + ACTIONS(238), 1, + aux_sym_numeric_lit_token1, + ACTIONS(240), 1, + aux_sym_numeric_lit_token2, + ACTIONS(244), 1, + sym_null_lit, + ACTIONS(248), 1, + sym_quoted_template_start, + STATE(5), 1, + sym_object_start, + STATE(14), 1, + sym_tuple_start, + STATE(667), 1, + sym_heredoc_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(242), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(246), 2, + anon_sym_DASH, + anon_sym_BANG, + STATE(255), 2, + sym_tuple, + sym_object, + STATE(256), 2, + sym_for_tuple_expr, + sym_for_object_expr, + STATE(257), 2, + sym_unary_operation, + sym_binary_operation, + STATE(258), 2, + sym_quoted_template, + sym_heredoc_template, + STATE(249), 3, + sym_numeric_lit, + sym_bool_lit, + sym_string_lit, + STATE(177), 8, + sym__expr_term, + sym_literal_value, + sym_collection_value, + sym_for_expr, + sym_variable_expr, + sym_function_call, + sym_operation, + sym_template_expr, + [10931] = 18, + ACTIONS(182), 1, + anon_sym_EQ, + ACTIONS(276), 1, + anon_sym_LBRACK, + ACTIONS(278), 1, + anon_sym_DOT, + ACTIONS(280), 1, + anon_sym_DOT_STAR, ACTIONS(282), 1, - anon_sym_SLASH, - ACTIONS(290), 1, - anon_sym_AMP_AMP, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(278), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(280), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(284), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(286), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(288), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - ACTIONS(198), 3, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 13, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_PIPE_PIPE, - [11096] = 12, - ACTIONS(282), 1, + ACTIONS(288), 1, anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(278), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(280), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(284), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(286), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(288), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - ACTIONS(198), 3, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 14, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11158] = 11, - ACTIONS(282), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(278), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(280), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(284), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(286), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - ACTIONS(198), 3, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 16, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11218] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(162), 6, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(160), 22, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11268] = 9, - ACTIONS(282), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(278), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(280), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 5, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 18, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11324] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 6, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 22, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11374] = 8, - ACTIONS(282), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(280), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, - sym_attr_splat, - sym_full_splat, - STATE(211), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 5, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 20, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11428] = 18, - ACTIONS(168), 1, - anon_sym_EQ, - ACTIONS(282), 1, - anon_sym_SLASH, - ACTIONS(290), 1, - anon_sym_AMP_AMP, - ACTIONS(292), 1, - anon_sym_LBRACK, - ACTIONS(294), 1, - anon_sym_DOT, ACTIONS(296), 1, - anon_sym_DOT_STAR, + anon_sym_AMP_AMP, ACTIONS(298), 1, - anon_sym_LBRACK_STAR_RBRACK, - ACTIONS(300), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(278), 2, + ACTIONS(284), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(280), 2, + ACTIONS(286), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(284), 2, + ACTIONS(290), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(286), 2, + ACTIONS(292), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(288), 2, + ACTIONS(294), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(215), 2, + STATE(183), 2, sym_attr_splat, sym_full_splat, - STATE(211), 3, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(203), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(166), 10, + ACTIONS(180), 10, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -21178,27 +20767,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, - [11502] = 7, - ACTIONS(292), 1, + [11005] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(200), 6, + anon_sym_EQ, anon_sym_LBRACK, - ACTIONS(294), 1, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(198), 22, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11055] = 13, + ACTIONS(288), 1, + anon_sym_SLASH, + ACTIONS(296), 1, + anon_sym_AMP_AMP, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(284), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(286), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(290), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(292), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(294), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(160), 3, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 13, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + [11119] = 12, + ACTIONS(288), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(284), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(286), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(290), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(292), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(294), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(160), 3, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 14, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11181] = 11, + ACTIONS(288), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(284), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(286), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(290), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(292), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(160), 3, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 16, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11241] = 9, + ACTIONS(288), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(284), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(286), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 5, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 18, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11297] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 6, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 22, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11347] = 8, + ACTIONS(288), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(286), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(183), 2, + sym_attr_splat, + sym_full_splat, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(203), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 5, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 20, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11401] = 7, + ACTIONS(276), 1, + anon_sym_LBRACK, + ACTIONS(278), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(199), 2, + STATE(202), 2, sym_new_index, sym_legacy_index, STATE(139), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(254), 4, + ACTIONS(256), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(252), 22, + ACTIONS(254), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -21221,188 +21141,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [11552] = 7, - ACTIONS(292), 1, + [11451] = 7, + ACTIONS(276), 1, anon_sym_LBRACK, - ACTIONS(294), 1, + ACTIONS(278), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(199), 2, + STATE(202), 2, sym_new_index, sym_legacy_index, - STATE(140), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(262), 4, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(260), 22, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11602] = 7, - ACTIONS(292), 1, - anon_sym_LBRACK, - ACTIONS(294), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(142), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(258), 4, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(256), 22, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11652] = 7, - ACTIONS(292), 1, - anon_sym_LBRACK, - ACTIONS(294), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(142), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(266), 4, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(264), 22, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_EQ_GT, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [11702] = 5, - ACTIONS(306), 1, - anon_sym_LPAREN, - STATE(17), 1, - sym__function_call_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(304), 12, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_BANG, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - ACTIONS(302), 19, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - [11748] = 7, - ACTIONS(308), 1, - anon_sym_LBRACK, - ACTIONS(311), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(199), 2, - sym_new_index, - sym_legacy_index, - STATE(142), 3, + STATE(138), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, @@ -21434,11 +21184,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [11798] = 3, + [11501] = 7, + ACTIONS(276), 1, + anon_sym_LBRACK, + ACTIONS(278), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(316), 12, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(139), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(252), 4, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(250), 22, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11551] = 7, + ACTIONS(300), 1, + anon_sym_LBRACK, + ACTIONS(303), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(139), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(260), 4, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(258), 22, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11601] = 7, + ACTIONS(276), 1, + anon_sym_LBRACK, + ACTIONS(278), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(202), 2, + sym_new_index, + sym_legacy_index, + STATE(136), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(274), 4, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(272), 22, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_EQ_GT, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [11651] = 5, + ACTIONS(310), 1, + anon_sym_LPAREN, + STATE(19), 1, + sym__function_call_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(308), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21451,7 +21334,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(314), 20, + ACTIONS(306), 19, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + [11697] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(314), 12, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_BANG, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + ACTIONS(312), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21472,11 +21392,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [11839] = 3, + [11738] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(320), 12, + ACTIONS(318), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21489,7 +21409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(318), 20, + ACTIONS(316), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21510,11 +21430,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [11880] = 3, + [11779] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(324), 12, + ACTIONS(322), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21527,7 +21447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(322), 20, + ACTIONS(320), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21548,11 +21468,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [11921] = 3, + [11820] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(328), 12, + ACTIONS(326), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21565,7 +21485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(326), 20, + ACTIONS(324), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21586,11 +21506,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [11962] = 3, + [11861] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(332), 12, + ACTIONS(330), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21603,7 +21523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(330), 20, + ACTIONS(328), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21624,11 +21544,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12003] = 3, + [11902] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(336), 12, + ACTIONS(334), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21641,7 +21561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(334), 20, + ACTIONS(332), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21662,11 +21582,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12044] = 3, + [11943] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(340), 12, + ACTIONS(338), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21679,7 +21599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(338), 20, + ACTIONS(336), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21700,11 +21620,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12085] = 3, + [11984] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(344), 12, + ACTIONS(342), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21717,7 +21637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(342), 20, + ACTIONS(340), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21738,11 +21658,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12126] = 3, + [12025] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(348), 12, + ACTIONS(346), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21755,7 +21675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(346), 20, + ACTIONS(344), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21776,11 +21696,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12167] = 3, + [12066] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(352), 12, + ACTIONS(350), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21793,7 +21713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(350), 20, + ACTIONS(348), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21814,11 +21734,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12208] = 3, + [12107] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(356), 12, + ACTIONS(354), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21831,7 +21751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(354), 20, + ACTIONS(352), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21852,11 +21772,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12249] = 3, + [12148] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(360), 12, + ACTIONS(358), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21869,7 +21789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(358), 20, + ACTIONS(356), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21890,11 +21810,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12290] = 3, + [12189] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(364), 12, + ACTIONS(362), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21907,7 +21827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(362), 20, + ACTIONS(360), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21928,11 +21848,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12331] = 3, + [12230] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(368), 12, + ACTIONS(366), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21945,7 +21865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(366), 20, + ACTIONS(364), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -21966,11 +21886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12372] = 3, + [12271] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(372), 12, + ACTIONS(370), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -21983,7 +21903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(370), 20, + ACTIONS(368), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22004,11 +21924,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12413] = 3, + [12312] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(376), 12, + ACTIONS(374), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22021,7 +21941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(374), 20, + ACTIONS(372), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22042,11 +21962,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12454] = 3, + [12353] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(380), 12, + ACTIONS(378), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22059,7 +21979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(378), 20, + ACTIONS(376), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22080,11 +22000,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12495] = 3, + [12394] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(384), 12, + ACTIONS(382), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22097,7 +22017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(382), 20, + ACTIONS(380), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22118,11 +22038,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12536] = 3, + [12435] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(388), 12, + ACTIONS(386), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22135,7 +22055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(386), 20, + ACTIONS(384), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22156,11 +22076,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12577] = 3, + [12476] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(392), 12, + ACTIONS(390), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22173,7 +22093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(390), 20, + ACTIONS(388), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22194,11 +22114,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12618] = 3, + [12517] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(396), 12, + ACTIONS(394), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22211,7 +22131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(394), 20, + ACTIONS(392), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22232,11 +22152,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12659] = 3, + [12558] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(400), 12, + ACTIONS(398), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22249,7 +22169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(398), 20, + ACTIONS(396), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22270,11 +22190,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12700] = 3, + [12599] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(404), 12, + ACTIONS(402), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22287,7 +22207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(402), 20, + ACTIONS(400), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22308,11 +22228,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12741] = 3, + [12640] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(408), 12, + ACTIONS(406), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22325,7 +22245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(406), 20, + ACTIONS(404), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22346,11 +22266,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12782] = 3, + [12681] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(412), 12, + ACTIONS(410), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22363,7 +22283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(410), 20, + ACTIONS(408), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22384,11 +22304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12823] = 3, + [12722] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(416), 12, + ACTIONS(414), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22401,7 +22321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(414), 20, + ACTIONS(412), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22422,11 +22342,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12864] = 3, + [12763] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(420), 12, + ACTIONS(418), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22439,7 +22359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(418), 20, + ACTIONS(416), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22460,11 +22380,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12905] = 3, + [12804] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(424), 12, + ACTIONS(422), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22477,7 +22397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(422), 20, + ACTIONS(420), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22498,11 +22418,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12946] = 3, + [12845] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(428), 12, + ACTIONS(426), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22515,7 +22435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(426), 20, + ACTIONS(424), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22536,11 +22456,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [12987] = 3, + [12886] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(432), 12, + ACTIONS(430), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22553,7 +22473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(430), 20, + ACTIONS(428), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22574,11 +22494,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [13028] = 3, + [12927] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(436), 12, + ACTIONS(434), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22591,7 +22511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(434), 20, + ACTIONS(432), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22612,11 +22532,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [13069] = 3, + [12968] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(440), 12, + ACTIONS(438), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, @@ -22629,7 +22549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, - ACTIONS(438), 20, + ACTIONS(436), 20, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -22650,22 +22570,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, - [13110] = 5, - ACTIONS(442), 1, + [13009] = 5, + ACTIONS(440), 1, anon_sym_LPAREN, STATE(16), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(304), 6, + ACTIONS(308), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(302), 22, + ACTIONS(306), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -22688,356 +22608,356 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13153] = 13, - ACTIONS(448), 1, + [13052] = 12, + ACTIONS(446), 1, anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(442), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(444), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(448), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(450), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(452), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 9, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13108] = 13, + ACTIONS(446), 1, + anon_sym_SLASH, + ACTIONS(454), 1, + anon_sym_AMP_AMP, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(442), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(444), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(448), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(450), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(452), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 8, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + [13166] = 11, + ACTIONS(446), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(442), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(444), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(448), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(450), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 11, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13220] = 9, + ACTIONS(446), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(442), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(444), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 13, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13270] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13314] = 8, + ACTIONS(446), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(444), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 15, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13362] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(279), 2, + sym_attr_splat, + sym_full_splat, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(200), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(198), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [13406] = 17, + ACTIONS(446), 1, + anon_sym_SLASH, + ACTIONS(454), 1, + anon_sym_AMP_AMP, ACTIONS(456), 1, - anon_sym_AMP_AMP, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(444), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(446), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(450), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(452), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(454), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 8, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_PIPE_PIPE, - [13211] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13255] = 12, - ACTIONS(448), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(444), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(446), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(450), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(452), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(454), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 9, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13311] = 11, - ACTIONS(448), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(444), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(446), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(450), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(452), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 11, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13365] = 17, - ACTIONS(448), 1, - anon_sym_SLASH, - ACTIONS(456), 1, - anon_sym_AMP_AMP, ACTIONS(458), 1, - anon_sym_LBRACK, + anon_sym_DOT, ACTIONS(460), 1, - anon_sym_DOT, + anon_sym_DOT_STAR, ACTIONS(462), 1, - anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, ACTIONS(464), 1, - anon_sym_LBRACK_STAR_RBRACK, - ACTIONS(466), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(444), 2, + ACTIONS(442), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(446), 2, + ACTIONS(444), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(448), 2, + anon_sym_GT, + anon_sym_LT, ACTIONS(450), 2, - anon_sym_GT, - anon_sym_LT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(452), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, + STATE(279), 2, sym_attr_splat, sym_full_splat, - STATE(261), 3, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + STATE(251), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(166), 5, + ACTIONS(180), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, - [13431] = 9, - ACTIONS(448), 1, - anon_sym_SLASH, + [13472] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(444), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(446), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 4, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 13, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13481] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(162), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(160), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13525] = 8, - ACTIONS(448), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(446), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - STATE(264), 2, - sym_attr_splat, - sym_full_splat, - STATE(261), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 4, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 15, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [13573] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(396), 6, + ACTIONS(426), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(394), 22, + ACTIONS(424), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23060,18 +22980,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13610] = 3, + [13509] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(340), 6, + ACTIONS(366), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(338), 22, + ACTIONS(364), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23094,18 +23014,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13647] = 3, + [13546] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(368), 6, + ACTIONS(390), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(366), 22, + ACTIONS(388), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23128,18 +23048,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13684] = 3, + [13583] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(324), 6, + ACTIONS(438), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(322), 22, + ACTIONS(436), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23162,18 +23082,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13721] = 3, + [13620] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(332), 6, + ACTIONS(370), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(330), 22, + ACTIONS(368), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23196,18 +23116,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13758] = 3, + [13657] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(336), 6, + ACTIONS(434), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(334), 22, + ACTIONS(432), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23230,18 +23150,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13795] = 3, + [13694] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(440), 6, + ACTIONS(398), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(438), 22, + ACTIONS(396), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23264,18 +23184,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13832] = 3, + [13731] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(420), 6, + ACTIONS(394), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(418), 22, + ACTIONS(392), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23298,18 +23218,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13869] = 3, + [13768] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(356), 6, + ACTIONS(314), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(354), 22, + ACTIONS(312), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23332,18 +23252,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13906] = 3, + [13805] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(360), 6, + ACTIONS(378), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(358), 22, + ACTIONS(376), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23366,18 +23286,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13943] = 3, + [13842] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(316), 6, + ACTIONS(386), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(314), 22, + ACTIONS(384), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23400,18 +23320,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [13980] = 3, + [13879] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(372), 6, + ACTIONS(410), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(370), 22, + ACTIONS(408), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23434,18 +23354,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14017] = 3, + [13916] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(364), 6, + ACTIONS(334), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(362), 22, + ACTIONS(332), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23468,18 +23388,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14054] = 3, + [13953] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(376), 6, + ACTIONS(402), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(374), 22, + ACTIONS(400), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23502,18 +23422,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14091] = 3, + [13990] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(348), 6, + ACTIONS(430), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(346), 22, + ACTIONS(428), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23536,18 +23456,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14128] = 3, + [14027] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(320), 6, + ACTIONS(346), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(318), 22, + ACTIONS(344), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23570,18 +23490,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14165] = 3, + [14064] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(436), 6, + ACTIONS(374), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(434), 22, + ACTIONS(372), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23604,18 +23524,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14202] = 3, + [14101] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(384), 6, + ACTIONS(382), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(382), 22, + ACTIONS(380), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23638,18 +23558,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14239] = 3, + [14138] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(344), 6, + ACTIONS(326), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(342), 22, + ACTIONS(324), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23672,18 +23592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14276] = 3, + [14175] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(428), 6, + ACTIONS(418), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(426), 22, + ACTIONS(416), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23706,18 +23626,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14313] = 3, + [14212] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(392), 6, + ACTIONS(414), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(390), 22, + ACTIONS(412), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23740,18 +23660,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14350] = 3, + [14249] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(412), 6, + ACTIONS(362), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(410), 22, + ACTIONS(360), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23774,18 +23694,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14387] = 3, + [14286] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(380), 6, + ACTIONS(354), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(378), 22, + ACTIONS(352), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23808,18 +23728,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14424] = 3, + [14323] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(388), 6, + ACTIONS(358), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(386), 22, + ACTIONS(356), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23842,18 +23762,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14461] = 3, + [14360] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(432), 6, + ACTIONS(422), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(430), 22, + ACTIONS(420), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23876,18 +23796,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14498] = 3, + [14397] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(328), 6, + ACTIONS(322), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(326), 22, + ACTIONS(320), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23910,18 +23830,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14535] = 3, + [14434] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(424), 6, + ACTIONS(350), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(422), 22, + ACTIONS(348), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23944,18 +23864,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14572] = 3, + [14471] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(408), 6, + ACTIONS(342), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(406), 22, + ACTIONS(340), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -23978,18 +23898,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14609] = 3, + [14508] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(404), 6, + ACTIONS(406), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(402), 22, + ACTIONS(404), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -24012,18 +23932,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14646] = 3, + [14545] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(416), 6, + ACTIONS(318), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(414), 22, + ACTIONS(316), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -24046,18 +23966,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14683] = 3, + [14582] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(352), 6, + ACTIONS(338), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(350), 22, + ACTIONS(336), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -24080,18 +24000,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14720] = 3, + [14619] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(400), 6, + ACTIONS(330), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(398), 22, + ACTIONS(328), 22, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -24114,38 +24034,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14757] = 9, + [14656] = 17, + ACTIONS(466), 1, + anon_sym_LBRACK, + ACTIONS(468), 1, + anon_sym_DOT, + ACTIONS(470), 1, + anon_sym_DOT_STAR, ACTIONS(472), 1, + anon_sym_LBRACK_STAR_RBRACK, + ACTIONS(478), 1, anon_sym_SLASH, + ACTIONS(486), 1, + anon_sym_AMP_AMP, + ACTIONS(488), 1, + anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(468), 2, + ACTIONS(474), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(470), 2, + ACTIONS(476), 2, anon_sym_STAR, anon_sym_PERCENT, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, + ACTIONS(480), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(482), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(484), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(301), 2, sym_attr_splat, sym_full_splat, - STATE(285), 3, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(180), 3, + sym_template_interpolation_end, + anon_sym_QMARK, + sym_strip_marker, + STATE(312), 3, sym_index, sym_get_attr, sym_splat, - ACTIONS(198), 4, + [14720] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 5, anon_sym_LBRACK, anon_sym_DOT, + anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(196), 11, + ACTIONS(158), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -24153,26 +24117,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [14805] = 7, - ACTIONS(458), 1, + [14762] = 7, + ACTIONS(456), 1, anon_sym_LBRACK, - ACTIONS(460), 1, + ACTIONS(458), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(262), 2, + STATE(280), 2, sym_new_index, sym_legacy_index, - ACTIONS(258), 3, + ACTIONS(274), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - STATE(219), 3, + STATE(218), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(256), 17, + ACTIONS(272), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -24190,30 +24154,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14849] = 6, + [14806] = 7, + ACTIONS(456), 1, + anon_sym_LBRACK, + ACTIONS(458), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(291), 2, + STATE(280), 2, sym_new_index, sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 5, - anon_sym_LBRACK, - anon_sym_DOT, + ACTIONS(256), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(196), 15, - sym_template_directive_end, + STATE(230), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(254), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, @@ -24225,16 +24191,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - sym_strip_marker, - [14891] = 7, - ACTIONS(474), 1, + [14850] = 7, + ACTIONS(456), 1, anon_sym_LBRACK, - ACTIONS(477), 1, + ACTIONS(458), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(262), 2, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(252), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(230), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(250), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [14894] = 13, + ACTIONS(494), 1, + anon_sym_SLASH, + ACTIONS(502), 1, + anon_sym_AMP_AMP, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(490), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(496), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(498), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(500), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 6, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [14950] = 7, + ACTIONS(456), 1, + anon_sym_LBRACK, + ACTIONS(458), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(280), 2, sym_new_index, sym_legacy_index, ACTIONS(270), 3, @@ -24263,908 +24308,608 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [14935] = 17, - ACTIONS(480), 1, - anon_sym_LBRACK, - ACTIONS(482), 1, - anon_sym_DOT, - ACTIONS(484), 1, - anon_sym_DOT_STAR, + [14994] = 13, + ACTIONS(478), 1, + anon_sym_SLASH, ACTIONS(486), 1, - anon_sym_LBRACK_STAR_RBRACK, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(500), 1, anon_sym_AMP_AMP, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(474), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(476), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(480), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(482), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(484), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 6, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15050] = 11, + ACTIONS(494), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(490), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(496), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(498), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 9, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15102] = 12, + ACTIONS(478), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(474), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(476), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(480), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(482), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(484), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 7, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15156] = 11, + ACTIONS(478), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(474), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(476), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(480), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(482), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 9, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15208] = 9, + ACTIONS(478), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(474), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(476), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 11, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15256] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15298] = 8, + ACTIONS(478), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(476), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 13, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15344] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(200), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(198), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15386] = 7, + ACTIONS(504), 1, + anon_sym_LBRACK, + ACTIONS(507), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(280), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(260), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(230), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(258), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [15430] = 6, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(301), 2, + sym_attr_splat, + sym_full_splat, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + STATE(312), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(200), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(198), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15472] = 9, + ACTIONS(494), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(490), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 11, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15520] = 17, + ACTIONS(494), 1, + anon_sym_SLASH, ACTIONS(502), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(494), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(496), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(498), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - ACTIONS(166), 3, - sym_template_interpolation_end, - anon_sym_QMARK, - sym_strip_marker, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - [14999] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(162), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(160), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15041] = 17, - ACTIONS(472), 1, - anon_sym_SLASH, - ACTIONS(504), 1, - anon_sym_LBRACK, - ACTIONS(506), 1, - anon_sym_DOT, - ACTIONS(508), 1, - anon_sym_DOT_STAR, ACTIONS(510), 1, + anon_sym_LBRACK, + ACTIONS(512), 1, + anon_sym_DOT, + ACTIONS(514), 1, + anon_sym_DOT_STAR, + ACTIONS(516), 1, anon_sym_LBRACK_STAR_RBRACK, ACTIONS(518), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(490), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(496), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(498), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(500), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + ACTIONS(180), 3, + sym_template_directive_end, + anon_sym_QMARK, + sym_strip_marker, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + [15584] = 12, + ACTIONS(494), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(160), 2, + anon_sym_LBRACK, + anon_sym_DOT, + ACTIONS(490), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(496), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(498), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(500), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(158), 7, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15638] = 8, + ACTIONS(494), 1, + anon_sym_SLASH, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(492), 2, + anon_sym_STAR, + anon_sym_PERCENT, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + STATE(341), 2, + sym_attr_splat, + sym_full_splat, + STATE(286), 3, + sym_index, + sym_get_attr, + sym_splat, + ACTIONS(160), 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_GT, + anon_sym_LT, + ACTIONS(158), 13, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15684] = 7, + ACTIONS(466), 1, + anon_sym_LBRACK, + ACTIONS(468), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(252), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(243), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(250), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15726] = 7, ACTIONS(520), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(468), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(470), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(512), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(514), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(516), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - ACTIONS(166), 3, - sym_template_directive_end, - anon_sym_QMARK, - sym_strip_marker, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - [15105] = 7, - ACTIONS(458), 1, anon_sym_LBRACK, - ACTIONS(460), 1, + ACTIONS(523), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(262), 2, + STATE(284), 2, sym_new_index, sym_legacy_index, - ACTIONS(262), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(234), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(260), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [15149] = 7, - ACTIONS(458), 1, - anon_sym_LBRACK, - ACTIONS(460), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(254), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(217), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(252), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [15193] = 13, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(500), 1, - anon_sym_AMP_AMP, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(494), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(496), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(498), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 6, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15249] = 13, - ACTIONS(472), 1, - anon_sym_SLASH, - ACTIONS(518), 1, - anon_sym_AMP_AMP, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(468), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(470), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(512), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(514), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(516), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 6, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15305] = 12, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(494), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(496), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(498), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 7, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15359] = 11, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(494), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(496), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 9, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15411] = 9, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 4, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 11, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15459] = 12, - ACTIONS(472), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(468), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(470), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(512), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(514), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(516), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 7, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15513] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15555] = 8, - ACTIONS(492), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(490), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - STATE(316), 2, - sym_attr_splat, - sym_full_splat, - STATE(318), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 4, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 13, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15601] = 11, - ACTIONS(472), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(198), 2, - anon_sym_LBRACK, - anon_sym_DOT, - ACTIONS(468), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(470), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(512), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(514), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(196), 9, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15653] = 7, - ACTIONS(458), 1, - anon_sym_LBRACK, - ACTIONS(460), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(262), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(266), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(219), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(264), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [15697] = 8, - ACTIONS(472), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(470), 2, - anon_sym_STAR, - anon_sym_PERCENT, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(198), 4, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_GT, - anon_sym_LT, - ACTIONS(196), 13, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15743] = 6, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - STATE(292), 2, - sym_attr_splat, - sym_full_splat, - STATE(285), 3, - sym_index, - sym_get_attr, - sym_splat, - ACTIONS(162), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(160), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15785] = 7, - ACTIONS(480), 1, - anon_sym_LBRACK, - ACTIONS(482), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(266), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(241), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(264), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15827] = 7, - ACTIONS(522), 1, - anon_sym_LBRACK, - ACTIONS(525), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(270), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(238), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(268), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15869] = 7, - ACTIONS(480), 1, - anon_sym_LBRACK, - ACTIONS(482), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(258), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(241), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(256), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15911] = 7, - ACTIONS(504), 1, - anon_sym_LBRACK, - ACTIONS(506), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(254), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(245), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(252), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15953] = 7, - ACTIONS(528), 1, - anon_sym_LBRACK, - ACTIONS(531), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(270), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(241), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(268), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [15995] = 7, - ACTIONS(480), 1, - anon_sym_LBRACK, - ACTIONS(482), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(254), 3, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - STATE(239), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(252), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [16037] = 7, - ACTIONS(480), 1, - anon_sym_LBRACK, - ACTIONS(482), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(283), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(262), 3, + ACTIONS(260), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, @@ -25172,7 +24917,147 @@ static const uint16_t ts_small_parse_table[] = { sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(260), 15, + ACTIONS(258), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15768] = 7, + ACTIONS(510), 1, + anon_sym_LBRACK, + ACTIONS(512), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(252), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(237), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(250), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15810] = 7, + ACTIONS(510), 1, + anon_sym_LBRACK, + ACTIONS(512), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(256), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(237), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(254), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15852] = 7, + ACTIONS(510), 1, + anon_sym_LBRACK, + ACTIONS(512), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(270), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(238), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(268), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15894] = 7, + ACTIONS(466), 1, + anon_sym_LBRACK, + ACTIONS(468), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(270), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(236), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(268), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -25188,26 +25073,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [16079] = 7, - ACTIONS(504), 1, + [15936] = 7, + ACTIONS(466), 1, anon_sym_LBRACK, - ACTIONS(506), 1, + ACTIONS(468), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(291), 2, + STATE(311), 2, sym_new_index, sym_legacy_index, - ACTIONS(262), 3, + ACTIONS(274), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - STATE(246), 3, + STATE(244), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, - ACTIONS(260), 15, + ACTIONS(272), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [15978] = 7, + ACTIONS(526), 1, + anon_sym_LBRACK, + ACTIONS(529), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(260), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(243), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(258), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [16020] = 7, + ACTIONS(466), 1, + anon_sym_LBRACK, + ACTIONS(468), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(311), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(256), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(243), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(254), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [16062] = 7, + ACTIONS(510), 1, + anon_sym_LBRACK, + ACTIONS(512), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(284), 2, + sym_new_index, + sym_legacy_index, + ACTIONS(274), 3, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + STATE(239), 3, + sym_index, + sym_get_attr, + aux_sym_attr_splat_repeat1, + ACTIONS(272), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -25223,29 +25213,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [16121] = 7, - ACTIONS(504), 1, - anon_sym_LBRACK, - ACTIONS(506), 1, - anon_sym_DOT, + [16104] = 5, + ACTIONS(532), 1, + anon_sym_LPAREN, + STATE(15), 1, + sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(258), 3, + ACTIONS(308), 5, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - STATE(238), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(256), 15, - sym_template_directive_end, + ACTIONS(306), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, @@ -25257,30 +25245,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - sym_strip_marker, - [16163] = 7, - ACTIONS(504), 1, - anon_sym_LBRACK, - ACTIONS(506), 1, - anon_sym_DOT, + [16141] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(291), 2, - sym_new_index, - sym_legacy_index, - ACTIONS(266), 3, + ACTIONS(374), 5, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - STATE(238), 3, - sym_index, - sym_get_attr, - aux_sym_attr_splat_repeat1, - ACTIONS(264), 15, - sym_template_directive_end, + ACTIONS(372), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, @@ -25292,363 +25273,330 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - sym_strip_marker, - [16205] = 5, + [16172] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(406), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(404), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16203] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(338), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(336), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16234] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(342), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(340), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16265] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(414), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(412), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16296] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(350), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(348), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16327] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(354), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(352), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16358] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(378), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(376), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16389] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(330), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(328), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16420] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(326), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(324), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16451] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(402), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(400), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16482] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(322), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(320), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16513] = 5, ACTIONS(534), 1, anon_sym_LPAREN, - STATE(19), 1, + STATE(17), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(304), 5, + ACTIONS(308), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(302), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16242] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(412), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(410), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16273] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(380), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(378), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16304] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(328), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(326), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16335] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(332), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(330), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16366] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(336), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(334), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16397] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(356), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(354), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16428] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(360), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(358), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16459] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(364), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(362), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16490] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(376), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(374), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16521] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(384), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(382), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16552] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(392), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(390), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [16583] = 5, - ACTIONS(536), 1, - anon_sym_LPAREN, - STATE(20), 1, - sym__function_call_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(304), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(302), 15, - sym_template_directive_end, + ACTIONS(306), 15, + sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, @@ -25663,17 +25611,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [16618] = 3, + [16548] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(396), 5, + ACTIONS(438), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(394), 17, + ACTIONS(436), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25691,17 +25639,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16649] = 3, + [16579] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(408), 5, + ACTIONS(346), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(406), 17, + ACTIONS(344), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25719,17 +25667,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16680] = 3, + [16610] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(320), 5, + ACTIONS(386), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(318), 17, + ACTIONS(384), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25747,22 +25695,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16711] = 5, - ACTIONS(538), 1, + [16641] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(334), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(332), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16672] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(362), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(360), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16703] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(410), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(408), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16734] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(434), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(432), 17, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [16765] = 5, + ACTIONS(536), 1, anon_sym_LPAREN, STATE(18), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(304), 5, + ACTIONS(308), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(302), 15, - sym_template_interpolation_end, + ACTIONS(306), 15, + sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, @@ -25777,17 +25837,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [16746] = 3, + [16800] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(400), 5, + ACTIONS(398), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(398), 17, + ACTIONS(396), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25805,17 +25865,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16777] = 3, + [16831] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(404), 5, + ACTIONS(358), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(402), 17, + ACTIONS(356), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25833,17 +25893,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16808] = 3, + [16862] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(428), 5, + ACTIONS(382), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(426), 17, + ACTIONS(380), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25861,17 +25921,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16839] = 3, + [16893] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(316), 5, + ACTIONS(366), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(314), 17, + ACTIONS(364), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25889,17 +25949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16870] = 3, + [16924] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(420), 5, + ACTIONS(370), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(418), 17, + ACTIONS(368), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25917,17 +25977,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16901] = 3, + [16955] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(440), 5, + ACTIONS(314), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(438), 17, + ACTIONS(312), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25945,17 +26005,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16932] = 3, + [16986] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(324), 5, + ACTIONS(318), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(322), 17, + ACTIONS(316), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -25973,17 +26033,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16963] = 3, + [17017] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(368), 5, + ACTIONS(422), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(366), 17, + ACTIONS(420), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26001,17 +26061,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [16994] = 3, + [17048] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(436), 5, + ACTIONS(390), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(434), 17, + ACTIONS(388), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26029,17 +26089,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [17025] = 3, + [17079] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(432), 5, + ACTIONS(394), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(430), 17, + ACTIONS(392), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26057,17 +26117,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [17056] = 3, + [17110] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(424), 5, + ACTIONS(430), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(422), 17, + ACTIONS(428), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26085,17 +26145,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [17087] = 3, + [17141] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(416), 5, + ACTIONS(426), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(414), 17, + ACTIONS(424), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26113,17 +26173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [17118] = 3, + [17172] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(388), 5, + ACTIONS(418), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(386), 17, + ACTIONS(416), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, @@ -26141,157 +26201,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [17149] = 3, + [17203] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(344), 5, + ACTIONS(354), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(342), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [17180] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(372), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(370), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [17211] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(352), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(350), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [17242] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(348), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(346), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [17273] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(340), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(338), 17, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [17304] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(392), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(390), 15, + ACTIONS(352), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26307,17 +26227,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17333] = 3, + [17232] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(320), 5, + ACTIONS(406), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(318), 15, + ACTIONS(404), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26333,17 +26253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17362] = 3, + [17261] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(316), 5, + ACTIONS(422), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(314), 15, + ACTIONS(420), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26359,17 +26279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17391] = 3, + [17290] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(408), 5, + ACTIONS(418), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(406), 15, + ACTIONS(416), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26385,17 +26305,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17420] = 3, + [17319] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(420), 5, + ACTIONS(318), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(418), 15, + ACTIONS(316), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26411,17 +26331,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17449] = 3, + [17348] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(372), 5, + ACTIONS(414), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(370), 15, + ACTIONS(412), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26437,17 +26357,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17478] = 3, + [17377] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(440), 5, + ACTIONS(438), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(438), 15, + ACTIONS(436), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17406] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(322), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(320), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17435] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(314), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(312), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26463,17 +26435,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17507] = 3, + [17464] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(324), 5, + ACTIONS(370), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(322), 15, + ACTIONS(368), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26489,17 +26461,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17536] = 3, + [17493] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(368), 5, + ACTIONS(366), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(366), 15, + ACTIONS(364), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26515,147 +26487,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17565] = 3, + [17522] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(320), 5, + ACTIONS(358), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(318), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [17594] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(400), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(398), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [17623] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(404), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(402), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [17652] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(412), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(410), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [17681] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(428), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(426), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [17710] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(436), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(434), 15, + ACTIONS(356), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26671,17 +26513,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17739] = 3, + [17551] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(432), 5, + ACTIONS(398), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(430), 15, + ACTIONS(396), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26697,17 +26539,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17768] = 3, + [17580] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(316), 5, + ACTIONS(402), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(314), 15, + ACTIONS(400), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26723,17 +26565,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17797] = 3, + [17609] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(364), 5, + ACTIONS(334), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(362), 15, + ACTIONS(332), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26749,17 +26591,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17826] = 3, + [17638] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(360), 5, + ACTIONS(346), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(358), 15, + ACTIONS(344), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17667] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(382), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(380), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26775,17 +26643,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17855] = 3, + [17696] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(424), 5, + ACTIONS(354), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(422), 15, + ACTIONS(352), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26801,17 +26669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17884] = 3, + [17725] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(420), 5, + ACTIONS(430), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(418), 15, + ACTIONS(428), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26827,17 +26695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17913] = 3, + [17754] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(416), 5, + ACTIONS(362), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(414), 15, + ACTIONS(360), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26853,17 +26721,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17942] = 3, + [17783] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(440), 5, + ACTIONS(426), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(438), 15, + ACTIONS(424), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17812] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(374), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(372), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17841] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(378), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(376), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [17870] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(326), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(324), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26879,17 +26825,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [17971] = 3, + [17899] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(388), 5, + ACTIONS(394), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(386), 15, + ACTIONS(392), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26905,17 +26851,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18000] = 3, + [17928] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(380), 5, + ACTIONS(330), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(378), 15, + ACTIONS(328), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26931,17 +26877,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18029] = 3, + [17957] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(380), 5, + ACTIONS(430), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(378), 15, + ACTIONS(428), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -26957,43 +26903,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18058] = 3, + [17986] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(428), 5, + ACTIONS(338), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(426), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18087] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(364), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(362), 15, + ACTIONS(336), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27009,69 +26929,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18116] = 3, + [18015] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(324), 5, + ACTIONS(386), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(322), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18145] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(368), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(366), 15, - sym_template_directive_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18174] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(412), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(410), 15, + ACTIONS(384), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27087,43 +26955,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18203] = 3, + [18044] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(372), 5, + ACTIONS(342), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(370), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18232] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(352), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(350), 15, + ACTIONS(340), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27139,17 +26981,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18261] = 3, + [18073] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(404), 5, + ACTIONS(418), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(402), 15, + ACTIONS(416), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27165,17 +27007,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18290] = 3, + [18102] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(400), 5, + ACTIONS(414), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(398), 15, + ACTIONS(412), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27191,17 +27033,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18319] = 3, + [18131] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(396), 5, + ACTIONS(350), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(394), 15, + ACTIONS(348), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27217,43 +27059,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18348] = 3, + [18160] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(408), 5, + ACTIONS(434), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(406), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18377] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(348), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(346), 15, + ACTIONS(432), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27269,43 +27085,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18406] = 3, + [18189] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(352), 5, + ACTIONS(410), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(350), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18435] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(384), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(382), 15, + ACTIONS(408), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27321,17 +27111,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18464] = 3, + [18218] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(436), 5, + ACTIONS(362), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(434), 15, + ACTIONS(360), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27347,17 +27137,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18493] = 3, + [18247] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(328), 5, + ACTIONS(406), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(326), 15, + ACTIONS(404), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27373,43 +27163,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18522] = 3, + [18276] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(344), 5, + ACTIONS(394), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(342), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18551] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(432), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(430), 15, + ACTIONS(392), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27425,43 +27189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18580] = 3, + [18305] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(340), 5, + ACTIONS(386), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(338), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18609] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(344), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(342), 15, + ACTIONS(384), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27477,17 +27215,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18638] = 3, + [18334] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(328), 5, + ACTIONS(410), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(326), 15, + ACTIONS(408), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27503,43 +27241,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18667] = 3, + [18363] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(332), 5, + ACTIONS(378), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(330), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18696] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(424), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(422), 15, + ACTIONS(376), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27555,17 +27267,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18725] = 3, + [18392] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(416), 5, + ACTIONS(434), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(414), 15, + ACTIONS(432), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18421] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(374), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(372), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27581,17 +27319,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18754] = 3, + [18450] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(388), 5, + ACTIONS(390), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(386), 15, + ACTIONS(388), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27607,17 +27345,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18783] = 3, + [18479] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(376), 5, + ACTIONS(438), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(374), 15, + ACTIONS(436), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18508] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(422), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(420), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27633,17 +27397,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18812] = 3, + [18537] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(348), 5, + ACTIONS(322), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(346), 15, + ACTIONS(320), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27659,17 +27423,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18841] = 3, + [18566] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(336), 5, + ACTIONS(402), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(334), 15, + ACTIONS(400), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27685,17 +27449,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18870] = 3, + [18595] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(360), 5, + ACTIONS(326), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(358), 15, + ACTIONS(324), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27711,17 +27475,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18899] = 3, + [18624] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(356), 5, + ACTIONS(330), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(354), 15, + ACTIONS(328), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27737,17 +27501,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18928] = 3, + [18653] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(332), 5, + ACTIONS(318), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(330), 15, + ACTIONS(316), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27763,43 +27527,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [18957] = 3, + [18682] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(396), 5, + ACTIONS(314), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(394), 15, - sym_template_interpolation_end, - anon_sym_DOT_STAR, - anon_sym_LBRACK_STAR_RBRACK, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - sym_strip_marker, - [18986] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(336), 5, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_GT, - anon_sym_LT, - ACTIONS(334), 15, + ACTIONS(312), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27815,17 +27553,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19015] = 3, + [18711] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(392), 5, + ACTIONS(338), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(390), 15, + ACTIONS(336), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27841,17 +27579,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19044] = 3, + [18740] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(340), 5, + ACTIONS(342), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(338), 15, + ACTIONS(340), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18769] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(382), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(380), 15, + sym_template_interpolation_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18798] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(370), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(368), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27867,17 +27657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19073] = 3, + [18827] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(384), 5, + ACTIONS(350), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(382), 15, + ACTIONS(348), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27893,17 +27683,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19102] = 3, + [18856] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(356), 5, + ACTIONS(366), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(354), 15, + ACTIONS(364), 15, sym_template_directive_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27919,17 +27709,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19131] = 3, + [18885] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(376), 5, + ACTIONS(358), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, - ACTIONS(374), 15, + ACTIONS(356), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18914] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(398), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(396), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18943] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(426), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(424), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [18972] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(334), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(332), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [19001] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(346), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(344), 15, + sym_template_directive_end, + anon_sym_DOT_STAR, + anon_sym_LBRACK_STAR_RBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + sym_strip_marker, + [19030] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(390), 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_GT, + anon_sym_LT, + ACTIONS(388), 15, sym_template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, @@ -27945,20 +27865,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, - [19160] = 4, - ACTIONS(544), 1, + [19059] = 4, + ACTIONS(542), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(542), 6, + ACTIONS(540), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, - ACTIONS(540), 10, + ACTIONS(538), 10, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -27969,18 +27889,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19188] = 3, + [19087] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(168), 6, + ACTIONS(546), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, - ACTIONS(166), 11, + ACTIONS(544), 11, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -27992,7 +27912,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19214] = 3, + [19113] = 3, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(182), 6, + sym_identifier, + aux_sym_numeric_lit_token1, + anon_sym_true, + anon_sym_false, + sym_null_lit, + anon_sym_LT_LT, + ACTIONS(180), 11, + sym_quoted_template_start, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + aux_sym_numeric_lit_token2, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_LT_LT_DASH, + [19139] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -28003,7 +27946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, sym_null_lit, anon_sym_LT_LT, - ACTIONS(546), 11, + ACTIONS(52), 10, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, @@ -28011,11 +27954,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19240] = 3, + [19164] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -28030,14 +27972,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(550), 9, sym_quoted_template_start, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19265] = 3, + [19189] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -28052,133 +27994,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(554), 9, sym_quoted_template_start, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19290] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(558), 6, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LT_LT, - ACTIONS(70), 10, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_LT_LT_DASH, - [19315] = 3, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(556), 6, - sym_identifier, - aux_sym_numeric_lit_token1, - anon_sym_true, - anon_sym_false, - sym_null_lit, - anon_sym_LT_LT, - ACTIONS(554), 9, - sym_quoted_template_start, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - aux_sym_numeric_lit_token2, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_LT_LT_DASH, - [19339] = 11, - ACTIONS(560), 1, + [19214] = 11, + ACTIONS(558), 1, sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, ACTIONS(562), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(398), 1, + sym_template_else_intro, + STATE(459), 1, + sym_template_if_end, + STATE(466), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(358), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19253] = 11, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, sym_template_interpolation_start, ACTIONS(564), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(387), 1, - sym_template_else_intro, - STATE(458), 1, - sym_template_if_end, - STATE(494), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19378] = 11, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(566), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, STATE(381), 1, - sym_template_for_start, - STATE(396), 1, sym_template_else_intro, - STATE(474), 1, - sym_template_if_end, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(356), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19417] = 11, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(568), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(363), 1, - sym_template_else_intro, - STATE(381), 1, - sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(547), 1, + STATE(502), 1, sym_template_if_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, STATE(357), 4, @@ -28186,74 +28057,46 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [19456] = 11, - ACTIONS(560), 1, + [19292] = 11, + ACTIONS(558), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(560), 1, sym_template_interpolation_start, ACTIONS(566), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(382), 1, + STATE(391), 1, sym_template_else_intro, - STATE(454), 1, - sym_template_if_end, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19495] = 11, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(568), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(383), 1, - sym_template_else_intro, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(535), 1, + STATE(468), 1, sym_template_if_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(401), 4, + STATE(356), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [19534] = 3, + [19331] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(572), 6, + ACTIONS(570), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, - ACTIONS(570), 8, + ACTIONS(568), 8, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, @@ -28262,18 +28105,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19557] = 3, + [19354] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(576), 6, + ACTIONS(574), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, - ACTIONS(574), 8, + ACTIONS(572), 8, sym_quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, @@ -28282,35 +28125,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, - [19580] = 11, - ACTIONS(560), 1, + [19377] = 11, + ACTIONS(558), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(560), 1, sym_template_interpolation_start, - ACTIONS(564), 1, + ACTIONS(566), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, STATE(367), 1, sym_template_else_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(489), 1, - sym_template_if_end, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, + STATE(478), 1, + sym_template_if_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(353), 4, + STATE(399), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [19619] = 10, + [19416] = 11, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(564), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(383), 1, + sym_template_else_intro, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(498), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19455] = 11, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(562), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(392), 1, + sym_template_else_intro, + STATE(455), 1, + sym_template_if_end, + STATE(466), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19494] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(576), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(499), 1, + sym_template_for_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19530] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, @@ -28319,24 +28244,24 @@ static const uint16_t ts_small_parse_table[] = { sym_template_directive_start, ACTIONS(584), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(368), 4, + STATE(362), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [19655] = 10, + [19566] = 11, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(586), 1, @@ -28345,147 +28270,69 @@ static const uint16_t ts_small_parse_table[] = { sym__template_literal_chunk, ACTIONS(590), 1, sym_template_interpolation_start, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, + STATE(454), 1, + sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(379), 4, + STATE(363), 3, aux_sym__template, - sym_template_literal, sym_template_interpolation, sym_template_directive, - [19691] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, + [19604] = 10, ACTIONS(592), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(535), 1, - sym_template_if_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(390), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19727] = 10, - ACTIONS(560), 1, sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(594), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(473), 1, - sym_template_if_end, - STATE(494), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19763] = 11, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(588), 1, - sym__template_literal_chunk, - ACTIONS(590), 1, - sym_template_interpolation_start, - ACTIONS(596), 1, - sym_quoted_template_end, - STATE(360), 1, - sym_template_if_intro, - STATE(389), 1, - sym_template_for_start, - STATE(421), 1, - aux_sym_template_literal_repeat1, - STATE(457), 1, - sym_template_literal, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(472), 2, - sym_template_for, - sym_template_if, - STATE(388), 3, - aux_sym__template, - sym_template_interpolation, - sym_template_directive, - [19801] = 10, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(588), 1, - sym__template_literal_chunk, - ACTIONS(590), 1, + ACTIONS(595), 1, sym_template_interpolation_start, ACTIONS(598), 1, - sym_quoted_template_end, - STATE(360), 1, + sym_template_directive_start, + ACTIONS(601), 1, + sym_heredoc_identifier, + STATE(351), 1, sym_template_if_intro, - STATE(389), 1, + STATE(393), 1, sym_template_for_start, - STATE(421), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(379), 4, + STATE(362), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [19837] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(594), 1, + [19640] = 10, + ACTIONS(582), 1, sym_template_directive_start, - STATE(355), 1, + ACTIONS(588), 1, + sym__template_literal_chunk, + ACTIONS(590), 1, + sym_template_interpolation_start, + ACTIONS(603), 1, + sym_quoted_template_end, + STATE(353), 1, sym_template_if_intro, - STATE(381), 1, + STATE(386), 1, sym_template_for_start, - STATE(458), 1, - sym_template_if_end, - STATE(494), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(458), 2, sym_template_for, sym_template_if, STATE(364), 4, @@ -28493,163 +28340,137 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [19873] = 10, - ACTIONS(600), 1, - sym__template_literal_chunk, - ACTIONS(603), 1, - sym_template_interpolation_start, - ACTIONS(606), 1, + [19676] = 10, + ACTIONS(598), 1, sym_template_directive_start, - ACTIONS(609), 1, - sym_heredoc_identifier, - STATE(354), 1, + ACTIONS(601), 1, + sym_quoted_template_end, + ACTIONS(605), 1, + sym__template_literal_chunk, + ACTIONS(608), 1, + sym_template_interpolation_start, + STATE(353), 1, sym_template_if_intro, - STATE(373), 1, + STATE(386), 1, sym_template_for_start, - STATE(428), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(368), 4, + STATE(364), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [19909] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(592), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(515), 1, - sym_template_if_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19945] = 10, - ACTIONS(578), 1, - sym__template_literal_chunk, - ACTIONS(580), 1, - sym_template_interpolation_start, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(611), 1, - sym_heredoc_identifier, - STATE(354), 1, - sym_template_if_intro, - STATE(373), 1, - sym_template_for_start, - STATE(428), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(491), 2, - sym_template_for, - sym_template_if, - STATE(368), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [19981] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(594), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(490), 1, - sym_template_if_end, - STATE(494), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20017] = 10, + [19712] = 10, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(588), 1, sym__template_literal_chunk, ACTIONS(590), 1, sym_template_interpolation_start, - ACTIONS(613), 1, + ACTIONS(611), 1, sym_quoted_template_end, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(379), 4, + STATE(364), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20053] = 10, - ACTIONS(560), 1, + [19748] = 10, + ACTIONS(558), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(613), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(456), 1, + sym_template_for_end, + STATE(466), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19784] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, sym_template_interpolation_start, ACTIONS(615), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(476), 1, - sym_template_for_end, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, + STATE(492), 1, + sym_template_if_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(400), 4, + STATE(370), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20089] = 11, + [19820] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(615), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(492), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19856] = 11, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(588), 1, @@ -28658,25 +28479,51 @@ static const uint16_t ts_small_parse_table[] = { sym_template_interpolation_start, ACTIONS(617), 1, sym_quoted_template_end, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, - STATE(471), 1, + STATE(486), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, sym_template_for, sym_template_if, STATE(372), 3, aux_sym__template, sym_template_interpolation, sym_template_directive, - [20127] = 11, + [19894] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(615), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(485), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [19930] = 11, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(588), 1, @@ -28685,51 +28532,77 @@ static const uint16_t ts_small_parse_table[] = { sym_template_interpolation_start, ACTIONS(619), 1, sym_quoted_template_end, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, - STATE(482), 1, + STATE(469), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(362), 3, + STATE(382), 3, aux_sym__template, sym_template_interpolation, sym_template_directive, - [20165] = 10, - ACTIONS(560), 1, + [19968] = 10, + ACTIONS(582), 1, + sym_template_directive_start, + ACTIONS(588), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(590), 1, sym_template_interpolation_start, ACTIONS(621), 1, - sym_template_directive_start, - STATE(355), 1, + sym_quoted_template_end, + STATE(353), 1, sym_template_if_intro, - STATE(381), 1, + STATE(386), 1, sym_template_for_start, - STATE(440), 1, - sym_template_for_end, - STATE(494), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(401), 4, + STATE(364), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20201] = 10, + [20004] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(576), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(503), 1, + sym_template_for_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(359), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20040] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, @@ -28738,24 +28611,24 @@ static const uint16_t ts_small_parse_table[] = { sym_template_directive_start, ACTIONS(623), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(368), 4, + STATE(380), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20237] = 10, + [20076] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, @@ -28764,94 +28637,42 @@ static const uint16_t ts_small_parse_table[] = { sym_template_directive_start, ACTIONS(625), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(377), 4, + STATE(360), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20273] = 10, - ACTIONS(606), 1, - sym_template_directive_start, - ACTIONS(609), 1, - sym_quoted_template_end, - ACTIONS(627), 1, + [20112] = 10, + ACTIONS(558), 1, sym__template_literal_chunk, - ACTIONS(630), 1, - sym_template_interpolation_start, - STATE(360), 1, - sym_template_if_intro, - STATE(389), 1, - sym_template_for_start, - STATE(421), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(472), 2, - sym_template_for, - sym_template_if, - STATE(379), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20309] = 10, - ACTIONS(578), 1, - sym__template_literal_chunk, - ACTIONS(580), 1, - sym_template_interpolation_start, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(633), 1, - sym_heredoc_identifier, - STATE(354), 1, - sym_template_if_intro, - STATE(373), 1, - sym_template_for_start, - STATE(428), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(491), 2, - sym_template_for, - sym_template_if, - STATE(361), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20345] = 10, ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, sym_template_interpolation_start, - ACTIONS(635), 1, + ACTIONS(627), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(494), 1, + STATE(446), 1, + sym_template_if_end, + STATE(466), 1, aux_sym_template_literal_repeat1, - STATE(548), 1, - sym_template_for_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, STATE(399), 4, @@ -28859,77 +28680,52 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [20381] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(637), 1, + [20148] = 11, + ACTIONS(582), 1, sym_template_directive_start, - STATE(355), 1, + ACTIONS(588), 1, + sym__template_literal_chunk, + ACTIONS(590), 1, + sym_template_interpolation_start, + ACTIONS(629), 1, + sym_quoted_template_end, + STATE(353), 1, sym_template_if_intro, - STATE(381), 1, + STATE(386), 1, sym_template_for_start, - STATE(446), 1, - sym_template_if_end, - STATE(494), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, + STATE(477), 1, + sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(392), 4, + STATE(365), 3, aux_sym__template, - sym_template_literal, sym_template_interpolation, sym_template_directive, - [20417] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(592), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(527), 1, - sym_template_if_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(369), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20453] = 10, + [20186] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, sym_template_interpolation_start, ACTIONS(582), 1, sym_template_directive_start, - ACTIONS(639), 1, + ACTIONS(631), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, STATE(394), 4, @@ -28937,25 +28733,129 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [20489] = 10, + [20222] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(633), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(474), 1, + sym_template_for_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20258] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, sym_template_interpolation_start, ACTIONS(582), 1, sym_template_directive_start, - ACTIONS(641), 1, + ACTIONS(635), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, + sym_template_for, + sym_template_if, + STATE(362), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20294] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(637), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(498), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(385), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20330] = 10, + ACTIONS(582), 1, + sym_template_directive_start, + ACTIONS(588), 1, + sym__template_literal_chunk, + ACTIONS(590), 1, + sym_template_interpolation_start, + ACTIONS(639), 1, + sym_quoted_template_end, + STATE(353), 1, + sym_template_if_intro, + STATE(386), 1, + sym_template_for_start, + STATE(432), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(458), 2, + sym_template_for, + sym_template_if, + STATE(364), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20366] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(637), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(554), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, sym_template_for, sym_template_if, STATE(395), 4, @@ -28963,25 +28863,78 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [20525] = 10, + [20402] = 11, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(588), 1, sym__template_literal_chunk, ACTIONS(590), 1, sym_template_interpolation_start, - ACTIONS(643), 1, + ACTIONS(641), 1, sym_quoted_template_end, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, + STATE(462), 1, + sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, + sym_template_for, + sym_template_if, + STATE(389), 3, + aux_sym__template, + sym_template_interpolation, + sym_template_directive, + [20440] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(637), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(554), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20476] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(633), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(467), 1, + sym_template_for_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, sym_template_for, sym_template_if, STATE(379), 4, @@ -28989,33 +28942,59 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [20561] = 10, - ACTIONS(560), 1, + [20512] = 10, + ACTIONS(558), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(560), 1, sym_template_interpolation_start, - ACTIONS(594), 1, + ACTIONS(627), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(473), 1, + STATE(450), 1, sym_template_if_end, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(371), 4, + STATE(399), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20597] = 10, + [20548] = 10, + ACTIONS(578), 1, + sym__template_literal_chunk, + ACTIONS(580), 1, + sym_template_interpolation_start, + ACTIONS(582), 1, + sym_template_directive_start, + ACTIONS(643), 1, + sym_heredoc_identifier, + STATE(351), 1, + sym_template_if_intro, + STATE(393), 1, + sym_template_for_start, + STATE(430), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(464), 2, + sym_template_for, + sym_template_if, + STATE(390), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20584] = 10, ACTIONS(582), 1, sym_template_directive_start, ACTIONS(588), 1, @@ -29024,42 +29003,94 @@ static const uint16_t ts_small_parse_table[] = { sym_template_interpolation_start, ACTIONS(645), 1, sym_quoted_template_end, - STATE(360), 1, + STATE(353), 1, sym_template_if_intro, - STATE(389), 1, + STATE(386), 1, sym_template_for_start, - STATE(421), 1, + STATE(432), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(472), 2, + STATE(458), 2, sym_template_for, sym_template_if, - STATE(379), 4, + STATE(364), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20633] = 10, - ACTIONS(560), 1, + [20620] = 10, + ACTIONS(578), 1, sym__template_literal_chunk, - ACTIONS(562), 1, + ACTIONS(580), 1, sym_template_interpolation_start, - ACTIONS(621), 1, + ACTIONS(582), 1, sym_template_directive_start, - STATE(355), 1, + ACTIONS(647), 1, + sym_heredoc_identifier, + STATE(351), 1, sym_template_if_intro, - STATE(381), 1, + STATE(393), 1, sym_template_for_start, - STATE(484), 1, - sym_template_for_end, - STATE(494), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(464), 2, + sym_template_for, + sym_template_if, + STATE(362), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20656] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(615), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(478), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(368), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20692] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(627), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(450), 1, + sym_template_if_end, + STATE(466), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, sym_template_for, sym_template_if, STATE(376), 4, @@ -29067,112 +29098,33 @@ static const uint16_t ts_small_parse_table[] = { sym_template_literal, sym_template_interpolation, sym_template_directive, - [20669] = 10, + [20728] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, sym_template_interpolation_start, - ACTIONS(592), 1, + ACTIONS(613), 1, sym_template_directive_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(527), 1, - sym_template_if_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20705] = 11, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(588), 1, - sym__template_literal_chunk, - ACTIONS(590), 1, - sym_template_interpolation_start, - ACTIONS(647), 1, - sym_quoted_template_end, - STATE(360), 1, - sym_template_if_intro, - STATE(389), 1, - sym_template_for_start, - STATE(421), 1, - aux_sym_template_literal_repeat1, - STATE(444), 1, - sym_template_literal, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(472), 2, - sym_template_for, - sym_template_if, - STATE(386), 3, - aux_sym__template, - sym_template_interpolation, - sym_template_directive, - [20743] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(637), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(467), 1, - sym_template_if_end, - STATE(494), 1, + STATE(460), 1, + sym_template_for_end, + STATE(466), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(401), 4, + STATE(366), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20779] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(637), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(446), 1, - sym_template_if_end, - STATE(494), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20815] = 10, + [20764] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, @@ -29181,24 +29133,50 @@ static const uint16_t ts_small_parse_table[] = { sym_template_directive_start, ACTIONS(649), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(368), 4, + STATE(362), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20851] = 10, + [20800] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(637), 1, + sym_template_directive_start, + STATE(352), 1, + sym_template_if_intro, + STATE(373), 1, + sym_template_for_start, + STATE(466), 1, + aux_sym_template_literal_repeat1, + STATE(542), 1, + sym_template_if_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(507), 2, + sym_template_for, + sym_template_if, + STATE(399), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20836] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, @@ -29207,185 +29185,106 @@ static const uint16_t ts_small_parse_table[] = { sym_template_directive_start, ACTIONS(651), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, sym_template_if_intro, - STATE(373), 1, + STATE(393), 1, sym_template_for_start, - STATE(428), 1, + STATE(430), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(491), 2, + STATE(464), 2, sym_template_for, sym_template_if, - STATE(368), 4, + STATE(362), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [20887] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(637), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(454), 1, - sym_template_if_end, - STATE(494), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(393), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20923] = 11, - ACTIONS(582), 1, - sym_template_directive_start, - ACTIONS(588), 1, - sym__template_literal_chunk, - ACTIONS(590), 1, - sym_template_interpolation_start, - ACTIONS(653), 1, - sym_quoted_template_end, - STATE(360), 1, - sym_template_if_intro, - STATE(389), 1, - sym_template_for_start, - STATE(421), 1, - aux_sym_template_literal_repeat1, - STATE(470), 1, - sym_template_literal, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(472), 2, - sym_template_for, - sym_template_if, - STATE(366), 3, - aux_sym__template, - sym_template_interpolation, - sym_template_directive, - [20961] = 10, + [20872] = 10, ACTIONS(578), 1, sym__template_literal_chunk, ACTIONS(580), 1, sym_template_interpolation_start, ACTIONS(582), 1, sym_template_directive_start, - ACTIONS(655), 1, + ACTIONS(653), 1, sym_heredoc_identifier, - STATE(354), 1, + STATE(351), 1, + sym_template_if_intro, + STATE(393), 1, + sym_template_for_start, + STATE(430), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(464), 2, + sym_template_for, + sym_template_if, + STATE(396), 4, + aux_sym__template, + sym_template_literal, + sym_template_interpolation, + sym_template_directive, + [20908] = 10, + ACTIONS(558), 1, + sym__template_literal_chunk, + ACTIONS(560), 1, + sym_template_interpolation_start, + ACTIONS(627), 1, + sym_template_directive_start, + STATE(352), 1, sym_template_if_intro, STATE(373), 1, sym_template_for_start, - STATE(428), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(491), 2, - sym_template_for, - sym_template_if, - STATE(370), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [20997] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(635), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, - STATE(494), 1, - aux_sym_template_literal_repeat1, - STATE(536), 1, - sym_template_for_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(555), 2, - sym_template_for, - sym_template_if, - STATE(401), 4, - aux_sym__template, - sym_template_literal, - sym_template_interpolation, - sym_template_directive, - [21033] = 10, - ACTIONS(560), 1, - sym__template_literal_chunk, - ACTIONS(562), 1, - sym_template_interpolation_start, - ACTIONS(615), 1, - sym_template_directive_start, - STATE(355), 1, - sym_template_if_intro, - STATE(381), 1, - sym_template_for_start, STATE(455), 1, - sym_template_for_end, - STATE(494), 1, + sym_template_if_end, + STATE(466), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(401), 4, + STATE(387), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [21069] = 9, - ACTIONS(606), 1, + [20944] = 9, + ACTIONS(598), 1, sym_template_directive_start, - ACTIONS(657), 1, + ACTIONS(655), 1, sym__template_literal_chunk, - ACTIONS(660), 1, + ACTIONS(658), 1, sym_template_interpolation_start, - STATE(355), 1, + STATE(352), 1, sym_template_if_intro, - STATE(381), 1, + STATE(373), 1, sym_template_for_start, - STATE(494), 1, + STATE(466), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(555), 2, + STATE(507), 2, sym_template_for, sym_template_if, - STATE(401), 4, + STATE(399), 4, aux_sym__template, sym_template_literal, sym_template_interpolation, sym_template_directive, - [21102] = 3, - ACTIONS(548), 1, + [20977] = 3, + ACTIONS(182), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(546), 10, + ACTIONS(180), 10, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -29396,13 +29295,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, - [21122] = 3, - ACTIONS(168), 1, + [20997] = 3, + ACTIONS(546), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(166), 10, + ACTIONS(544), 10, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, @@ -29413,1157 +29312,1227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, - [21142] = 7, - ACTIONS(9), 1, + [21017] = 7, + ACTIONS(7), 1, sym_identifier, - ACTIONS(11), 1, + ACTIONS(9), 1, sym__shim, - ACTIONS(663), 1, + ACTIONS(661), 1, anon_sym_RBRACE, - STATE(501), 1, + STATE(522), 1, sym_block_end, - STATE(622), 1, + STATE(623), 1, sym_body, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(416), 3, + STATE(408), 3, sym_attribute, sym_block, aux_sym_body_repeat1, - [21167] = 7, - ACTIONS(9), 1, + [21042] = 7, + ACTIONS(7), 1, sym_identifier, - ACTIONS(11), 1, + ACTIONS(9), 1, sym__shim, - ACTIONS(663), 1, + ACTIONS(661), 1, anon_sym_RBRACE, - STATE(524), 1, + STATE(513), 1, sym_block_end, - STATE(572), 1, + STATE(577), 1, sym_body, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(416), 3, + STATE(408), 3, sym_attribute, sym_block, aux_sym_body_repeat1, - [21192] = 7, + [21067] = 7, + ACTIONS(663), 1, + anon_sym_EQ, ACTIONS(665), 1, - anon_sym_EQ, - ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(669), 1, + ACTIONS(667), 1, sym_identifier, - ACTIONS(671), 1, + ACTIONS(669), 1, sym_quoted_template_start, - STATE(404), 1, + STATE(403), 1, sym_block_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(409), 2, + STATE(414), 2, sym_string_lit, aux_sym_block_repeat1, - [21216] = 7, + [21091] = 5, + ACTIONS(673), 1, + anon_sym_COMMA, + STATE(42), 1, + sym__comma, + STATE(405), 1, + aux_sym__tuple_elems_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(671), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + sym_ellipsis, + [21110] = 4, + ACTIONS(678), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(676), 2, + ts_builtin_sym_end, + anon_sym_RBRACE, + STATE(406), 3, + sym_attribute, + sym_block, + aux_sym_body_repeat1, + [21127] = 7, + ACTIONS(45), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(683), 1, + sym_ellipsis, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(211), 1, + sym_object_end, + STATE(627), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21150] = 4, + ACTIONS(7), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(687), 2, + ts_builtin_sym_end, + anon_sym_RBRACE, + STATE(406), 3, + sym_attribute, + sym_block, + aux_sym_body_repeat1, + [21167] = 4, + ACTIONS(7), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(689), 2, + ts_builtin_sym_end, + anon_sym_RBRACE, + STATE(406), 3, + sym_attribute, + sym_block, + aux_sym_body_repeat1, + [21184] = 7, + ACTIONS(43), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + ACTIONS(691), 1, + sym_ellipsis, + STATE(248), 1, + sym_object_end, + STATE(579), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21207] = 7, + ACTIONS(13), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + ACTIONS(693), 1, + sym_ellipsis, + STATE(317), 1, + sym_object_end, + STATE(614), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21230] = 7, + ACTIONS(695), 1, + anon_sym_RPAREN, + ACTIONS(697), 1, + anon_sym_COMMA, + ACTIONS(699), 1, + sym_ellipsis, + ACTIONS(701), 1, + anon_sym_QMARK, + STATE(36), 1, + sym__comma, + STATE(427), 1, + aux_sym__tuple_elems_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21253] = 7, ACTIONS(41), 1, anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(675), 1, - sym_ellipsis, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(152), 1, - sym_object_end, - STATE(612), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21239] = 7, - ACTIONS(47), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - ACTIONS(679), 1, - sym_ellipsis, - STATE(314), 1, - sym_object_end, - STATE(564), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21262] = 6, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(671), 1, - sym_quoted_template_start, ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + ACTIONS(703), 1, + sym_ellipsis, + STATE(282), 1, + sym_object_end, + STATE(606), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21276] = 6, + ACTIONS(665), 1, + anon_sym_LBRACE, + ACTIONS(669), 1, + sym_quoted_template_start, + ACTIONS(705), 1, sym_identifier, - STATE(405), 1, + STATE(402), 1, sym_block_start, ACTIONS(3), 2, sym_comment, sym__whitespace, - STATE(435), 2, + STATE(423), 2, sym_string_lit, aux_sym_block_repeat1, - [21283] = 5, + [21297] = 7, + ACTIONS(39), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, ACTIONS(685), 1, - anon_sym_COMMA, - STATE(77), 1, - sym__comma, - STATE(410), 1, - aux_sym__tuple_elems_repeat1, + anon_sym_QMARK, + ACTIONS(707), 1, + sym_ellipsis, + STATE(165), 1, + sym_object_end, + STATE(555), 1, + sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(683), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - sym_ellipsis, - [21302] = 4, - ACTIONS(690), 1, + [21320] = 4, + ACTIONS(7), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(688), 2, + ACTIONS(687), 2, ts_builtin_sym_end, anon_sym_RBRACE, - STATE(411), 3, + STATE(409), 3, sym_attribute, sym_block, aux_sym_body_repeat1, - [21319] = 7, - ACTIONS(693), 1, - anon_sym_RPAREN, - ACTIONS(695), 1, - anon_sym_COMMA, - ACTIONS(697), 1, - sym_ellipsis, - ACTIONS(699), 1, + [21337] = 6, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(713), 1, + sym_strip_marker, + ACTIONS(715), 1, + anon_sym_else, + ACTIONS(717), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21357] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(30), 1, - sym__comma, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(671), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + sym_ellipsis, + [21371] = 6, + ACTIONS(47), 1, + anon_sym_RBRACK, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(199), 1, + sym_tuple_end, + STATE(580), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21391] = 6, + ACTIONS(102), 1, + anon_sym_RBRACK, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(302), 1, + sym_tuple_end, + STATE(587), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21411] = 6, + ACTIONS(104), 1, + anon_sym_RBRACK, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(247), 1, + sym_tuple_end, + STATE(565), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21431] = 4, + ACTIONS(719), 1, + sym__template_literal_chunk, STATE(422), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(722), 3, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21447] = 5, + ACTIONS(724), 1, + anon_sym_LBRACE, + ACTIONS(726), 1, + sym_identifier, + ACTIONS(729), 1, + sym_quoted_template_start, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + STATE(423), 2, + sym_string_lit, + aux_sym_block_repeat1, + [21465] = 6, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(715), 1, + anon_sym_else, + ACTIONS(732), 1, + sym_strip_marker, + ACTIONS(734), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21485] = 4, + ACTIONS(736), 1, + sym__template_literal_chunk, + STATE(425), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(722), 3, + sym_quoted_template_end, + sym_template_interpolation_start, + sym_template_directive_start, + [21501] = 6, + ACTIONS(100), 1, + anon_sym_RBRACK, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(323), 1, + sym_tuple_end, + STATE(631), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21521] = 6, + ACTIONS(194), 1, + anon_sym_RPAREN, + ACTIONS(739), 1, + anon_sym_COMMA, + ACTIONS(741), 1, + sym_ellipsis, + STATE(31), 1, + sym__comma, + STATE(405), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - [21342] = 7, - ACTIONS(15), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, + [21541] = 6, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(743), 1, + anon_sym_COMMA, + ACTIONS(745), 1, + anon_sym_RBRACK, + STATE(38), 1, + sym__comma, + STATE(471), 1, + aux_sym__tuple_elems_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21561] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(180), 5, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_if, sym_ellipsis, - STATE(214), 1, + anon_sym_QMARK, + [21573] = 4, + ACTIONS(747), 1, + sym__template_literal_chunk, + STATE(422), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(749), 3, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21589] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(544), 5, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_if, + sym_ellipsis, + anon_sym_QMARK, + [21601] = 4, + ACTIONS(751), 1, + sym__template_literal_chunk, + STATE(425), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(749), 3, + sym_quoted_template_end, + sym_template_interpolation_start, + sym_template_directive_start, + [21617] = 6, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(715), 1, + anon_sym_else, + ACTIONS(753), 1, + sym_strip_marker, + ACTIONS(755), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21637] = 6, + ACTIONS(98), 1, + anon_sym_RBRACK, + ACTIONS(681), 1, + anon_sym_if, + ACTIONS(685), 1, + anon_sym_QMARK, + STATE(157), 1, + sym_tuple_end, + STATE(597), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21657] = 4, + ACTIONS(757), 1, + sym__template_literal_chunk, + STATE(435), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(722), 2, + sym_template_interpolation_start, + sym_template_directive_start, + [21672] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(760), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [21683] = 5, + ACTIONS(762), 1, + sym_quoted_template_end, + ACTIONS(764), 1, + sym__template_literal_chunk, + STATE(505), 1, + aux_sym_template_literal_repeat1, + STATE(672), 1, + sym_template_literal, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21700] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(766), 3, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + [21713] = 5, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(772), 1, + anon_sym_else, + ACTIONS(774), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21730] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(776), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21741] = 5, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(778), 1, + sym_strip_marker, + ACTIONS(780), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21758] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(782), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21769] = 5, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(772), 1, + anon_sym_else, + ACTIONS(784), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21786] = 5, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(786), 1, + sym_strip_marker, + ACTIONS(788), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21803] = 5, + ACTIONS(43), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, + STATE(265), 1, + sym_object_end, + STATE(573), 1, + sym_for_cond, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [21820] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(790), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21831] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(792), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21842] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(760), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21853] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(794), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21864] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(796), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21875] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(798), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21886] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(800), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21897] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(802), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21908] = 3, + ACTIONS(804), 1, + sym_quoted_template_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(806), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [21921] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(808), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21932] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(810), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21943] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(812), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21954] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(814), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [21965] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(816), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21976] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(818), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21987] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(820), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [21998] = 3, + ACTIONS(822), 1, + sym_quoted_template_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(806), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22011] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(820), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22022] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(814), 4, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + sym_heredoc_identifier, + [22033] = 5, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(824), 1, + sym_strip_marker, + ACTIONS(826), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22050] = 4, + ACTIONS(828), 1, + sym__template_literal_chunk, + STATE(435), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(749), 2, + sym_template_interpolation_start, + sym_template_directive_start, + [22065] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(818), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22076] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(816), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22087] = 3, + ACTIONS(830), 1, + sym_quoted_template_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(806), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22100] = 5, + ACTIONS(13), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, + anon_sym_if, + STATE(315), 1, sym_object_end, STATE(605), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, - [21365] = 4, - ACTIONS(9), 1, - sym_identifier, + [22117] = 5, + ACTIONS(196), 1, + anon_sym_RBRACK, + ACTIONS(832), 1, + anon_sym_COMMA, + STATE(29), 1, + sym__comma, + STATE(405), 1, + aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(703), 2, - ts_builtin_sym_end, - anon_sym_RBRACE, - STATE(411), 3, - sym_attribute, - sym_block, - aux_sym_body_repeat1, - [21382] = 7, - ACTIONS(45), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, + [22134] = 5, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(734), 1, + anon_sym_endif, + ACTIONS(834), 1, + sym_strip_marker, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22151] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(812), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22162] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(810), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22173] = 5, + ACTIONS(41), 1, + anon_sym_RBRACE, + ACTIONS(681), 1, anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - ACTIONS(705), 1, - sym_ellipsis, STATE(320), 1, sym_object_end, - STATE(584), 1, + STATE(626), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, - [21405] = 4, - ACTIONS(9), 1, - sym_identifier, + [22190] = 5, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(772), 1, + anon_sym_else, + ACTIONS(836), 1, + anon_sym_endif, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(707), 2, - ts_builtin_sym_end, - anon_sym_RBRACE, - STATE(411), 3, - sym_attribute, - sym_block, - aux_sym_body_repeat1, - [21422] = 7, - ACTIONS(43), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, + [22207] = 3, + ACTIONS(838), 1, + sym_quoted_template_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(806), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22220] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(808), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22231] = 5, ACTIONS(709), 1, - sym_ellipsis, - STATE(279), 1, - sym_object_end, - STATE(589), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21445] = 4, - ACTIONS(9), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(707), 2, - ts_builtin_sym_end, - anon_sym_RBRACE, - STATE(414), 3, - sym_attribute, - sym_block, - aux_sym_body_repeat1, - [21462] = 6, - ACTIONS(711), 1, anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(715), 1, - sym_strip_marker, - ACTIONS(717), 1, - anon_sym_else, - ACTIONS(719), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21482] = 6, - ACTIONS(63), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(161), 1, - sym_tuple_end, - STATE(619), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21502] = 4, - ACTIONS(723), 1, - sym__template_literal_chunk, - STATE(423), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(721), 3, - sym_quoted_template_end, - sym_template_interpolation_start, - sym_template_directive_start, - [21518] = 6, - ACTIONS(164), 1, - anon_sym_RPAREN, - ACTIONS(725), 1, - anon_sym_COMMA, - ACTIONS(727), 1, - sym_ellipsis, - STATE(32), 1, - sym__comma, - STATE(410), 1, - aux_sym__tuple_elems_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21538] = 4, - ACTIONS(731), 1, - sym__template_literal_chunk, - STATE(423), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(729), 3, - sym_quoted_template_end, - sym_template_interpolation_start, - sym_template_directive_start, - [21554] = 6, - ACTIONS(61), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(305), 1, - sym_tuple_end, - STATE(583), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21574] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(546), 5, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - [21586] = 6, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(734), 1, - anon_sym_COMMA, - ACTIONS(736), 1, - anon_sym_RBRACK, - STATE(39), 1, - sym__comma, - STATE(466), 1, - aux_sym__tuple_elems_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21606] = 6, - ACTIONS(57), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(332), 1, - sym_tuple_end, - STATE(567), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21626] = 4, - ACTIONS(738), 1, - sym__template_literal_chunk, - STATE(436), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(721), 3, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21642] = 6, ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, anon_sym_if, ACTIONS(717), 1, - anon_sym_else, - ACTIONS(740), 1, - sym_strip_marker, - ACTIONS(742), 1, anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21662] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(166), 5, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_if, - sym_ellipsis, - anon_sym_QMARK, - [21674] = 6, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(717), 1, - anon_sym_else, - ACTIONS(744), 1, - sym_strip_marker, - ACTIONS(746), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21694] = 6, - ACTIONS(65), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(276), 1, - sym_tuple_end, - STATE(590), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21714] = 6, - ACTIONS(59), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, - anon_sym_if, - ACTIONS(677), 1, - anon_sym_QMARK, - STATE(207), 1, - sym_tuple_end, - STATE(621), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21734] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(683), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - sym_ellipsis, - [21748] = 5, - ACTIONS(748), 1, - anon_sym_LBRACE, - ACTIONS(750), 1, - sym_identifier, - ACTIONS(753), 1, - sym_quoted_template_start, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - STATE(435), 2, - sym_string_lit, - aux_sym_block_repeat1, - [21766] = 4, - ACTIONS(756), 1, - sym__template_literal_chunk, - STATE(436), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(729), 3, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21782] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(759), 1, - sym_strip_marker, - ACTIONS(761), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21799] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(763), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [21810] = 5, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(769), 1, - anon_sym_else, - ACTIONS(771), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21827] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(773), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [21838] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(763), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21849] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(719), 1, - anon_sym_endif, - ACTIONS(775), 1, + ACTIONS(840), 1, sym_strip_marker, ACTIONS(3), 2, sym_comment, sym__whitespace, - [21866] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(777), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21877] = 3, - ACTIONS(779), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(781), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [21890] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(783), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21901] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(785), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21912] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(787), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21923] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(789), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21934] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(742), 1, - anon_sym_endif, - ACTIONS(791), 1, - sym_strip_marker, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21951] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(793), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [21962] = 5, - ACTIONS(795), 1, - sym_quoted_template_end, - ACTIONS(797), 1, - sym__template_literal_chunk, - STATE(495), 1, - aux_sym_template_literal_repeat1, - STATE(636), 1, - sym_template_literal, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [21979] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(793), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [21990] = 5, - ACTIONS(47), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - STATE(327), 1, - sym_object_end, - STATE(563), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22007] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(799), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22018] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(773), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22029] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(801), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22040] = 3, - ACTIONS(803), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(781), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22053] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(799), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22064] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(801), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22075] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(805), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22086] = 5, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(769), 1, - anon_sym_else, - ACTIONS(807), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22103] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(809), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22114] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(746), 1, - anon_sym_endif, - ACTIONS(811), 1, - sym_strip_marker, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22131] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(813), 3, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - [22144] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(789), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22155] = 5, - ACTIONS(200), 1, - anon_sym_RBRACK, - ACTIONS(815), 1, - anon_sym_COMMA, - STATE(41), 1, - sym__comma, - STATE(410), 1, - aux_sym__tuple_elems_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22172] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(817), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22183] = 5, - ACTIONS(45), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - STATE(324), 1, - sym_object_end, - STATE(558), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22200] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(787), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22211] = 3, - ACTIONS(819), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(781), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22224] = 3, - ACTIONS(821), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(781), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22237] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(823), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, [22248] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(785), 4, + ACTIONS(802), 4, sym_quoted_template_end, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [22259] = 2, + [22259] = 5, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(755), 1, + anon_sym_endif, + ACTIONS(842), 1, + sym_strip_marker, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(825), 4, + [22276] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(794), 4, + sym_quoted_template_end, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - sym_heredoc_identifier, - [22270] = 5, - ACTIONS(43), 1, + [22287] = 5, + ACTIONS(39), 1, anon_sym_RBRACE, - ACTIONS(673), 1, + ACTIONS(681), 1, anon_sym_if, - STATE(277), 1, + STATE(166), 1, sym_object_end, STATE(588), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22287] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(827), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22298] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(829), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22309] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(809), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22320] = 4, - ACTIONS(831), 1, - sym__template_literal_chunk, - STATE(479), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(729), 2, - sym_template_interpolation_start, - sym_template_directive_start, - [22335] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(834), 1, - sym_strip_marker, - ACTIONS(836), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22352] = 5, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(838), 1, - sym_strip_marker, - ACTIONS(840), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22369] = 3, - ACTIONS(842), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(781), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22382] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(783), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22393] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(827), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22404] = 5, - ACTIONS(15), 1, + [22304] = 5, + ACTIONS(45), 1, anon_sym_RBRACE, - ACTIONS(673), 1, + ACTIONS(681), 1, anon_sym_if, - STATE(202), 1, + STATE(194), 1, sym_object_end, - STATE(580), 1, + STATE(584), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22421] = 5, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(769), 1, - anon_sym_else, - ACTIONS(844), 1, - anon_sym_endif, + [22321] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22438] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(777), 4, + ACTIONS(790), 4, sym_quoted_template_end, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, + [22332] = 3, + ACTIONS(844), 1, + sym_quoted_template_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(806), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22345] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(776), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22356] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(792), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22367] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(782), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22378] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(798), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22389] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(800), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22400] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(796), 4, + sym_quoted_template_end, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22411] = 4, + ACTIONS(846), 1, + anon_sym_QMARK, + ACTIONS(848), 1, + sym_strip_marker, + ACTIONS(850), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22425] = 4, + ACTIONS(852), 1, + anon_sym_QMARK, + ACTIONS(854), 1, + sym_strip_marker, + ACTIONS(856), 1, + sym_template_interpolation_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22439] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(800), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, [22449] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(829), 4, + ACTIONS(802), 3, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - sym_heredoc_identifier, - [22460] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(825), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22471] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(817), 4, - sym_quoted_template_end, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22482] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(823), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22493] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(805), 4, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - sym_heredoc_identifier, - [22504] = 5, - ACTIONS(41), 1, - anon_sym_RBRACE, - ACTIONS(673), 1, - anon_sym_if, - STATE(150), 1, - sym_object_end, - STATE(611), 1, - sym_for_cond, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22521] = 4, - ACTIONS(846), 1, - sym__template_literal_chunk, - STATE(479), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(721), 2, - sym_template_interpolation_start, - sym_template_directive_start, - [22536] = 4, - ACTIONS(721), 1, - sym_quoted_template_end, - ACTIONS(848), 1, - sym__template_literal_chunk, - STATE(525), 1, - aux_sym_template_literal_repeat1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22550] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(346), 3, - sym_quoted_template_start, - anon_sym_LBRACE, - sym_identifier, - [22560] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(850), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22570] = 4, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(852), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22584] = 4, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(854), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22598] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(856), 2, - anon_sym_EQ, - anon_sym_COLON, - [22610] = 2, + [22459] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(858), 3, - ts_builtin_sym_end, + sym__shim, anon_sym_RBRACE, sym_identifier, - [22620] = 2, + [22469] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(860), 3, + ACTIONS(808), 3, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [22630] = 2, + [22479] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(810), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22489] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(812), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22499] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(436), 3, + sym_quoted_template_start, + anon_sym_LBRACE, + sym_identifier, + [22509] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(816), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22519] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(818), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22529] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(820), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22539] = 4, + ACTIONS(749), 1, + sym_quoted_template_end, + ACTIONS(860), 1, + sym__template_literal_chunk, + STATE(516), 1, + aux_sym_template_literal_repeat1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22553] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(862), 3, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + [22563] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(814), 3, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [22640] = 4, - ACTIONS(864), 1, + [22573] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(180), 3, + sym_template_interpolation_end, anon_sym_QMARK, + sym_strip_marker, + [22583] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(864), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22593] = 4, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, ACTIONS(866), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22607] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(868), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22617] = 4, + ACTIONS(846), 1, + anon_sym_QMARK, + ACTIONS(870), 1, sym_strip_marker, - ACTIONS(868), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22654] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(870), 2, - anon_sym_RBRACE, - anon_sym_RBRACK, - [22666] = 4, - ACTIONS(864), 1, - anon_sym_QMARK, ACTIONS(872), 1, - sym_strip_marker, - ACTIONS(874), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22680] = 2, + [22631] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(874), 3, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + [22641] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -30571,273 +30540,166 @@ static const uint16_t ts_small_parse_table[] = { sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [22690] = 2, + [22651] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(394), 3, + ACTIONS(380), 3, sym_quoted_template_start, anon_sym_LBRACE, sym_identifier, - [22700] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(878), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22710] = 4, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(771), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22724] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(805), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22734] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(829), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22744] = 4, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(880), 1, - anon_sym_endfor, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22758] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(546), 3, - sym_template_directive_end, - anon_sym_QMARK, - sym_strip_marker, - [22768] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(817), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22778] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(882), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22788] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(763), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22798] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(777), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22808] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(783), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22818] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(546), 3, - sym_template_interpolation_end, - anon_sym_QMARK, - sym_strip_marker, - [22828] = 4, - ACTIONS(138), 1, - sym_strip_marker, - ACTIONS(140), 1, - sym_template_interpolation_end, - ACTIONS(884), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22842] = 4, - ACTIONS(864), 1, - anon_sym_QMARK, - ACTIONS(886), 1, - sym_strip_marker, - ACTIONS(888), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22856] = 4, - ACTIONS(884), 1, - anon_sym_QMARK, - ACTIONS(890), 1, - sym_strip_marker, - ACTIONS(892), 1, - sym_template_interpolation_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22870] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(894), 3, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - [22880] = 4, - ACTIONS(729), 1, + [22661] = 4, + ACTIONS(722), 1, sym_quoted_template_end, - ACTIONS(896), 1, + ACTIONS(878), 1, sym__template_literal_chunk, - STATE(525), 1, + STATE(516), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22894] = 4, - ACTIONS(765), 1, + [22675] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(881), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22685] = 4, + ACTIONS(768), 1, anon_sym_for, - ACTIONS(767), 1, + ACTIONS(770), 1, anon_sym_if, - ACTIONS(844), 1, + ACTIONS(883), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22699] = 4, + ACTIONS(846), 1, + anon_sym_QMARK, + ACTIONS(885), 1, + sym_strip_marker, + ACTIONS(887), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22713] = 4, + ACTIONS(709), 1, + anon_sym_for, + ACTIONS(711), 1, + anon_sym_if, + ACTIONS(889), 1, + sym_strip_marker, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22727] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(891), 2, + anon_sym_EQ, + anon_sym_COLON, + [22739] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(893), 3, + ts_builtin_sym_end, + anon_sym_RBRACE, + sym_identifier, + [22749] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(895), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22759] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(897), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22769] = 4, + ACTIONS(846), 1, + anon_sym_QMARK, + ACTIONS(899), 1, + sym_strip_marker, + ACTIONS(901), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22783] = 4, + ACTIONS(130), 1, + sym_strip_marker, + ACTIONS(134), 1, + sym_template_interpolation_end, + ACTIONS(852), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22797] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(544), 3, + sym_template_directive_end, + anon_sym_QMARK, + sym_strip_marker, + [22807] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(903), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22817] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(776), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22827] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(782), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22837] = 4, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(774), 1, anon_sym_endif, ACTIONS(3), 2, sym_comment, sym__whitespace, - [22908] = 2, + [22851] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(785), 3, + ACTIONS(905), 3, sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [22918] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(787), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22928] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(899), 3, - ts_builtin_sym_end, - anon_sym_RBRACE, - sym_identifier, - [22938] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(789), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22948] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(793), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [22958] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(166), 3, - sym_template_interpolation_end, - anon_sym_QMARK, - sym_strip_marker, - [22968] = 4, - ACTIONS(711), 1, - anon_sym_for, - ACTIONS(713), 1, - anon_sym_if, - ACTIONS(901), 1, - sym_strip_marker, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [22982] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(166), 3, - sym_template_directive_end, - anon_sym_QMARK, - sym_strip_marker, - [22992] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(799), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23002] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(773), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23012] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(801), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23022] = 4, - ACTIONS(884), 1, - anon_sym_QMARK, - ACTIONS(903), 1, - sym_strip_marker, - ACTIONS(905), 1, - sym_template_interpolation_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23036] = 2, + [22861] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -30845,18 +30707,18 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, - [23046] = 4, - ACTIONS(864), 1, + [22871] = 4, + ACTIONS(852), 1, anon_sym_QMARK, ACTIONS(909), 1, sym_strip_marker, ACTIONS(911), 1, - sym_template_directive_end, + sym_template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23060] = 4, - ACTIONS(884), 1, + [22885] = 4, + ACTIONS(852), 1, anon_sym_QMARK, ACTIONS(913), 1, sym_strip_marker, @@ -30865,7 +30727,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym__whitespace, - [23074] = 2, + [22899] = 4, + ACTIONS(142), 1, + sym_strip_marker, + ACTIONS(144), 1, + sym_template_interpolation_end, + ACTIONS(852), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22913] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -30873,33 +30745,106 @@ static const uint16_t ts_small_parse_table[] = { sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [23084] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(919), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23094] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(921), 3, - sym__shim, - anon_sym_RBRACE, - sym_identifier, - [23104] = 4, - ACTIONS(864), 1, + [22923] = 4, + ACTIONS(846), 1, anon_sym_QMARK, - ACTIONS(923), 1, + ACTIONS(919), 1, sym_strip_marker, - ACTIONS(925), 1, + ACTIONS(921), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23118] = 2, + [22937] = 4, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(923), 1, + anon_sym_endfor, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [22951] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(925), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + [22963] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(798), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22973] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(790), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22983] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(792), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [22993] = 4, + ACTIONS(138), 1, + sym_strip_marker, + ACTIONS(140), 1, + sym_template_interpolation_end, + ACTIONS(852), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23007] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(544), 3, + sym_template_interpolation_end, + anon_sym_QMARK, + sym_strip_marker, + [23017] = 4, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(836), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23031] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(794), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [23041] = 4, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(784), 1, + anon_sym_endif, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23055] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, @@ -30907,207 +30852,145 @@ static const uint16_t ts_small_parse_table[] = { sym__template_literal_chunk, sym_template_interpolation_start, sym_template_directive_start, - [23128] = 2, + [23065] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - ACTIONS(825), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23138] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(827), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23148] = 4, - ACTIONS(156), 1, - sym_strip_marker, - ACTIONS(158), 1, - sym_template_interpolation_end, - ACTIONS(884), 1, + ACTIONS(180), 3, + sym_template_directive_end, anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23162] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(809), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23172] = 4, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(807), 1, - anon_sym_endif, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23186] = 4, - ACTIONS(132), 1, sym_strip_marker, - ACTIONS(136), 1, - sym_template_interpolation_end, - ACTIONS(884), 1, + [23075] = 4, + ACTIONS(846), 1, anon_sym_QMARK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23200] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(929), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23210] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(931), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23220] = 2, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - ACTIONS(823), 3, - sym__template_literal_chunk, - sym_template_interpolation_start, - sym_template_directive_start, - [23230] = 4, - ACTIONS(864), 1, - anon_sym_QMARK, - ACTIONS(933), 1, + ACTIONS(929), 1, sym_strip_marker, - ACTIONS(935), 1, + ACTIONS(931), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23244] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(937), 1, - anon_sym_COLON, + [23089] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23255] = 3, - ACTIONS(45), 1, + ACTIONS(760), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [23099] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(933), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [23109] = 2, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + ACTIONS(796), 3, + sym__template_literal_chunk, + sym_template_interpolation_start, + sym_template_directive_start, + [23119] = 3, + ACTIONS(39), 1, anon_sym_RBRACE, - STATE(326), 1, + STATE(166), 1, sym_object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23266] = 3, - ACTIONS(939), 1, - sym_identifier, - ACTIONS(941), 1, - aux_sym_legacy_index_token1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23277] = 3, - ACTIONS(765), 1, - anon_sym_for, - ACTIONS(767), 1, - anon_sym_if, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23288] = 3, - ACTIONS(943), 1, - sym_identifier, - ACTIONS(945), 1, - aux_sym_legacy_index_token1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23299] = 3, - ACTIONS(699), 1, + [23130] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(947), 1, - anon_sym_COLON, + ACTIONS(935), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23310] = 3, - ACTIONS(47), 1, - anon_sym_RBRACE, - STATE(342), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23321] = 3, - ACTIONS(47), 1, - anon_sym_RBRACE, - STATE(327), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23332] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(949), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23343] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(951), 1, + [23141] = 3, + ACTIONS(100), 1, anon_sym_RBRACK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23354] = 3, - ACTIONS(57), 1, - anon_sym_RBRACK, - STATE(287), 1, + STATE(340), 1, sym_tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23365] = 3, - ACTIONS(699), 1, + [23152] = 3, + ACTIONS(937), 1, + anon_sym_RPAREN, + STATE(298), 1, + sym__function_call_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23163] = 3, + ACTIONS(41), 1, + anon_sym_RBRACE, + STATE(295), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23174] = 3, + ACTIONS(939), 1, + sym_strip_marker, + ACTIONS(941), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23185] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(953), 1, + ACTIONS(943), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23196] = 3, + ACTIONS(945), 1, + sym_identifier, + ACTIONS(947), 1, + aux_sym_legacy_index_token1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23207] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(949), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23376] = 3, - ACTIONS(59), 1, - anon_sym_RBRACK, - STATE(200), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23387] = 3, - ACTIONS(955), 1, + [23218] = 3, + ACTIONS(951), 1, sym_strip_marker, - ACTIONS(957), 1, + ACTIONS(953), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23398] = 3, + [23229] = 3, + ACTIONS(104), 1, + anon_sym_RBRACK, + STATE(262), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23240] = 3, + ACTIONS(955), 1, + anon_sym_COMMA, + ACTIONS(957), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23251] = 3, ACTIONS(959), 1, sym_strip_marker, ACTIONS(961), 1, @@ -31115,63 +30998,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym__whitespace, - [23409] = 3, - ACTIONS(663), 1, - anon_sym_RBRACE, - STATE(539), 1, - sym_block_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23420] = 3, - ACTIONS(61), 1, - anon_sym_RBRACK, - STATE(296), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23431] = 3, - ACTIONS(963), 1, - anon_sym_RPAREN, - STATE(330), 1, - sym__function_call_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23442] = 3, - ACTIONS(57), 1, - anon_sym_RBRACK, - STATE(322), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23453] = 3, - ACTIONS(965), 1, - anon_sym_RPAREN, - STATE(301), 1, - sym__function_call_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23464] = 3, - ACTIONS(967), 1, - sym_strip_marker, - ACTIONS(969), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23475] = 3, - ACTIONS(699), 1, + [23262] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(971), 1, + ACTIONS(963), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23273] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(965), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23284] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(967), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23486] = 3, + [23295] = 3, + ACTIONS(969), 1, + sym_strip_marker, + ACTIONS(971), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23306] = 3, ACTIONS(973), 1, sym_strip_marker, ACTIONS(975), 1, @@ -31179,239 +31038,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym__whitespace, - [23497] = 3, - ACTIONS(15), 1, - anon_sym_RBRACE, - STATE(185), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23508] = 3, - ACTIONS(977), 1, - sym_strip_marker, - ACTIONS(979), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23519] = 3, - ACTIONS(47), 1, - anon_sym_RBRACE, - STATE(295), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23530] = 3, - ACTIONS(61), 1, - anon_sym_RBRACK, - STATE(313), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23541] = 3, - ACTIONS(45), 1, - anon_sym_RBRACE, - STATE(324), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23552] = 3, - ACTIONS(981), 1, - anon_sym_RPAREN, - STATE(210), 1, - sym__function_call_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23563] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(983), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23574] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(985), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23585] = 3, - ACTIONS(43), 1, - anon_sym_RBRACE, - STATE(281), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23596] = 3, - ACTIONS(43), 1, - anon_sym_RBRACE, - STATE(277), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23607] = 3, - ACTIONS(65), 1, - anon_sym_RBRACK, - STATE(278), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23618] = 3, - ACTIONS(987), 1, - anon_sym_COMMA, - ACTIONS(989), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23629] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(991), 1, - anon_sym_EQ_GT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23640] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(993), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23651] = 3, - ACTIONS(995), 1, - sym_identifier, - ACTIONS(997), 1, - aux_sym_legacy_index_token1, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23662] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(999), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23673] = 3, - ACTIONS(63), 1, - anon_sym_RBRACK, - STATE(173), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23684] = 3, - ACTIONS(1001), 1, - anon_sym_RPAREN, - STATE(274), 1, - sym__function_call_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23695] = 3, - ACTIONS(1003), 1, - anon_sym_COMMA, - ACTIONS(1005), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23706] = 3, - ACTIONS(65), 1, - anon_sym_RBRACK, - STATE(272), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23717] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1007), 1, - anon_sym_EQ_GT, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23728] = 3, - ACTIONS(1009), 1, - sym_strip_marker, - ACTIONS(1011), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23739] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1013), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23750] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1015), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23761] = 3, - ACTIONS(1017), 1, - sym_strip_marker, - ACTIONS(1019), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23772] = 3, - ACTIONS(15), 1, - anon_sym_RBRACE, - STATE(202), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23783] = 3, - ACTIONS(1021), 1, - sym_strip_marker, - ACTIONS(1023), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23794] = 3, - ACTIONS(1025), 1, - sym_strip_marker, - ACTIONS(1027), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23805] = 3, - ACTIONS(1029), 1, - sym_strip_marker, - ACTIONS(1031), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23816] = 3, + [23317] = 3, ACTIONS(43), 1, anon_sym_RBRACE, STATE(266), 1, @@ -31419,119 +31046,335 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym__whitespace, - [23827] = 3, - ACTIONS(41), 1, + [23328] = 3, + ACTIONS(13), 1, anon_sym_RBRACE, - STATE(171), 1, + STATE(342), 1, sym_object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23838] = 3, - ACTIONS(41), 1, - anon_sym_RBRACE, - STATE(149), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23849] = 3, - ACTIONS(41), 1, - anon_sym_RBRACE, - STATE(150), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23860] = 3, - ACTIONS(699), 1, + [23339] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(1033), 1, + ACTIONS(977), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23871] = 3, - ACTIONS(1035), 1, + [23350] = 3, + ACTIONS(979), 1, sym_strip_marker, - ACTIONS(1037), 1, + ACTIONS(981), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23882] = 3, - ACTIONS(15), 1, + [23361] = 3, + ACTIONS(661), 1, anon_sym_RBRACE, - STATE(203), 1, - sym_object_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23893] = 3, - ACTIONS(1039), 1, - sym_strip_marker, - ACTIONS(1041), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23904] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1043), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23915] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1045), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23926] = 3, - ACTIONS(63), 1, - anon_sym_RBRACK, - STATE(157), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23937] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, - ACTIONS(1047), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23948] = 3, - ACTIONS(59), 1, - anon_sym_RBRACK, - STATE(195), 1, - sym_tuple_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [23959] = 3, - ACTIONS(663), 1, - anon_sym_RBRACE, - STATE(524), 1, + STATE(522), 1, sym_block_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23970] = 3, - ACTIONS(699), 1, + [23372] = 3, + ACTIONS(983), 1, + sym_strip_marker, + ACTIONS(985), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23383] = 3, + ACTIONS(43), 1, + anon_sym_RBRACE, + STATE(265), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23394] = 3, + ACTIONS(47), 1, + anon_sym_RBRACK, + STATE(193), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23405] = 3, + ACTIONS(98), 1, + anon_sym_RBRACK, + STATE(163), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23416] = 3, + ACTIONS(39), 1, + anon_sym_RBRACE, + STATE(147), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23427] = 3, + ACTIONS(987), 1, + anon_sym_RPAREN, + STATE(281), 1, + sym__function_call_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23438] = 3, + ACTIONS(45), 1, + anon_sym_RBRACE, + STATE(188), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23449] = 3, + ACTIONS(989), 1, + sym_strip_marker, + ACTIONS(991), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23460] = 3, + ACTIONS(993), 1, + sym_strip_marker, + ACTIONS(995), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23471] = 3, + ACTIONS(102), 1, + anon_sym_RBRACK, + STATE(309), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23482] = 3, + ACTIONS(39), 1, + anon_sym_RBRACE, + STATE(172), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23493] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(1049), 1, + ACTIONS(997), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, - [23981] = 3, + [23504] = 3, + ACTIONS(999), 1, + sym_identifier, + ACTIONS(1001), 1, + aux_sym_legacy_index_token1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23515] = 3, + ACTIONS(1003), 1, + sym_strip_marker, + ACTIONS(1005), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23526] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1007), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23537] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1009), 1, + anon_sym_EQ_GT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23548] = 3, + ACTIONS(1011), 1, + anon_sym_RPAREN, + STATE(152), 1, + sym__function_call_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23559] = 3, + ACTIONS(102), 1, + anon_sym_RBRACK, + STATE(293), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23570] = 3, + ACTIONS(1013), 1, + anon_sym_COMMA, + ACTIONS(1015), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23581] = 3, + ACTIONS(98), 1, + anon_sym_RBRACK, + STATE(160), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23592] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1017), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23603] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1019), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23614] = 3, + ACTIONS(1021), 1, + anon_sym_RPAREN, + STATE(253), 1, + sym__function_call_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23625] = 3, + ACTIONS(43), 1, + anon_sym_RBRACE, + STATE(263), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23636] = 3, + ACTIONS(1023), 1, + sym_identifier, + ACTIONS(1025), 1, + aux_sym_legacy_index_token1, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23647] = 3, + ACTIONS(1027), 1, + sym_strip_marker, + ACTIONS(1029), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23658] = 3, + ACTIONS(1031), 1, + sym_strip_marker, + ACTIONS(1033), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23669] = 3, + ACTIONS(13), 1, + anon_sym_RBRACE, + STATE(314), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23680] = 3, + ACTIONS(41), 1, + anon_sym_RBRACE, + STATE(320), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23691] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1035), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23702] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1037), 1, + anon_sym_EQ_GT, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23713] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1039), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23724] = 3, + ACTIONS(1041), 1, + sym_strip_marker, + ACTIONS(1043), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23735] = 3, + ACTIONS(47), 1, + anon_sym_RBRACK, + STATE(189), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23746] = 3, + ACTIONS(1045), 1, + sym_strip_marker, + ACTIONS(1047), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23757] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1049), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23768] = 3, + ACTIONS(13), 1, + anon_sym_RBRACE, + STATE(315), 1, + sym_object_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23779] = 3, ACTIONS(1051), 1, sym_identifier, ACTIONS(1053), 1, @@ -31539,354 +31382,410 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym__whitespace, - [23992] = 3, + [23790] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, ACTIONS(1055), 1, - anon_sym_COMMA, - ACTIONS(1057), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24003] = 3, + [23801] = 3, ACTIONS(45), 1, anon_sym_RBRACE, - STATE(308), 1, + STATE(195), 1, sym_object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24014] = 3, - ACTIONS(699), 1, - anon_sym_QMARK, + [23812] = 3, + ACTIONS(1057), 1, + anon_sym_COMMA, ACTIONS(1059), 1, - anon_sym_COLON, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24025] = 3, - ACTIONS(699), 1, + [23823] = 3, + ACTIONS(701), 1, anon_sym_QMARK, ACTIONS(1061), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24036] = 3, + [23834] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, ACTIONS(1063), 1, - sym_strip_marker, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23845] = 3, ACTIONS(1065), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24047] = 3, - ACTIONS(1067), 1, - sym_strip_marker, - ACTIONS(1069), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24058] = 3, - ACTIONS(1071), 1, anon_sym_RPAREN, - STATE(170), 1, + STATE(205), 1, sym__function_call_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24069] = 3, - ACTIONS(699), 1, + [23856] = 3, + ACTIONS(104), 1, + anon_sym_RBRACK, + STATE(268), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23867] = 3, + ACTIONS(661), 1, + anon_sym_RBRACE, + STATE(533), 1, + sym_block_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23878] = 3, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(1073), 1, + ACTIONS(1067), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24080] = 3, - ACTIONS(1075), 1, + [23889] = 3, + ACTIONS(1069), 1, sym_identifier, - ACTIONS(1077), 1, + ACTIONS(1071), 1, aux_sym_legacy_index_token1, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24091] = 2, - ACTIONS(1041), 1, - sym_template_directive_end, + [23900] = 3, + ACTIONS(41), 1, + anon_sym_RBRACE, + STATE(322), 1, + sym_object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24099] = 2, - ACTIONS(888), 1, - sym_template_directive_end, + [23911] = 3, + ACTIONS(45), 1, + anon_sym_RBRACE, + STATE(194), 1, + sym_object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24107] = 2, + [23922] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1073), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23933] = 3, + ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(1075), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23944] = 3, + ACTIONS(768), 1, + anon_sym_for, + ACTIONS(770), 1, + anon_sym_if, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23955] = 3, + ACTIONS(100), 1, + anon_sym_RBRACK, + STATE(319), 1, + sym_tuple_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23966] = 2, + ACTIONS(1077), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [23974] = 2, ACTIONS(1079), 1, - sym_quoted_template_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24115] = 2, - ACTIONS(1065), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24123] = 2, - ACTIONS(1069), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24131] = 2, + [23982] = 2, ACTIONS(1081), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24139] = 2, + [23990] = 2, ACTIONS(1083), 1, - sym_template_interpolation_end, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24147] = 2, - ACTIONS(979), 1, + [23998] = 2, + ACTIONS(1085), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24155] = 2, - ACTIONS(194), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24163] = 2, - ACTIONS(1085), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24171] = 2, + [24006] = 2, ACTIONS(1087), 1, - sym_identifier, + sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24179] = 2, + [24014] = 2, ACTIONS(1089), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24187] = 2, + [24022] = 2, ACTIONS(1091), 1, - anon_sym_in, + sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24195] = 2, + [24030] = 2, + ACTIONS(1047), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24038] = 2, + ACTIONS(1043), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24046] = 2, ACTIONS(1093), 1, - sym_heredoc_identifier, + sym_template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24203] = 2, + [24054] = 2, ACTIONS(1095), 1, - anon_sym_in, + sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24211] = 2, + [24062] = 2, ACTIONS(1097), 1, - sym_heredoc_identifier, + sym_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24219] = 2, + [24070] = 2, ACTIONS(1099), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24227] = 2, + [24078] = 2, ACTIONS(1101), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24235] = 2, - ACTIONS(1103), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24243] = 2, - ACTIONS(1105), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24251] = 2, - ACTIONS(1037), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24259] = 2, - ACTIONS(1107), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24267] = 2, - ACTIONS(1109), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24275] = 2, - ACTIONS(1111), 1, - sym_heredoc_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24283] = 2, - ACTIONS(1113), 1, - sym_heredoc_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24291] = 2, - ACTIONS(1115), 1, - sym_template_interpolation_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24299] = 2, - ACTIONS(164), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24307] = 2, - ACTIONS(874), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24315] = 2, - ACTIONS(1117), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24323] = 2, - ACTIONS(905), 1, + [24086] = 2, + ACTIONS(1103), 1, + sym_heredoc_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24094] = 2, + ACTIONS(911), 1, sym_template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24331] = 2, - ACTIONS(1119), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24339] = 2, + [24102] = 2, ACTIONS(915), 1, sym_template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24347] = 2, + [24110] = 2, + ACTIONS(1105), 1, + ts_builtin_sym_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24118] = 2, + ACTIONS(1107), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24126] = 2, + ACTIONS(1109), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24134] = 2, + ACTIONS(194), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24142] = 2, + ACTIONS(178), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24150] = 2, + ACTIONS(1111), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24158] = 2, + ACTIONS(1113), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24166] = 2, + ACTIONS(887), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24174] = 2, + ACTIONS(1115), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24182] = 2, + ACTIONS(985), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24190] = 2, + ACTIONS(981), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24198] = 2, + ACTIONS(1117), 1, + sym_template_interpolation_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24206] = 2, + ACTIONS(872), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24214] = 2, + ACTIONS(1119), 1, + sym_template_interpolation_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24222] = 2, ACTIONS(1121), 1, sym_template_directive_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24355] = 2, + [24230] = 2, ACTIONS(1123), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24363] = 2, + [24238] = 2, ACTIONS(1125), 1, - sym_template_directive_end, + sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24371] = 2, - ACTIONS(911), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24379] = 2, - ACTIONS(975), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24387] = 2, - ACTIONS(925), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24395] = 2, + [24246] = 2, ACTIONS(1127), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24403] = 2, - ACTIONS(969), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24411] = 2, - ACTIONS(1129), 1, + [24254] = 2, + ACTIONS(856), 1, sym_template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24419] = 2, + [24262] = 2, + ACTIONS(1129), 1, + sym_heredoc_identifier, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24270] = 2, ACTIONS(1131), 1, - sym_identifier, + sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24427] = 2, + [24278] = 2, + ACTIONS(850), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24286] = 2, ACTIONS(1133), 1, - ts_builtin_sym_end, + sym_quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24435] = 2, + [24294] = 2, + ACTIONS(953), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24302] = 2, + ACTIONS(961), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24310] = 2, + ACTIONS(941), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24318] = 2, + ACTIONS(901), 1, + sym_template_directive_end, + ACTIONS(3), 2, + sym_comment, + sym__whitespace, + [24326] = 2, ACTIONS(1135), 1, ts_builtin_sym_end, ACTIONS(3), 2, sym_comment, sym__whitespace, - [24443] = 2, - ACTIONS(1137), 1, - sym_template_directive_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, - [24451] = 2, - ACTIONS(892), 1, - sym_template_interpolation_end, - ACTIONS(3), 2, - sym_comment, - sym__whitespace, }; static const uint32_t ts_small_parse_table_map[] = { @@ -31896,678 +31795,676 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(5)] = 321, [SMALL_STATE(6)] = 428, [SMALL_STATE(7)] = 535, - [SMALL_STATE(8)] = 637, - [SMALL_STATE(9)] = 739, + [SMALL_STATE(8)] = 639, + [SMALL_STATE(9)] = 741, [SMALL_STATE(10)] = 843, - [SMALL_STATE(11)] = 947, - [SMALL_STATE(12)] = 1051, - [SMALL_STATE(13)] = 1155, - [SMALL_STATE(14)] = 1259, + [SMALL_STATE(11)] = 945, + [SMALL_STATE(12)] = 1049, + [SMALL_STATE(13)] = 1153, + [SMALL_STATE(14)] = 1257, [SMALL_STATE(15)] = 1361, - [SMALL_STATE(16)] = 1462, - [SMALL_STATE(17)] = 1560, - [SMALL_STATE(18)] = 1658, - [SMALL_STATE(19)] = 1756, - [SMALL_STATE(20)] = 1854, - [SMALL_STATE(21)] = 1952, - [SMALL_STATE(22)] = 2047, - [SMALL_STATE(23)] = 2142, - [SMALL_STATE(24)] = 2237, - [SMALL_STATE(25)] = 2332, - [SMALL_STATE(26)] = 2427, - [SMALL_STATE(27)] = 2522, - [SMALL_STATE(28)] = 2617, - [SMALL_STATE(29)] = 2712, - [SMALL_STATE(30)] = 2766, - [SMALL_STATE(31)] = 2858, - [SMALL_STATE(32)] = 2936, - [SMALL_STATE(33)] = 3028, - [SMALL_STATE(34)] = 3086, - [SMALL_STATE(35)] = 3140, - [SMALL_STATE(36)] = 3200, - [SMALL_STATE(37)] = 3264, - [SMALL_STATE(38)] = 3330, - [SMALL_STATE(39)] = 3398, - [SMALL_STATE(40)] = 3490, - [SMALL_STATE(41)] = 3582, - [SMALL_STATE(42)] = 3674, - [SMALL_STATE(43)] = 3763, - [SMALL_STATE(44)] = 3852, - [SMALL_STATE(45)] = 3941, - [SMALL_STATE(46)] = 4030, - [SMALL_STATE(47)] = 4119, - [SMALL_STATE(48)] = 4208, - [SMALL_STATE(49)] = 4297, - [SMALL_STATE(50)] = 4386, - [SMALL_STATE(51)] = 4475, - [SMALL_STATE(52)] = 4564, - [SMALL_STATE(53)] = 4653, - [SMALL_STATE(54)] = 4742, - [SMALL_STATE(55)] = 4831, - [SMALL_STATE(56)] = 4920, - [SMALL_STATE(57)] = 5009, - [SMALL_STATE(58)] = 5098, - [SMALL_STATE(59)] = 5187, - [SMALL_STATE(60)] = 5276, - [SMALL_STATE(61)] = 5365, - [SMALL_STATE(62)] = 5454, - [SMALL_STATE(63)] = 5543, - [SMALL_STATE(64)] = 5632, - [SMALL_STATE(65)] = 5721, - [SMALL_STATE(66)] = 5810, - [SMALL_STATE(67)] = 5899, - [SMALL_STATE(68)] = 5988, - [SMALL_STATE(69)] = 6077, - [SMALL_STATE(70)] = 6166, - [SMALL_STATE(71)] = 6255, - [SMALL_STATE(72)] = 6344, - [SMALL_STATE(73)] = 6433, - [SMALL_STATE(74)] = 6522, - [SMALL_STATE(75)] = 6611, - [SMALL_STATE(76)] = 6700, - [SMALL_STATE(77)] = 6789, - [SMALL_STATE(78)] = 6878, - [SMALL_STATE(79)] = 6967, - [SMALL_STATE(80)] = 7056, - [SMALL_STATE(81)] = 7145, - [SMALL_STATE(82)] = 7234, - [SMALL_STATE(83)] = 7323, - [SMALL_STATE(84)] = 7412, - [SMALL_STATE(85)] = 7501, - [SMALL_STATE(86)] = 7590, - [SMALL_STATE(87)] = 7679, - [SMALL_STATE(88)] = 7768, - [SMALL_STATE(89)] = 7857, - [SMALL_STATE(90)] = 7911, - [SMALL_STATE(91)] = 7965, - [SMALL_STATE(92)] = 8019, - [SMALL_STATE(93)] = 8073, - [SMALL_STATE(94)] = 8127, - [SMALL_STATE(95)] = 8210, - [SMALL_STATE(96)] = 8293, - [SMALL_STATE(97)] = 8376, - [SMALL_STATE(98)] = 8459, - [SMALL_STATE(99)] = 8542, - [SMALL_STATE(100)] = 8625, - [SMALL_STATE(101)] = 8708, - [SMALL_STATE(102)] = 8791, - [SMALL_STATE(103)] = 8874, - [SMALL_STATE(104)] = 8957, - [SMALL_STATE(105)] = 9040, - [SMALL_STATE(106)] = 9123, - [SMALL_STATE(107)] = 9206, - [SMALL_STATE(108)] = 9289, - [SMALL_STATE(109)] = 9372, - [SMALL_STATE(110)] = 9455, - [SMALL_STATE(111)] = 9538, - [SMALL_STATE(112)] = 9621, - [SMALL_STATE(113)] = 9704, - [SMALL_STATE(114)] = 9787, - [SMALL_STATE(115)] = 9870, - [SMALL_STATE(116)] = 9953, - [SMALL_STATE(117)] = 10036, - [SMALL_STATE(118)] = 10119, - [SMALL_STATE(119)] = 10202, - [SMALL_STATE(120)] = 10285, - [SMALL_STATE(121)] = 10368, - [SMALL_STATE(122)] = 10451, - [SMALL_STATE(123)] = 10534, - [SMALL_STATE(124)] = 10617, - [SMALL_STATE(125)] = 10700, - [SMALL_STATE(126)] = 10783, - [SMALL_STATE(127)] = 10866, - [SMALL_STATE(128)] = 10949, - [SMALL_STATE(129)] = 11032, - [SMALL_STATE(130)] = 11096, - [SMALL_STATE(131)] = 11158, - [SMALL_STATE(132)] = 11218, - [SMALL_STATE(133)] = 11268, - [SMALL_STATE(134)] = 11324, - [SMALL_STATE(135)] = 11374, - [SMALL_STATE(136)] = 11428, - [SMALL_STATE(137)] = 11502, - [SMALL_STATE(138)] = 11552, - [SMALL_STATE(139)] = 11602, - [SMALL_STATE(140)] = 11652, - [SMALL_STATE(141)] = 11702, - [SMALL_STATE(142)] = 11748, - [SMALL_STATE(143)] = 11798, - [SMALL_STATE(144)] = 11839, - [SMALL_STATE(145)] = 11880, - [SMALL_STATE(146)] = 11921, - [SMALL_STATE(147)] = 11962, - [SMALL_STATE(148)] = 12003, - [SMALL_STATE(149)] = 12044, - [SMALL_STATE(150)] = 12085, - [SMALL_STATE(151)] = 12126, - [SMALL_STATE(152)] = 12167, - [SMALL_STATE(153)] = 12208, - [SMALL_STATE(154)] = 12249, - [SMALL_STATE(155)] = 12290, - [SMALL_STATE(156)] = 12331, - [SMALL_STATE(157)] = 12372, - [SMALL_STATE(158)] = 12413, - [SMALL_STATE(159)] = 12454, - [SMALL_STATE(160)] = 12495, - [SMALL_STATE(161)] = 12536, - [SMALL_STATE(162)] = 12577, - [SMALL_STATE(163)] = 12618, - [SMALL_STATE(164)] = 12659, - [SMALL_STATE(165)] = 12700, - [SMALL_STATE(166)] = 12741, - [SMALL_STATE(167)] = 12782, - [SMALL_STATE(168)] = 12823, - [SMALL_STATE(169)] = 12864, - [SMALL_STATE(170)] = 12905, - [SMALL_STATE(171)] = 12946, - [SMALL_STATE(172)] = 12987, - [SMALL_STATE(173)] = 13028, - [SMALL_STATE(174)] = 13069, - [SMALL_STATE(175)] = 13110, - [SMALL_STATE(176)] = 13153, - [SMALL_STATE(177)] = 13211, - [SMALL_STATE(178)] = 13255, - [SMALL_STATE(179)] = 13311, - [SMALL_STATE(180)] = 13365, - [SMALL_STATE(181)] = 13431, - [SMALL_STATE(182)] = 13481, - [SMALL_STATE(183)] = 13525, - [SMALL_STATE(184)] = 13573, - [SMALL_STATE(185)] = 13610, - [SMALL_STATE(186)] = 13647, - [SMALL_STATE(187)] = 13684, - [SMALL_STATE(188)] = 13721, - [SMALL_STATE(189)] = 13758, - [SMALL_STATE(190)] = 13795, - [SMALL_STATE(191)] = 13832, - [SMALL_STATE(192)] = 13869, - [SMALL_STATE(193)] = 13906, - [SMALL_STATE(194)] = 13943, - [SMALL_STATE(195)] = 13980, - [SMALL_STATE(196)] = 14017, - [SMALL_STATE(197)] = 14054, - [SMALL_STATE(198)] = 14091, - [SMALL_STATE(199)] = 14128, - [SMALL_STATE(200)] = 14165, - [SMALL_STATE(201)] = 14202, - [SMALL_STATE(202)] = 14239, - [SMALL_STATE(203)] = 14276, - [SMALL_STATE(204)] = 14313, - [SMALL_STATE(205)] = 14350, - [SMALL_STATE(206)] = 14387, - [SMALL_STATE(207)] = 14424, - [SMALL_STATE(208)] = 14461, - [SMALL_STATE(209)] = 14498, - [SMALL_STATE(210)] = 14535, - [SMALL_STATE(211)] = 14572, - [SMALL_STATE(212)] = 14609, - [SMALL_STATE(213)] = 14646, - [SMALL_STATE(214)] = 14683, - [SMALL_STATE(215)] = 14720, - [SMALL_STATE(216)] = 14757, - [SMALL_STATE(217)] = 14805, - [SMALL_STATE(218)] = 14849, - [SMALL_STATE(219)] = 14891, - [SMALL_STATE(220)] = 14935, - [SMALL_STATE(221)] = 14999, - [SMALL_STATE(222)] = 15041, - [SMALL_STATE(223)] = 15105, - [SMALL_STATE(224)] = 15149, - [SMALL_STATE(225)] = 15193, - [SMALL_STATE(226)] = 15249, - [SMALL_STATE(227)] = 15305, - [SMALL_STATE(228)] = 15359, - [SMALL_STATE(229)] = 15411, - [SMALL_STATE(230)] = 15459, - [SMALL_STATE(231)] = 15513, - [SMALL_STATE(232)] = 15555, - [SMALL_STATE(233)] = 15601, - [SMALL_STATE(234)] = 15653, - [SMALL_STATE(235)] = 15697, - [SMALL_STATE(236)] = 15743, - [SMALL_STATE(237)] = 15785, - [SMALL_STATE(238)] = 15827, - [SMALL_STATE(239)] = 15869, - [SMALL_STATE(240)] = 15911, - [SMALL_STATE(241)] = 15953, - [SMALL_STATE(242)] = 15995, - [SMALL_STATE(243)] = 16037, - [SMALL_STATE(244)] = 16079, - [SMALL_STATE(245)] = 16121, - [SMALL_STATE(246)] = 16163, - [SMALL_STATE(247)] = 16205, - [SMALL_STATE(248)] = 16242, - [SMALL_STATE(249)] = 16273, - [SMALL_STATE(250)] = 16304, - [SMALL_STATE(251)] = 16335, - [SMALL_STATE(252)] = 16366, - [SMALL_STATE(253)] = 16397, - [SMALL_STATE(254)] = 16428, - [SMALL_STATE(255)] = 16459, - [SMALL_STATE(256)] = 16490, - [SMALL_STATE(257)] = 16521, - [SMALL_STATE(258)] = 16552, - [SMALL_STATE(259)] = 16583, - [SMALL_STATE(260)] = 16618, - [SMALL_STATE(261)] = 16649, - [SMALL_STATE(262)] = 16680, - [SMALL_STATE(263)] = 16711, - [SMALL_STATE(264)] = 16746, - [SMALL_STATE(265)] = 16777, - [SMALL_STATE(266)] = 16808, - [SMALL_STATE(267)] = 16839, - [SMALL_STATE(268)] = 16870, - [SMALL_STATE(269)] = 16901, - [SMALL_STATE(270)] = 16932, - [SMALL_STATE(271)] = 16963, - [SMALL_STATE(272)] = 16994, - [SMALL_STATE(273)] = 17025, - [SMALL_STATE(274)] = 17056, - [SMALL_STATE(275)] = 17087, - [SMALL_STATE(276)] = 17118, - [SMALL_STATE(277)] = 17149, - [SMALL_STATE(278)] = 17180, - [SMALL_STATE(279)] = 17211, - [SMALL_STATE(280)] = 17242, - [SMALL_STATE(281)] = 17273, - [SMALL_STATE(282)] = 17304, - [SMALL_STATE(283)] = 17333, - [SMALL_STATE(284)] = 17362, - [SMALL_STATE(285)] = 17391, - [SMALL_STATE(286)] = 17420, - [SMALL_STATE(287)] = 17449, - [SMALL_STATE(288)] = 17478, - [SMALL_STATE(289)] = 17507, - [SMALL_STATE(290)] = 17536, - [SMALL_STATE(291)] = 17565, - [SMALL_STATE(292)] = 17594, - [SMALL_STATE(293)] = 17623, - [SMALL_STATE(294)] = 17652, - [SMALL_STATE(295)] = 17681, - [SMALL_STATE(296)] = 17710, - [SMALL_STATE(297)] = 17739, - [SMALL_STATE(298)] = 17768, - [SMALL_STATE(299)] = 17797, - [SMALL_STATE(300)] = 17826, - [SMALL_STATE(301)] = 17855, - [SMALL_STATE(302)] = 17884, - [SMALL_STATE(303)] = 17913, - [SMALL_STATE(304)] = 17942, - [SMALL_STATE(305)] = 17971, - [SMALL_STATE(306)] = 18000, - [SMALL_STATE(307)] = 18029, - [SMALL_STATE(308)] = 18058, - [SMALL_STATE(309)] = 18087, - [SMALL_STATE(310)] = 18116, - [SMALL_STATE(311)] = 18145, - [SMALL_STATE(312)] = 18174, - [SMALL_STATE(313)] = 18203, - [SMALL_STATE(314)] = 18232, - [SMALL_STATE(315)] = 18261, - [SMALL_STATE(316)] = 18290, - [SMALL_STATE(317)] = 18319, - [SMALL_STATE(318)] = 18348, - [SMALL_STATE(319)] = 18377, - [SMALL_STATE(320)] = 18406, - [SMALL_STATE(321)] = 18435, - [SMALL_STATE(322)] = 18464, - [SMALL_STATE(323)] = 18493, - [SMALL_STATE(324)] = 18522, - [SMALL_STATE(325)] = 18551, - [SMALL_STATE(326)] = 18580, - [SMALL_STATE(327)] = 18609, - [SMALL_STATE(328)] = 18638, - [SMALL_STATE(329)] = 18667, - [SMALL_STATE(330)] = 18696, - [SMALL_STATE(331)] = 18725, - [SMALL_STATE(332)] = 18754, - [SMALL_STATE(333)] = 18783, - [SMALL_STATE(334)] = 18812, - [SMALL_STATE(335)] = 18841, - [SMALL_STATE(336)] = 18870, - [SMALL_STATE(337)] = 18899, - [SMALL_STATE(338)] = 18928, - [SMALL_STATE(339)] = 18957, - [SMALL_STATE(340)] = 18986, - [SMALL_STATE(341)] = 19015, - [SMALL_STATE(342)] = 19044, - [SMALL_STATE(343)] = 19073, - [SMALL_STATE(344)] = 19102, - [SMALL_STATE(345)] = 19131, - [SMALL_STATE(346)] = 19160, - [SMALL_STATE(347)] = 19188, - [SMALL_STATE(348)] = 19214, - [SMALL_STATE(349)] = 19240, - [SMALL_STATE(350)] = 19265, - [SMALL_STATE(351)] = 19290, - [SMALL_STATE(352)] = 19315, - [SMALL_STATE(353)] = 19339, - [SMALL_STATE(354)] = 19378, - [SMALL_STATE(355)] = 19417, - [SMALL_STATE(356)] = 19456, - [SMALL_STATE(357)] = 19495, - [SMALL_STATE(358)] = 19534, - [SMALL_STATE(359)] = 19557, - [SMALL_STATE(360)] = 19580, - [SMALL_STATE(361)] = 19619, - [SMALL_STATE(362)] = 19655, - [SMALL_STATE(363)] = 19691, - [SMALL_STATE(364)] = 19727, - [SMALL_STATE(365)] = 19763, - [SMALL_STATE(366)] = 19801, - [SMALL_STATE(367)] = 19837, - [SMALL_STATE(368)] = 19873, - [SMALL_STATE(369)] = 19909, - [SMALL_STATE(370)] = 19945, - [SMALL_STATE(371)] = 19981, - [SMALL_STATE(372)] = 20017, - [SMALL_STATE(373)] = 20053, - [SMALL_STATE(374)] = 20089, - [SMALL_STATE(375)] = 20127, - [SMALL_STATE(376)] = 20165, - [SMALL_STATE(377)] = 20201, - [SMALL_STATE(378)] = 20237, - [SMALL_STATE(379)] = 20273, - [SMALL_STATE(380)] = 20309, - [SMALL_STATE(381)] = 20345, - [SMALL_STATE(382)] = 20381, - [SMALL_STATE(383)] = 20417, - [SMALL_STATE(384)] = 20453, - [SMALL_STATE(385)] = 20489, - [SMALL_STATE(386)] = 20525, - [SMALL_STATE(387)] = 20561, - [SMALL_STATE(388)] = 20597, - [SMALL_STATE(389)] = 20633, - [SMALL_STATE(390)] = 20669, - [SMALL_STATE(391)] = 20705, - [SMALL_STATE(392)] = 20743, - [SMALL_STATE(393)] = 20779, - [SMALL_STATE(394)] = 20815, - [SMALL_STATE(395)] = 20851, - [SMALL_STATE(396)] = 20887, - [SMALL_STATE(397)] = 20923, - [SMALL_STATE(398)] = 20961, - [SMALL_STATE(399)] = 20997, - [SMALL_STATE(400)] = 21033, - [SMALL_STATE(401)] = 21069, - [SMALL_STATE(402)] = 21102, - [SMALL_STATE(403)] = 21122, - [SMALL_STATE(404)] = 21142, - [SMALL_STATE(405)] = 21167, - [SMALL_STATE(406)] = 21192, - [SMALL_STATE(407)] = 21216, - [SMALL_STATE(408)] = 21239, - [SMALL_STATE(409)] = 21262, - [SMALL_STATE(410)] = 21283, - [SMALL_STATE(411)] = 21302, - [SMALL_STATE(412)] = 21319, - [SMALL_STATE(413)] = 21342, - [SMALL_STATE(414)] = 21365, - [SMALL_STATE(415)] = 21382, - [SMALL_STATE(416)] = 21405, - [SMALL_STATE(417)] = 21422, - [SMALL_STATE(418)] = 21445, - [SMALL_STATE(419)] = 21462, - [SMALL_STATE(420)] = 21482, - [SMALL_STATE(421)] = 21502, - [SMALL_STATE(422)] = 21518, - [SMALL_STATE(423)] = 21538, - [SMALL_STATE(424)] = 21554, - [SMALL_STATE(425)] = 21574, - [SMALL_STATE(426)] = 21586, - [SMALL_STATE(427)] = 21606, - [SMALL_STATE(428)] = 21626, - [SMALL_STATE(429)] = 21642, - [SMALL_STATE(430)] = 21662, - [SMALL_STATE(431)] = 21674, - [SMALL_STATE(432)] = 21694, - [SMALL_STATE(433)] = 21714, - [SMALL_STATE(434)] = 21734, - [SMALL_STATE(435)] = 21748, - [SMALL_STATE(436)] = 21766, - [SMALL_STATE(437)] = 21782, - [SMALL_STATE(438)] = 21799, - [SMALL_STATE(439)] = 21810, - [SMALL_STATE(440)] = 21827, - [SMALL_STATE(441)] = 21838, - [SMALL_STATE(442)] = 21849, - [SMALL_STATE(443)] = 21866, - [SMALL_STATE(444)] = 21877, - [SMALL_STATE(445)] = 21890, - [SMALL_STATE(446)] = 21901, - [SMALL_STATE(447)] = 21912, - [SMALL_STATE(448)] = 21923, - [SMALL_STATE(449)] = 21934, - [SMALL_STATE(450)] = 21951, - [SMALL_STATE(451)] = 21962, - [SMALL_STATE(452)] = 21979, - [SMALL_STATE(453)] = 21990, - [SMALL_STATE(454)] = 22007, - [SMALL_STATE(455)] = 22018, - [SMALL_STATE(456)] = 22029, - [SMALL_STATE(457)] = 22040, - [SMALL_STATE(458)] = 22053, - [SMALL_STATE(459)] = 22064, - [SMALL_STATE(460)] = 22075, - [SMALL_STATE(461)] = 22086, - [SMALL_STATE(462)] = 22103, - [SMALL_STATE(463)] = 22114, - [SMALL_STATE(464)] = 22131, - [SMALL_STATE(465)] = 22144, - [SMALL_STATE(466)] = 22155, - [SMALL_STATE(467)] = 22172, - [SMALL_STATE(468)] = 22183, - [SMALL_STATE(469)] = 22200, - [SMALL_STATE(470)] = 22211, - [SMALL_STATE(471)] = 22224, - [SMALL_STATE(472)] = 22237, - [SMALL_STATE(473)] = 22248, - [SMALL_STATE(474)] = 22259, - [SMALL_STATE(475)] = 22270, - [SMALL_STATE(476)] = 22287, - [SMALL_STATE(477)] = 22298, - [SMALL_STATE(478)] = 22309, - [SMALL_STATE(479)] = 22320, - [SMALL_STATE(480)] = 22335, - [SMALL_STATE(481)] = 22352, - [SMALL_STATE(482)] = 22369, - [SMALL_STATE(483)] = 22382, - [SMALL_STATE(484)] = 22393, - [SMALL_STATE(485)] = 22404, - [SMALL_STATE(486)] = 22421, - [SMALL_STATE(487)] = 22438, - [SMALL_STATE(488)] = 22449, - [SMALL_STATE(489)] = 22460, - [SMALL_STATE(490)] = 22471, - [SMALL_STATE(491)] = 22482, - [SMALL_STATE(492)] = 22493, - [SMALL_STATE(493)] = 22504, - [SMALL_STATE(494)] = 22521, - [SMALL_STATE(495)] = 22536, - [SMALL_STATE(496)] = 22550, - [SMALL_STATE(497)] = 22560, - [SMALL_STATE(498)] = 22570, - [SMALL_STATE(499)] = 22584, - [SMALL_STATE(500)] = 22598, - [SMALL_STATE(501)] = 22610, - [SMALL_STATE(502)] = 22620, - [SMALL_STATE(503)] = 22630, - [SMALL_STATE(504)] = 22640, - [SMALL_STATE(505)] = 22654, - [SMALL_STATE(506)] = 22666, - [SMALL_STATE(507)] = 22680, - [SMALL_STATE(508)] = 22690, - [SMALL_STATE(509)] = 22700, - [SMALL_STATE(510)] = 22710, - [SMALL_STATE(511)] = 22724, - [SMALL_STATE(512)] = 22734, - [SMALL_STATE(513)] = 22744, - [SMALL_STATE(514)] = 22758, - [SMALL_STATE(515)] = 22768, - [SMALL_STATE(516)] = 22778, - [SMALL_STATE(517)] = 22788, - [SMALL_STATE(518)] = 22798, - [SMALL_STATE(519)] = 22808, - [SMALL_STATE(520)] = 22818, - [SMALL_STATE(521)] = 22828, - [SMALL_STATE(522)] = 22842, - [SMALL_STATE(523)] = 22856, - [SMALL_STATE(524)] = 22870, - [SMALL_STATE(525)] = 22880, - [SMALL_STATE(526)] = 22894, - [SMALL_STATE(527)] = 22908, - [SMALL_STATE(528)] = 22918, - [SMALL_STATE(529)] = 22928, - [SMALL_STATE(530)] = 22938, - [SMALL_STATE(531)] = 22948, - [SMALL_STATE(532)] = 22958, - [SMALL_STATE(533)] = 22968, - [SMALL_STATE(534)] = 22982, - [SMALL_STATE(535)] = 22992, - [SMALL_STATE(536)] = 23002, - [SMALL_STATE(537)] = 23012, - [SMALL_STATE(538)] = 23022, - [SMALL_STATE(539)] = 23036, - [SMALL_STATE(540)] = 23046, - [SMALL_STATE(541)] = 23060, - [SMALL_STATE(542)] = 23074, - [SMALL_STATE(543)] = 23084, - [SMALL_STATE(544)] = 23094, - [SMALL_STATE(545)] = 23104, - [SMALL_STATE(546)] = 23118, - [SMALL_STATE(547)] = 23128, - [SMALL_STATE(548)] = 23138, - [SMALL_STATE(549)] = 23148, - [SMALL_STATE(550)] = 23162, - [SMALL_STATE(551)] = 23172, - [SMALL_STATE(552)] = 23186, - [SMALL_STATE(553)] = 23200, - [SMALL_STATE(554)] = 23210, - [SMALL_STATE(555)] = 23220, - [SMALL_STATE(556)] = 23230, - [SMALL_STATE(557)] = 23244, - [SMALL_STATE(558)] = 23255, - [SMALL_STATE(559)] = 23266, - [SMALL_STATE(560)] = 23277, - [SMALL_STATE(561)] = 23288, - [SMALL_STATE(562)] = 23299, - [SMALL_STATE(563)] = 23310, - [SMALL_STATE(564)] = 23321, - [SMALL_STATE(565)] = 23332, - [SMALL_STATE(566)] = 23343, - [SMALL_STATE(567)] = 23354, - [SMALL_STATE(568)] = 23365, - [SMALL_STATE(569)] = 23376, - [SMALL_STATE(570)] = 23387, - [SMALL_STATE(571)] = 23398, - [SMALL_STATE(572)] = 23409, - [SMALL_STATE(573)] = 23420, - [SMALL_STATE(574)] = 23431, - [SMALL_STATE(575)] = 23442, - [SMALL_STATE(576)] = 23453, - [SMALL_STATE(577)] = 23464, - [SMALL_STATE(578)] = 23475, - [SMALL_STATE(579)] = 23486, - [SMALL_STATE(580)] = 23497, - [SMALL_STATE(581)] = 23508, - [SMALL_STATE(582)] = 23519, - [SMALL_STATE(583)] = 23530, - [SMALL_STATE(584)] = 23541, - [SMALL_STATE(585)] = 23552, - [SMALL_STATE(586)] = 23563, - [SMALL_STATE(587)] = 23574, - [SMALL_STATE(588)] = 23585, - [SMALL_STATE(589)] = 23596, - [SMALL_STATE(590)] = 23607, - [SMALL_STATE(591)] = 23618, - [SMALL_STATE(592)] = 23629, - [SMALL_STATE(593)] = 23640, - [SMALL_STATE(594)] = 23651, - [SMALL_STATE(595)] = 23662, - [SMALL_STATE(596)] = 23673, - [SMALL_STATE(597)] = 23684, - [SMALL_STATE(598)] = 23695, - [SMALL_STATE(599)] = 23706, - [SMALL_STATE(600)] = 23717, - [SMALL_STATE(601)] = 23728, - [SMALL_STATE(602)] = 23739, - [SMALL_STATE(603)] = 23750, - [SMALL_STATE(604)] = 23761, - [SMALL_STATE(605)] = 23772, - [SMALL_STATE(606)] = 23783, - [SMALL_STATE(607)] = 23794, - [SMALL_STATE(608)] = 23805, - [SMALL_STATE(609)] = 23816, - [SMALL_STATE(610)] = 23827, - [SMALL_STATE(611)] = 23838, - [SMALL_STATE(612)] = 23849, - [SMALL_STATE(613)] = 23860, - [SMALL_STATE(614)] = 23871, - [SMALL_STATE(615)] = 23882, - [SMALL_STATE(616)] = 23893, - [SMALL_STATE(617)] = 23904, - [SMALL_STATE(618)] = 23915, - [SMALL_STATE(619)] = 23926, - [SMALL_STATE(620)] = 23937, - [SMALL_STATE(621)] = 23948, - [SMALL_STATE(622)] = 23959, - [SMALL_STATE(623)] = 23970, - [SMALL_STATE(624)] = 23981, - [SMALL_STATE(625)] = 23992, - [SMALL_STATE(626)] = 24003, - [SMALL_STATE(627)] = 24014, - [SMALL_STATE(628)] = 24025, - [SMALL_STATE(629)] = 24036, - [SMALL_STATE(630)] = 24047, - [SMALL_STATE(631)] = 24058, - [SMALL_STATE(632)] = 24069, - [SMALL_STATE(633)] = 24080, - [SMALL_STATE(634)] = 24091, - [SMALL_STATE(635)] = 24099, - [SMALL_STATE(636)] = 24107, - [SMALL_STATE(637)] = 24115, - [SMALL_STATE(638)] = 24123, - [SMALL_STATE(639)] = 24131, - [SMALL_STATE(640)] = 24139, - [SMALL_STATE(641)] = 24147, - [SMALL_STATE(642)] = 24155, - [SMALL_STATE(643)] = 24163, - [SMALL_STATE(644)] = 24171, - [SMALL_STATE(645)] = 24179, - [SMALL_STATE(646)] = 24187, - [SMALL_STATE(647)] = 24195, - [SMALL_STATE(648)] = 24203, - [SMALL_STATE(649)] = 24211, - [SMALL_STATE(650)] = 24219, - [SMALL_STATE(651)] = 24227, - [SMALL_STATE(652)] = 24235, - [SMALL_STATE(653)] = 24243, - [SMALL_STATE(654)] = 24251, - [SMALL_STATE(655)] = 24259, - [SMALL_STATE(656)] = 24267, - [SMALL_STATE(657)] = 24275, - [SMALL_STATE(658)] = 24283, - [SMALL_STATE(659)] = 24291, - [SMALL_STATE(660)] = 24299, - [SMALL_STATE(661)] = 24307, - [SMALL_STATE(662)] = 24315, - [SMALL_STATE(663)] = 24323, - [SMALL_STATE(664)] = 24331, - [SMALL_STATE(665)] = 24339, - [SMALL_STATE(666)] = 24347, - [SMALL_STATE(667)] = 24355, - [SMALL_STATE(668)] = 24363, - [SMALL_STATE(669)] = 24371, - [SMALL_STATE(670)] = 24379, - [SMALL_STATE(671)] = 24387, - [SMALL_STATE(672)] = 24395, - [SMALL_STATE(673)] = 24403, - [SMALL_STATE(674)] = 24411, - [SMALL_STATE(675)] = 24419, - [SMALL_STATE(676)] = 24427, - [SMALL_STATE(677)] = 24435, - [SMALL_STATE(678)] = 24443, - [SMALL_STATE(679)] = 24451, + [SMALL_STATE(16)] = 1459, + [SMALL_STATE(17)] = 1557, + [SMALL_STATE(18)] = 1655, + [SMALL_STATE(19)] = 1753, + [SMALL_STATE(20)] = 1851, + [SMALL_STATE(21)] = 1946, + [SMALL_STATE(22)] = 2041, + [SMALL_STATE(23)] = 2136, + [SMALL_STATE(24)] = 2231, + [SMALL_STATE(25)] = 2326, + [SMALL_STATE(26)] = 2421, + [SMALL_STATE(27)] = 2516, + [SMALL_STATE(28)] = 2611, + [SMALL_STATE(29)] = 2671, + [SMALL_STATE(30)] = 2763, + [SMALL_STATE(31)] = 2831, + [SMALL_STATE(32)] = 2923, + [SMALL_STATE(33)] = 3015, + [SMALL_STATE(34)] = 3073, + [SMALL_STATE(35)] = 3127, + [SMALL_STATE(36)] = 3205, + [SMALL_STATE(37)] = 3297, + [SMALL_STATE(38)] = 3361, + [SMALL_STATE(39)] = 3453, + [SMALL_STATE(40)] = 3519, + [SMALL_STATE(41)] = 3573, + [SMALL_STATE(42)] = 3662, + [SMALL_STATE(43)] = 3751, + [SMALL_STATE(44)] = 3840, + [SMALL_STATE(45)] = 3929, + [SMALL_STATE(46)] = 4018, + [SMALL_STATE(47)] = 4107, + [SMALL_STATE(48)] = 4196, + [SMALL_STATE(49)] = 4285, + [SMALL_STATE(50)] = 4374, + [SMALL_STATE(51)] = 4463, + [SMALL_STATE(52)] = 4552, + [SMALL_STATE(53)] = 4641, + [SMALL_STATE(54)] = 4730, + [SMALL_STATE(55)] = 4819, + [SMALL_STATE(56)] = 4908, + [SMALL_STATE(57)] = 4997, + [SMALL_STATE(58)] = 5086, + [SMALL_STATE(59)] = 5175, + [SMALL_STATE(60)] = 5264, + [SMALL_STATE(61)] = 5353, + [SMALL_STATE(62)] = 5442, + [SMALL_STATE(63)] = 5531, + [SMALL_STATE(64)] = 5620, + [SMALL_STATE(65)] = 5709, + [SMALL_STATE(66)] = 5798, + [SMALL_STATE(67)] = 5887, + [SMALL_STATE(68)] = 5976, + [SMALL_STATE(69)] = 6065, + [SMALL_STATE(70)] = 6154, + [SMALL_STATE(71)] = 6243, + [SMALL_STATE(72)] = 6332, + [SMALL_STATE(73)] = 6421, + [SMALL_STATE(74)] = 6510, + [SMALL_STATE(75)] = 6599, + [SMALL_STATE(76)] = 6688, + [SMALL_STATE(77)] = 6777, + [SMALL_STATE(78)] = 6866, + [SMALL_STATE(79)] = 6955, + [SMALL_STATE(80)] = 7044, + [SMALL_STATE(81)] = 7133, + [SMALL_STATE(82)] = 7222, + [SMALL_STATE(83)] = 7311, + [SMALL_STATE(84)] = 7400, + [SMALL_STATE(85)] = 7489, + [SMALL_STATE(86)] = 7578, + [SMALL_STATE(87)] = 7667, + [SMALL_STATE(88)] = 7756, + [SMALL_STATE(89)] = 7810, + [SMALL_STATE(90)] = 7864, + [SMALL_STATE(91)] = 7918, + [SMALL_STATE(92)] = 7972, + [SMALL_STATE(93)] = 8026, + [SMALL_STATE(94)] = 8109, + [SMALL_STATE(95)] = 8192, + [SMALL_STATE(96)] = 8275, + [SMALL_STATE(97)] = 8358, + [SMALL_STATE(98)] = 8441, + [SMALL_STATE(99)] = 8524, + [SMALL_STATE(100)] = 8607, + [SMALL_STATE(101)] = 8690, + [SMALL_STATE(102)] = 8773, + [SMALL_STATE(103)] = 8856, + [SMALL_STATE(104)] = 8939, + [SMALL_STATE(105)] = 9022, + [SMALL_STATE(106)] = 9105, + [SMALL_STATE(107)] = 9188, + [SMALL_STATE(108)] = 9271, + [SMALL_STATE(109)] = 9354, + [SMALL_STATE(110)] = 9437, + [SMALL_STATE(111)] = 9520, + [SMALL_STATE(112)] = 9603, + [SMALL_STATE(113)] = 9686, + [SMALL_STATE(114)] = 9769, + [SMALL_STATE(115)] = 9852, + [SMALL_STATE(116)] = 9935, + [SMALL_STATE(117)] = 10018, + [SMALL_STATE(118)] = 10101, + [SMALL_STATE(119)] = 10184, + [SMALL_STATE(120)] = 10267, + [SMALL_STATE(121)] = 10350, + [SMALL_STATE(122)] = 10433, + [SMALL_STATE(123)] = 10516, + [SMALL_STATE(124)] = 10599, + [SMALL_STATE(125)] = 10682, + [SMALL_STATE(126)] = 10765, + [SMALL_STATE(127)] = 10848, + [SMALL_STATE(128)] = 10931, + [SMALL_STATE(129)] = 11005, + [SMALL_STATE(130)] = 11055, + [SMALL_STATE(131)] = 11119, + [SMALL_STATE(132)] = 11181, + [SMALL_STATE(133)] = 11241, + [SMALL_STATE(134)] = 11297, + [SMALL_STATE(135)] = 11347, + [SMALL_STATE(136)] = 11401, + [SMALL_STATE(137)] = 11451, + [SMALL_STATE(138)] = 11501, + [SMALL_STATE(139)] = 11551, + [SMALL_STATE(140)] = 11601, + [SMALL_STATE(141)] = 11651, + [SMALL_STATE(142)] = 11697, + [SMALL_STATE(143)] = 11738, + [SMALL_STATE(144)] = 11779, + [SMALL_STATE(145)] = 11820, + [SMALL_STATE(146)] = 11861, + [SMALL_STATE(147)] = 11902, + [SMALL_STATE(148)] = 11943, + [SMALL_STATE(149)] = 11984, + [SMALL_STATE(150)] = 12025, + [SMALL_STATE(151)] = 12066, + [SMALL_STATE(152)] = 12107, + [SMALL_STATE(153)] = 12148, + [SMALL_STATE(154)] = 12189, + [SMALL_STATE(155)] = 12230, + [SMALL_STATE(156)] = 12271, + [SMALL_STATE(157)] = 12312, + [SMALL_STATE(158)] = 12353, + [SMALL_STATE(159)] = 12394, + [SMALL_STATE(160)] = 12435, + [SMALL_STATE(161)] = 12476, + [SMALL_STATE(162)] = 12517, + [SMALL_STATE(163)] = 12558, + [SMALL_STATE(164)] = 12599, + [SMALL_STATE(165)] = 12640, + [SMALL_STATE(166)] = 12681, + [SMALL_STATE(167)] = 12722, + [SMALL_STATE(168)] = 12763, + [SMALL_STATE(169)] = 12804, + [SMALL_STATE(170)] = 12845, + [SMALL_STATE(171)] = 12886, + [SMALL_STATE(172)] = 12927, + [SMALL_STATE(173)] = 12968, + [SMALL_STATE(174)] = 13009, + [SMALL_STATE(175)] = 13052, + [SMALL_STATE(176)] = 13108, + [SMALL_STATE(177)] = 13166, + [SMALL_STATE(178)] = 13220, + [SMALL_STATE(179)] = 13270, + [SMALL_STATE(180)] = 13314, + [SMALL_STATE(181)] = 13362, + [SMALL_STATE(182)] = 13406, + [SMALL_STATE(183)] = 13472, + [SMALL_STATE(184)] = 13509, + [SMALL_STATE(185)] = 13546, + [SMALL_STATE(186)] = 13583, + [SMALL_STATE(187)] = 13620, + [SMALL_STATE(188)] = 13657, + [SMALL_STATE(189)] = 13694, + [SMALL_STATE(190)] = 13731, + [SMALL_STATE(191)] = 13768, + [SMALL_STATE(192)] = 13805, + [SMALL_STATE(193)] = 13842, + [SMALL_STATE(194)] = 13879, + [SMALL_STATE(195)] = 13916, + [SMALL_STATE(196)] = 13953, + [SMALL_STATE(197)] = 13990, + [SMALL_STATE(198)] = 14027, + [SMALL_STATE(199)] = 14064, + [SMALL_STATE(200)] = 14101, + [SMALL_STATE(201)] = 14138, + [SMALL_STATE(202)] = 14175, + [SMALL_STATE(203)] = 14212, + [SMALL_STATE(204)] = 14249, + [SMALL_STATE(205)] = 14286, + [SMALL_STATE(206)] = 14323, + [SMALL_STATE(207)] = 14360, + [SMALL_STATE(208)] = 14397, + [SMALL_STATE(209)] = 14434, + [SMALL_STATE(210)] = 14471, + [SMALL_STATE(211)] = 14508, + [SMALL_STATE(212)] = 14545, + [SMALL_STATE(213)] = 14582, + [SMALL_STATE(214)] = 14619, + [SMALL_STATE(215)] = 14656, + [SMALL_STATE(216)] = 14720, + [SMALL_STATE(217)] = 14762, + [SMALL_STATE(218)] = 14806, + [SMALL_STATE(219)] = 14850, + [SMALL_STATE(220)] = 14894, + [SMALL_STATE(221)] = 14950, + [SMALL_STATE(222)] = 14994, + [SMALL_STATE(223)] = 15050, + [SMALL_STATE(224)] = 15102, + [SMALL_STATE(225)] = 15156, + [SMALL_STATE(226)] = 15208, + [SMALL_STATE(227)] = 15256, + [SMALL_STATE(228)] = 15298, + [SMALL_STATE(229)] = 15344, + [SMALL_STATE(230)] = 15386, + [SMALL_STATE(231)] = 15430, + [SMALL_STATE(232)] = 15472, + [SMALL_STATE(233)] = 15520, + [SMALL_STATE(234)] = 15584, + [SMALL_STATE(235)] = 15638, + [SMALL_STATE(236)] = 15684, + [SMALL_STATE(237)] = 15726, + [SMALL_STATE(238)] = 15768, + [SMALL_STATE(239)] = 15810, + [SMALL_STATE(240)] = 15852, + [SMALL_STATE(241)] = 15894, + [SMALL_STATE(242)] = 15936, + [SMALL_STATE(243)] = 15978, + [SMALL_STATE(244)] = 16020, + [SMALL_STATE(245)] = 16062, + [SMALL_STATE(246)] = 16104, + [SMALL_STATE(247)] = 16141, + [SMALL_STATE(248)] = 16172, + [SMALL_STATE(249)] = 16203, + [SMALL_STATE(250)] = 16234, + [SMALL_STATE(251)] = 16265, + [SMALL_STATE(252)] = 16296, + [SMALL_STATE(253)] = 16327, + [SMALL_STATE(254)] = 16358, + [SMALL_STATE(255)] = 16389, + [SMALL_STATE(256)] = 16420, + [SMALL_STATE(257)] = 16451, + [SMALL_STATE(258)] = 16482, + [SMALL_STATE(259)] = 16513, + [SMALL_STATE(260)] = 16548, + [SMALL_STATE(261)] = 16579, + [SMALL_STATE(262)] = 16610, + [SMALL_STATE(263)] = 16641, + [SMALL_STATE(264)] = 16672, + [SMALL_STATE(265)] = 16703, + [SMALL_STATE(266)] = 16734, + [SMALL_STATE(267)] = 16765, + [SMALL_STATE(268)] = 16800, + [SMALL_STATE(269)] = 16831, + [SMALL_STATE(270)] = 16862, + [SMALL_STATE(271)] = 16893, + [SMALL_STATE(272)] = 16924, + [SMALL_STATE(273)] = 16955, + [SMALL_STATE(274)] = 16986, + [SMALL_STATE(275)] = 17017, + [SMALL_STATE(276)] = 17048, + [SMALL_STATE(277)] = 17079, + [SMALL_STATE(278)] = 17110, + [SMALL_STATE(279)] = 17141, + [SMALL_STATE(280)] = 17172, + [SMALL_STATE(281)] = 17203, + [SMALL_STATE(282)] = 17232, + [SMALL_STATE(283)] = 17261, + [SMALL_STATE(284)] = 17290, + [SMALL_STATE(285)] = 17319, + [SMALL_STATE(286)] = 17348, + [SMALL_STATE(287)] = 17377, + [SMALL_STATE(288)] = 17406, + [SMALL_STATE(289)] = 17435, + [SMALL_STATE(290)] = 17464, + [SMALL_STATE(291)] = 17493, + [SMALL_STATE(292)] = 17522, + [SMALL_STATE(293)] = 17551, + [SMALL_STATE(294)] = 17580, + [SMALL_STATE(295)] = 17609, + [SMALL_STATE(296)] = 17638, + [SMALL_STATE(297)] = 17667, + [SMALL_STATE(298)] = 17696, + [SMALL_STATE(299)] = 17725, + [SMALL_STATE(300)] = 17754, + [SMALL_STATE(301)] = 17783, + [SMALL_STATE(302)] = 17812, + [SMALL_STATE(303)] = 17841, + [SMALL_STATE(304)] = 17870, + [SMALL_STATE(305)] = 17899, + [SMALL_STATE(306)] = 17928, + [SMALL_STATE(307)] = 17957, + [SMALL_STATE(308)] = 17986, + [SMALL_STATE(309)] = 18015, + [SMALL_STATE(310)] = 18044, + [SMALL_STATE(311)] = 18073, + [SMALL_STATE(312)] = 18102, + [SMALL_STATE(313)] = 18131, + [SMALL_STATE(314)] = 18160, + [SMALL_STATE(315)] = 18189, + [SMALL_STATE(316)] = 18218, + [SMALL_STATE(317)] = 18247, + [SMALL_STATE(318)] = 18276, + [SMALL_STATE(319)] = 18305, + [SMALL_STATE(320)] = 18334, + [SMALL_STATE(321)] = 18363, + [SMALL_STATE(322)] = 18392, + [SMALL_STATE(323)] = 18421, + [SMALL_STATE(324)] = 18450, + [SMALL_STATE(325)] = 18479, + [SMALL_STATE(326)] = 18508, + [SMALL_STATE(327)] = 18537, + [SMALL_STATE(328)] = 18566, + [SMALL_STATE(329)] = 18595, + [SMALL_STATE(330)] = 18624, + [SMALL_STATE(331)] = 18653, + [SMALL_STATE(332)] = 18682, + [SMALL_STATE(333)] = 18711, + [SMALL_STATE(334)] = 18740, + [SMALL_STATE(335)] = 18769, + [SMALL_STATE(336)] = 18798, + [SMALL_STATE(337)] = 18827, + [SMALL_STATE(338)] = 18856, + [SMALL_STATE(339)] = 18885, + [SMALL_STATE(340)] = 18914, + [SMALL_STATE(341)] = 18943, + [SMALL_STATE(342)] = 18972, + [SMALL_STATE(343)] = 19001, + [SMALL_STATE(344)] = 19030, + [SMALL_STATE(345)] = 19059, + [SMALL_STATE(346)] = 19087, + [SMALL_STATE(347)] = 19113, + [SMALL_STATE(348)] = 19139, + [SMALL_STATE(349)] = 19164, + [SMALL_STATE(350)] = 19189, + [SMALL_STATE(351)] = 19214, + [SMALL_STATE(352)] = 19253, + [SMALL_STATE(353)] = 19292, + [SMALL_STATE(354)] = 19331, + [SMALL_STATE(355)] = 19354, + [SMALL_STATE(356)] = 19377, + [SMALL_STATE(357)] = 19416, + [SMALL_STATE(358)] = 19455, + [SMALL_STATE(359)] = 19494, + [SMALL_STATE(360)] = 19530, + [SMALL_STATE(361)] = 19566, + [SMALL_STATE(362)] = 19604, + [SMALL_STATE(363)] = 19640, + [SMALL_STATE(364)] = 19676, + [SMALL_STATE(365)] = 19712, + [SMALL_STATE(366)] = 19748, + [SMALL_STATE(367)] = 19784, + [SMALL_STATE(368)] = 19820, + [SMALL_STATE(369)] = 19856, + [SMALL_STATE(370)] = 19894, + [SMALL_STATE(371)] = 19930, + [SMALL_STATE(372)] = 19968, + [SMALL_STATE(373)] = 20004, + [SMALL_STATE(374)] = 20040, + [SMALL_STATE(375)] = 20076, + [SMALL_STATE(376)] = 20112, + [SMALL_STATE(377)] = 20148, + [SMALL_STATE(378)] = 20186, + [SMALL_STATE(379)] = 20222, + [SMALL_STATE(380)] = 20258, + [SMALL_STATE(381)] = 20294, + [SMALL_STATE(382)] = 20330, + [SMALL_STATE(383)] = 20366, + [SMALL_STATE(384)] = 20402, + [SMALL_STATE(385)] = 20440, + [SMALL_STATE(386)] = 20476, + [SMALL_STATE(387)] = 20512, + [SMALL_STATE(388)] = 20548, + [SMALL_STATE(389)] = 20584, + [SMALL_STATE(390)] = 20620, + [SMALL_STATE(391)] = 20656, + [SMALL_STATE(392)] = 20692, + [SMALL_STATE(393)] = 20728, + [SMALL_STATE(394)] = 20764, + [SMALL_STATE(395)] = 20800, + [SMALL_STATE(396)] = 20836, + [SMALL_STATE(397)] = 20872, + [SMALL_STATE(398)] = 20908, + [SMALL_STATE(399)] = 20944, + [SMALL_STATE(400)] = 20977, + [SMALL_STATE(401)] = 20997, + [SMALL_STATE(402)] = 21017, + [SMALL_STATE(403)] = 21042, + [SMALL_STATE(404)] = 21067, + [SMALL_STATE(405)] = 21091, + [SMALL_STATE(406)] = 21110, + [SMALL_STATE(407)] = 21127, + [SMALL_STATE(408)] = 21150, + [SMALL_STATE(409)] = 21167, + [SMALL_STATE(410)] = 21184, + [SMALL_STATE(411)] = 21207, + [SMALL_STATE(412)] = 21230, + [SMALL_STATE(413)] = 21253, + [SMALL_STATE(414)] = 21276, + [SMALL_STATE(415)] = 21297, + [SMALL_STATE(416)] = 21320, + [SMALL_STATE(417)] = 21337, + [SMALL_STATE(418)] = 21357, + [SMALL_STATE(419)] = 21371, + [SMALL_STATE(420)] = 21391, + [SMALL_STATE(421)] = 21411, + [SMALL_STATE(422)] = 21431, + [SMALL_STATE(423)] = 21447, + [SMALL_STATE(424)] = 21465, + [SMALL_STATE(425)] = 21485, + [SMALL_STATE(426)] = 21501, + [SMALL_STATE(427)] = 21521, + [SMALL_STATE(428)] = 21541, + [SMALL_STATE(429)] = 21561, + [SMALL_STATE(430)] = 21573, + [SMALL_STATE(431)] = 21589, + [SMALL_STATE(432)] = 21601, + [SMALL_STATE(433)] = 21617, + [SMALL_STATE(434)] = 21637, + [SMALL_STATE(435)] = 21657, + [SMALL_STATE(436)] = 21672, + [SMALL_STATE(437)] = 21683, + [SMALL_STATE(438)] = 21700, + [SMALL_STATE(439)] = 21713, + [SMALL_STATE(440)] = 21730, + [SMALL_STATE(441)] = 21741, + [SMALL_STATE(442)] = 21758, + [SMALL_STATE(443)] = 21769, + [SMALL_STATE(444)] = 21786, + [SMALL_STATE(445)] = 21803, + [SMALL_STATE(446)] = 21820, + [SMALL_STATE(447)] = 21831, + [SMALL_STATE(448)] = 21842, + [SMALL_STATE(449)] = 21853, + [SMALL_STATE(450)] = 21864, + [SMALL_STATE(451)] = 21875, + [SMALL_STATE(452)] = 21886, + [SMALL_STATE(453)] = 21897, + [SMALL_STATE(454)] = 21908, + [SMALL_STATE(455)] = 21921, + [SMALL_STATE(456)] = 21932, + [SMALL_STATE(457)] = 21943, + [SMALL_STATE(458)] = 21954, + [SMALL_STATE(459)] = 21965, + [SMALL_STATE(460)] = 21976, + [SMALL_STATE(461)] = 21987, + [SMALL_STATE(462)] = 21998, + [SMALL_STATE(463)] = 22011, + [SMALL_STATE(464)] = 22022, + [SMALL_STATE(465)] = 22033, + [SMALL_STATE(466)] = 22050, + [SMALL_STATE(467)] = 22065, + [SMALL_STATE(468)] = 22076, + [SMALL_STATE(469)] = 22087, + [SMALL_STATE(470)] = 22100, + [SMALL_STATE(471)] = 22117, + [SMALL_STATE(472)] = 22134, + [SMALL_STATE(473)] = 22151, + [SMALL_STATE(474)] = 22162, + [SMALL_STATE(475)] = 22173, + [SMALL_STATE(476)] = 22190, + [SMALL_STATE(477)] = 22207, + [SMALL_STATE(478)] = 22220, + [SMALL_STATE(479)] = 22231, + [SMALL_STATE(480)] = 22248, + [SMALL_STATE(481)] = 22259, + [SMALL_STATE(482)] = 22276, + [SMALL_STATE(483)] = 22287, + [SMALL_STATE(484)] = 22304, + [SMALL_STATE(485)] = 22321, + [SMALL_STATE(486)] = 22332, + [SMALL_STATE(487)] = 22345, + [SMALL_STATE(488)] = 22356, + [SMALL_STATE(489)] = 22367, + [SMALL_STATE(490)] = 22378, + [SMALL_STATE(491)] = 22389, + [SMALL_STATE(492)] = 22400, + [SMALL_STATE(493)] = 22411, + [SMALL_STATE(494)] = 22425, + [SMALL_STATE(495)] = 22439, + [SMALL_STATE(496)] = 22449, + [SMALL_STATE(497)] = 22459, + [SMALL_STATE(498)] = 22469, + [SMALL_STATE(499)] = 22479, + [SMALL_STATE(500)] = 22489, + [SMALL_STATE(501)] = 22499, + [SMALL_STATE(502)] = 22509, + [SMALL_STATE(503)] = 22519, + [SMALL_STATE(504)] = 22529, + [SMALL_STATE(505)] = 22539, + [SMALL_STATE(506)] = 22553, + [SMALL_STATE(507)] = 22563, + [SMALL_STATE(508)] = 22573, + [SMALL_STATE(509)] = 22583, + [SMALL_STATE(510)] = 22593, + [SMALL_STATE(511)] = 22607, + [SMALL_STATE(512)] = 22617, + [SMALL_STATE(513)] = 22631, + [SMALL_STATE(514)] = 22641, + [SMALL_STATE(515)] = 22651, + [SMALL_STATE(516)] = 22661, + [SMALL_STATE(517)] = 22675, + [SMALL_STATE(518)] = 22685, + [SMALL_STATE(519)] = 22699, + [SMALL_STATE(520)] = 22713, + [SMALL_STATE(521)] = 22727, + [SMALL_STATE(522)] = 22739, + [SMALL_STATE(523)] = 22749, + [SMALL_STATE(524)] = 22759, + [SMALL_STATE(525)] = 22769, + [SMALL_STATE(526)] = 22783, + [SMALL_STATE(527)] = 22797, + [SMALL_STATE(528)] = 22807, + [SMALL_STATE(529)] = 22817, + [SMALL_STATE(530)] = 22827, + [SMALL_STATE(531)] = 22837, + [SMALL_STATE(532)] = 22851, + [SMALL_STATE(533)] = 22861, + [SMALL_STATE(534)] = 22871, + [SMALL_STATE(535)] = 22885, + [SMALL_STATE(536)] = 22899, + [SMALL_STATE(537)] = 22913, + [SMALL_STATE(538)] = 22923, + [SMALL_STATE(539)] = 22937, + [SMALL_STATE(540)] = 22951, + [SMALL_STATE(541)] = 22963, + [SMALL_STATE(542)] = 22973, + [SMALL_STATE(543)] = 22983, + [SMALL_STATE(544)] = 22993, + [SMALL_STATE(545)] = 23007, + [SMALL_STATE(546)] = 23017, + [SMALL_STATE(547)] = 23031, + [SMALL_STATE(548)] = 23041, + [SMALL_STATE(549)] = 23055, + [SMALL_STATE(550)] = 23065, + [SMALL_STATE(551)] = 23075, + [SMALL_STATE(552)] = 23089, + [SMALL_STATE(553)] = 23099, + [SMALL_STATE(554)] = 23109, + [SMALL_STATE(555)] = 23119, + [SMALL_STATE(556)] = 23130, + [SMALL_STATE(557)] = 23141, + [SMALL_STATE(558)] = 23152, + [SMALL_STATE(559)] = 23163, + [SMALL_STATE(560)] = 23174, + [SMALL_STATE(561)] = 23185, + [SMALL_STATE(562)] = 23196, + [SMALL_STATE(563)] = 23207, + [SMALL_STATE(564)] = 23218, + [SMALL_STATE(565)] = 23229, + [SMALL_STATE(566)] = 23240, + [SMALL_STATE(567)] = 23251, + [SMALL_STATE(568)] = 23262, + [SMALL_STATE(569)] = 23273, + [SMALL_STATE(570)] = 23284, + [SMALL_STATE(571)] = 23295, + [SMALL_STATE(572)] = 23306, + [SMALL_STATE(573)] = 23317, + [SMALL_STATE(574)] = 23328, + [SMALL_STATE(575)] = 23339, + [SMALL_STATE(576)] = 23350, + [SMALL_STATE(577)] = 23361, + [SMALL_STATE(578)] = 23372, + [SMALL_STATE(579)] = 23383, + [SMALL_STATE(580)] = 23394, + [SMALL_STATE(581)] = 23405, + [SMALL_STATE(582)] = 23416, + [SMALL_STATE(583)] = 23427, + [SMALL_STATE(584)] = 23438, + [SMALL_STATE(585)] = 23449, + [SMALL_STATE(586)] = 23460, + [SMALL_STATE(587)] = 23471, + [SMALL_STATE(588)] = 23482, + [SMALL_STATE(589)] = 23493, + [SMALL_STATE(590)] = 23504, + [SMALL_STATE(591)] = 23515, + [SMALL_STATE(592)] = 23526, + [SMALL_STATE(593)] = 23537, + [SMALL_STATE(594)] = 23548, + [SMALL_STATE(595)] = 23559, + [SMALL_STATE(596)] = 23570, + [SMALL_STATE(597)] = 23581, + [SMALL_STATE(598)] = 23592, + [SMALL_STATE(599)] = 23603, + [SMALL_STATE(600)] = 23614, + [SMALL_STATE(601)] = 23625, + [SMALL_STATE(602)] = 23636, + [SMALL_STATE(603)] = 23647, + [SMALL_STATE(604)] = 23658, + [SMALL_STATE(605)] = 23669, + [SMALL_STATE(606)] = 23680, + [SMALL_STATE(607)] = 23691, + [SMALL_STATE(608)] = 23702, + [SMALL_STATE(609)] = 23713, + [SMALL_STATE(610)] = 23724, + [SMALL_STATE(611)] = 23735, + [SMALL_STATE(612)] = 23746, + [SMALL_STATE(613)] = 23757, + [SMALL_STATE(614)] = 23768, + [SMALL_STATE(615)] = 23779, + [SMALL_STATE(616)] = 23790, + [SMALL_STATE(617)] = 23801, + [SMALL_STATE(618)] = 23812, + [SMALL_STATE(619)] = 23823, + [SMALL_STATE(620)] = 23834, + [SMALL_STATE(621)] = 23845, + [SMALL_STATE(622)] = 23856, + [SMALL_STATE(623)] = 23867, + [SMALL_STATE(624)] = 23878, + [SMALL_STATE(625)] = 23889, + [SMALL_STATE(626)] = 23900, + [SMALL_STATE(627)] = 23911, + [SMALL_STATE(628)] = 23922, + [SMALL_STATE(629)] = 23933, + [SMALL_STATE(630)] = 23944, + [SMALL_STATE(631)] = 23955, + [SMALL_STATE(632)] = 23966, + [SMALL_STATE(633)] = 23974, + [SMALL_STATE(634)] = 23982, + [SMALL_STATE(635)] = 23990, + [SMALL_STATE(636)] = 23998, + [SMALL_STATE(637)] = 24006, + [SMALL_STATE(638)] = 24014, + [SMALL_STATE(639)] = 24022, + [SMALL_STATE(640)] = 24030, + [SMALL_STATE(641)] = 24038, + [SMALL_STATE(642)] = 24046, + [SMALL_STATE(643)] = 24054, + [SMALL_STATE(644)] = 24062, + [SMALL_STATE(645)] = 24070, + [SMALL_STATE(646)] = 24078, + [SMALL_STATE(647)] = 24086, + [SMALL_STATE(648)] = 24094, + [SMALL_STATE(649)] = 24102, + [SMALL_STATE(650)] = 24110, + [SMALL_STATE(651)] = 24118, + [SMALL_STATE(652)] = 24126, + [SMALL_STATE(653)] = 24134, + [SMALL_STATE(654)] = 24142, + [SMALL_STATE(655)] = 24150, + [SMALL_STATE(656)] = 24158, + [SMALL_STATE(657)] = 24166, + [SMALL_STATE(658)] = 24174, + [SMALL_STATE(659)] = 24182, + [SMALL_STATE(660)] = 24190, + [SMALL_STATE(661)] = 24198, + [SMALL_STATE(662)] = 24206, + [SMALL_STATE(663)] = 24214, + [SMALL_STATE(664)] = 24222, + [SMALL_STATE(665)] = 24230, + [SMALL_STATE(666)] = 24238, + [SMALL_STATE(667)] = 24246, + [SMALL_STATE(668)] = 24254, + [SMALL_STATE(669)] = 24262, + [SMALL_STATE(670)] = 24270, + [SMALL_STATE(671)] = 24278, + [SMALL_STATE(672)] = 24286, + [SMALL_STATE(673)] = 24294, + [SMALL_STATE(674)] = 24302, + [SMALL_STATE(675)] = 24310, + [SMALL_STATE(676)] = 24318, + [SMALL_STATE(677)] = 24326, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -32575,553 +32472,552 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [49] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 1), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [53] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 2), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [67] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(350), - [70] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), - [72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(175), - [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(68), - [78] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(188), - [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(188), - [84] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(189), - [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(192), - [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(40), - [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(349), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(122), - [99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(657), - [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(657), - [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(375), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [49] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(349), + [52] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), + [54] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(174), + [57] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(67), + [60] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(209), + [63] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(209), + [66] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(210), + [69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(213), + [72] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(32), + [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(350), + [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(94), + [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(669), + [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(669), + [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(361), + [90] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 1), + [92] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [94] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 2), + [96] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 3), - [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operation, 2), - [162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operation, 2), - [164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), - [166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), - [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operation, 3), - [198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operation, 3), - [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 2), - [202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 3), - [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 1), - [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 1), - [256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 2), - [258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 2), - [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 1), - [262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 1), - [264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 2), - [266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 2), - [268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_splat_repeat1, 2), - [270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), - [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(88), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(594), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expr, 1), - [304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expr, 1), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(62), - [311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(561), - [314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 3), - [316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 3), - [318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 1), - [320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index, 1), - [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_get_attr, 2), - [324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_get_attr, 2), - [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_end, 1), - [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_end, 1), - [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_numeric_lit, 1), - [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_numeric_lit, 1), - [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool_lit, 1), - [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool_lit, 1), - [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 8), - [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 8), - [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 7), - [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 7), - [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 3), - [348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 3), - [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 6), - [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 6), - [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 1), - [356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 1), - [358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_value, 1), - [360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_value, 1), - [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), - [364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), - [366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_legacy_index, 2), - [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_legacy_index, 2), - [370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 5), - [372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 5), - [374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expr, 1), - [376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expr, 1), - [378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 4), - [380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 4), - [382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operation, 1), - [384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operation, 1), - [386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 4), - [388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 4), - [390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expr, 1), - [392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expr, 1), - [394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 2), - [396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 2), - [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat, 1), - [400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat, 1), - [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_end, 1), - [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_end, 1), - [406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 2), - [408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 2), - [410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_index, 3), - [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_index, 3), - [418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3), - [420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3), - [422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4), - [424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4), - [426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), - [428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), - [430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 3), - [432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 3), - [434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), - [436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), - [438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 3), - [440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 3), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(70), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(624), - [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(63), - [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(633), - [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(75), - [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(559), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_elem, 3, .production_id = 1), - [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_elem, 3, .production_id = 1), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 5), - [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 5), - [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_start, 1), - [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_start, 1), - [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_start, 1), - [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_start, 1), - [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 7), - [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 7), - [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 5), - [576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 5), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(428), - [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(25), - [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(533), - [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__template, 2), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(421), - [630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(24), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(494), - [660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(27), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), - [685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), SHIFT_REPEAT(77), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), - [690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), SHIFT_REPEAT(406), - [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 1), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 2), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 1), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal, 1), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), - [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(423), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 1), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), - [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(435), - [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(451), - [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(436), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 4), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for, 3), - [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 4), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__template, 1), - [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 5), - [785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 4), - [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 3), - [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 3), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 4), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 3), - [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 3), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 5), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 2), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 5), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_directive, 1), - [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 2), - [827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for, 2), - [829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 5), - [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(479), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 4), - [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 5), - [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 6), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_cond, 2), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 6), - [878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 5), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 3), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4), - [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(525), - [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_end, 1), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 3), + [138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operation, 3), + [160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operation, 3), + [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 3), + [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), + [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), + [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 2), + [198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operation, 2), + [200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operation, 2), + [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 2), + [252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 2), + [254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 2), + [256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 2), + [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_splat_repeat1, 2), + [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(80), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(615), + [268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 1), + [270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 1), + [272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 1), + [274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 1), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(56), + [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(602), + [306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expr, 1), + [308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expr, 1), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3), + [314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3), + [316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 3), + [318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 3), + [320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expr, 1), + [322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expr, 1), + [324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expr, 1), + [326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expr, 1), + [328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_value, 1), + [330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_value, 1), + [332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), + [334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), + [336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 1), + [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 1), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool_lit, 1), + [342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool_lit, 1), + [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 3), + [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 3), + [348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_numeric_lit, 1), + [350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_numeric_lit, 1), + [352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4), + [354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4), + [356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_legacy_index, 2), + [358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_legacy_index, 2), + [360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_index, 3), + [362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_index, 3), + [364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_get_attr, 2), + [366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_get_attr, 2), + [368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 3), + [370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 3), + [372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 4), + [374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 4), + [376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 4), + [378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 4), + [380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 3), + [382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 3), + [384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 5), + [386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 5), + [388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_end, 1), + [390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_end, 1), + [392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), + [394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), + [396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operation, 1), + [402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operation, 1), + [404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 6), + [406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 6), + [408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 7), + [410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 7), + [412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 2), + [414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 2), + [416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 1), + [418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index, 1), + [420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), + [422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), + [424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat, 1), + [426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat, 1), + [428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_end, 1), + [430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_end, 1), + [432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 8), + [434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 8), + [436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 2), + [438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 2), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(52), + [507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(590), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(62), + [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(625), + [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(41), + [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(562), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_elem, 3, .production_id = 1), + [540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_elem, 3, .production_id = 1), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 5), + [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 5), + [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), + [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_start, 1), + [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_start, 1), + [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_start, 1), + [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_start, 1), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 7), + [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 7), + [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 5), + [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 5), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(430), + [595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(27), + [598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(520), + [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__template, 2), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(432), + [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(25), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(466), + [658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__template, 2), SHIFT_REPEAT(26), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), + [673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), SHIFT_REPEAT(42), + [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), + [678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), SHIFT_REPEAT(404), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 1), + [689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 2), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 1), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(422), + [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), + [724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), + [726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(423), + [729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(437), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(425), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 1), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal, 1), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(435), + [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 4), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 5), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 5), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 5), + [792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 4), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 5), + [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 4), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_end, 3), + [800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_end, 3), + [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 4), + [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__template, 1), + [808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 3), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for, 3), + [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 3), + [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_directive, 1), + [816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if, 2), + [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for, 2), + [820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 2), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_start, 1), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_end, 1), + [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 10), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 9), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 8), + [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(516), + [881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 7), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4), + [895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 5), + [897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 6), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 6), + [905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 4), [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 7), - [919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 8), - [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_start, 1), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 4), - [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 9), - [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_for_start, 10), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_start, 1), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 1), - [1135] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 5), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_cond, 2), + [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_else_intro, 3), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_if_intro, 4), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [1105] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_start, 1), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 1), }; #ifdef __cplusplus diff --git a/src/scanner.cc b/src/scanner.cc index 60c36f3..7008596 100644 --- a/src/scanner.cc +++ b/src/scanner.cc @@ -283,6 +283,9 @@ private: skip(lexer); while (lexer->lookahead != '\n') { skip(lexer); + if (lexer->eof(lexer)) { + return false; + } } return true; } diff --git a/test/corpus/comments.txt b/test/corpus/comments.txt index 44a7a9d..f2d3beb 100644 --- a/test/corpus/comments.txt +++ b/test/corpus/comments.txt @@ -144,3 +144,14 @@ block { (variable_expr (identifier))))) (block_end)))) + +================================================================================ +comment at end of file +================================================================================ + +# foo +-------------------------------------------------------------------------------- + +(config_file + (body) + (comment))